.jtgcalendar-component {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.jtgcalendar-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.jtgcalendar-filter {
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
    color: #333;
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
}

.jtgcalendar-filter.is-active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.jtgcalendar-filter-modal .modal-content {
    background: #fff;
    color: #212529;
}

.jtgcalendar-filter-modal .list-group-item {
    min-height: 48px;
}

.jtgcalendar-filter-modal .form-check {
    margin: 0;
}

.modal-classic .modal-content {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-classic .modal-header {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

.modal-classic .modal-header .modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
}

.modal-classic .modal-body {
    padding: 1.5rem;
}

.modal-classic .event-date-badge {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0 auto 1.5rem auto;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-align: center;
}

.modal-classic .event-date-badge .badge-header {
    color: #fff;
    padding: 0.25rem;
    font-size: 0.9em;
    font-weight: bold;
}

.modal-classic .event-date-badge .badge-body {
    padding: 0.5rem;
    background: #fff;
}

.modal-classic .event-date-badge .day-number {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.1;
    color: #212529;
}

.modal-classic .event-date-badge .month-number {
    font-size: 1em;
    line-height: 1;
    color: #6c757d;
}

.modal-classic .event-date-badge .year-number {
    display: none;
}

.modal-classic .event-meta-info .meta-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95em;
}

.modal-classic .event-meta-info .meta-item:not(:last-child) {
    margin-bottom: 0.75rem;
}

.modal-classic .event-meta-info .meta-icon {
    flex-shrink: 0;
}

.modal-classic .event-meta-info .meta-content {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.modal-classic .event-meta-info .meta-label {
    font-size: 0.8em;
    color: #6c757d;
    text-transform: uppercase;
}

.modal-classic .event-meta-info .meta-value {
    font-weight: 500;
    color: #212529;
}

#jtgcalendar {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    min-height: 700px;
}

.fc-toolbar-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.fc-event {
    cursor: pointer;
    border: 0;
    box-shadow: none;
}

.fc-event-title {
    font-weight: 600;
}

.jtgcalendar-empty {
    padding: 20px;
    border: 1px dashed #d0d0d0;
    background: #fafafa;
    border-radius: 8px;
    color: #666;
}

.jtgcalendar-event-meta {
    margin-top: 12px;
    font-size: 0.95rem;
    color: #444;
}

.jtgcalendar-event-meta strong {
    display: inline-block;
    min-width: 100px;
}

.jtgcalendar-event-description {
    margin-top: 16px;
    line-height: 1.6;
}
