.custom-calendars{flex-wrap:wrap;gap:20px;display:flex}.custom-month{flex:1;min-width:280px;padding:10px}.custom-header h3{text-align:center;margin-bottom:15px;font-weight:600}.calendar-nav{text-transform:uppercase;text-align:center;justify-content:center;align-items:center;gap:20px;margin-bottom:20px;font-size:2rem;font-weight:700;display:flex}.calendar-nav button{cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:4px;padding:5px 10px}.custom-grid{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.weekday-header{text-align:center;color:#888;margin-bottom:5px;font-size:1.2rem;font-weight:700}.day-cell{cursor:pointer;color:#333;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto;font-size:1rem;font-weight:600;display:flex;position:relative}.day-cell:hover:not(.outside-month){background-color:#f3f4f6}.day-cell.outside-month{color:#ccc;pointer-events:none}.day-cell.selected{border:2px solid #a43e31;border-radius:50%}.day-cell.has-event .day-number{color:#ffc441;background-color:#2f4890;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:inline-flex}.toggle-btn{background:#fff;border-radius:10px;margin-bottom:10px;margin-right:5px;padding:5px;font-size:1rem}.event-card-single{background:#fff;border-radius:25px;margin-bottom:10px;padding:20px}.event-details{width:100%;margin-top:10px}.event-date-large{font-size:1.5rem;font-weight:700}@media (max-width:768px){.custom-calendars{flex-direction:column}.custom-month{width:100%;min-width:unset}.day-cell{width:35px;height:35px;font-size:.9rem}.day-cell.has-event .day-number{width:30px;height:30px;font-size:.85rem}.custom-grid{gap:2px}}.add-event-form{background-color:#f9f9f9;border:1px solid #eee;border-radius:8px;max-width:500px;margin:40px auto;padding:20px}.add-event-form h3{text-align:center;margin-bottom:20px}.form-group{margin-bottom:15px}.form-group label{margin-bottom:5px;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group textarea{box-sizing:border-box;border:1px solid #ccc;border-radius:4px;width:100%;padding:10px}.form-group textarea{resize:vertical;min-height:80px}.add-event-form button[type=submit]{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:4px;width:100%;margin-top:10px;padding:12px;font-size:1rem}.add-event-form button[type=submit]:hover{background-color:#1d4ed8}.status-msg{text-align:center;margin-top:15px;font-weight:700}.success{color:green}.error{color:red}.admin-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.admin-modal{text-align:center;background:#fff;border-radius:8px;width:300px;padding:30px;box-shadow:0 4px 6px #0000001a}.admin-modal h3{margin-top:0;margin-bottom:20px}.admin-modal input{box-sizing:border-box;border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:15px;padding:10px}.modal-actions{justify-content:center;gap:10px;display:flex}.modal-actions button{cursor:pointer;border:none;border-radius:4px;padding:8px 16px}.modal-actions button[type=submit]{color:#fff;background-color:#2563eb}.cancel-btn{color:#333;background-color:#eee}.error-msg{color:red;margin-top:-10px;margin-bottom:10px;font-size:.9rem}.event-image-container{justify-content:center;width:100%;margin-bottom:15px;display:flex}.event-image{cursor:zoom-in;object-fit:cover;border-radius:4px;width:auto;max-width:250px;height:auto}.image-modal-overlay{z-index:2000;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.image-modal-overlay img{border-radius:4px;max-width:100%;max-height:90vh;animation:.3s fadeIn;box-shadow:0 0 20px #00000080}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.events-list-scroll{max-height:400px;padding-right:10px;overflow-y:auto}.event-content{align-items:left;flex-direction:column;width:100%;display:flex}.event-card-grid{align-items:flex-start;gap:20px;display:flex}.event-sidebar{flex-direction:column;flex-shrink:0;align-items:center;width:80px;display:flex}.list-image-thumb img{object-fit:cover;cursor:zoom-in;border-radius:4px;width:80px;height:80px;margin-top:10px}.delete-btn{color:#fff;cursor:pointer;background-color:#dc2626;border:none;border-radius:4px;margin-top:10px;padding:5px 10px}.delete-btn:hover{background-color:#b91c1c}
