.elementor-15644 .elementor-element.elementor-element-457a0da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-15644 .elementor-element.elementor-element-457a0da:not(.elementor-motion-effects-element-type-background), .elementor-15644 .elementor-element.elementor-element-457a0da > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2D2D2D;}.elementor-15644 .elementor-element.elementor-element-2763178 .elementor-heading-title{text-transform:uppercase;-webkit-text-stroke-color:#FFFFFF;stroke:#FFFFFF;color:#FFFFFF;}.elementor-15644 .elementor-element.elementor-element-2895dd9 .elementor-heading-title{color:#B6B6B6;}.elementor-15644 .elementor-element.elementor-element-27e98f8{--display:flex;}/* Start custom CSS *//* ============================================================
   MATCH CALENDAR PAGE — STYLES
   File: match-calendar.css
   Apply via Elementor page CSS or enqueue conditionally
   ============================================================ */

/* --- Stats Bar --- */
.ag-cal-stats {
    background: white;
    border-bottom: 1px solid #E0DDD8;
    padding: 16px 24px;
}

.ag-cal-stats-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.ag-cal-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #9A9A9A;
}

.ag-cal-stat strong {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2D2D2D;
}

.ag-cal-stat-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E0DDD8;
}


/* --- Filter Bar --- */
.ag-cal-filters {
    background: white;
    border-bottom: 1px solid #E0DDD8;
    padding: 16px 24px;
    position: sticky;
    top: 86px;
    z-index: 100;
    transition: box-shadow 0.2s;
}

@media (max-width: 768px) {
    .ag-cal-filters {
        top: 0; /* mobile header height */
    }
}

.ag-cal-filters.scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.ag-cal-filters-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ag-cal-filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ag-cal-filter-label {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9A9A9A;
    white-space: nowrap;
}

.ag-cal-filter-select {
    padding: 8px 32px 8px 12px;
    border: 1px solid #E0DDD8;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #2D2D2D;
    background: white;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239A9A9A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
    min-width: 160px;
}

.ag-cal-filter-select:focus {
    outline: none;
    border-color: #E07D3A;
}

.ag-cal-filter-clear {
    font-size: 12px;
    font-weight: 600;
    color: #E07D3A;
    cursor: pointer;
    padding: 8px 12px;
    border: none;
    background: none;
    display: none;
    font-family: 'Inter', sans-serif;
}

.ag-cal-filter-clear.visible {
    display: inline-block;
}

.ag-cal-filter-spacer {
    flex: 1;
}

/* Back to calendar link (archive page) */
.ag-cal-archive-back {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #E07D3A;
    text-decoration: none;
    white-space: nowrap;
}
.ag-cal-archive-back:hover { text-decoration: underline; }


/* --- Listing Container --- */
.ag-cal-listing {
    max-width: 1140px;
    margin: 0 auto;
    padding: 32px 24px;
}

.ag-cal-results-count {
    font-size: 13px;
    color: #9A9A9A;
    margin-bottom: 24px;
    padding-left: 4px;
}

.ag-cal-results-count strong {
    color: #2D2D2D;
}


/* --- Month Headers --- */
.ag-cal-month-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    margin-top: 32px;
}

.ag-cal-month-header:first-of-type {
    margin-top: 0;
}

.ag-cal-month-label {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #E07D3A;
    white-space: nowrap;
}

.ag-cal-month-line {
    flex: 1;
    height: 1px;
    background: #E0DDD8;
}

.ag-cal-month-count {
    font-size: 12px;
    color: #9A9A9A;
    white-space: nowrap;
}


/* --- Match Row --- */
.ag-cal-match-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 20px;
    background: white;
    border: 1px solid #E0DDD8;
    border-radius: 8px;
    margin-bottom: 10px;
    text-decoration: none !important;
    transition: border-color 0.15s, box-shadow 0.15s;
    cursor: pointer;
}

.ag-cal-match-row:hover {
    border-color: #E07D3A;
    box-shadow: 0 2px 8px rgba(224, 125, 58, 0.08);
}

/* Past match row — slightly muted */
.ag-cal-match-row.ag-cal-match-past {
    opacity: 0.85;
}
.ag-cal-match-row.ag-cal-match-past:hover {
    opacity: 1;
}

/* Date block */
.ag-cal-match-date {
    flex-shrink: 0;
    width: 56px;
    text-align: center;
}

.ag-cal-match-month {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #E07D3A;
    line-height: 1;
}

.ag-cal-match-day {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2D2D2D;
    line-height: 1.1;
}

.ag-cal-match-range {
    font-size: 10px;
    color: #9A9A9A;
    margin-top: 2px;
}

/* Thumbnail */
.ag-cal-match-thumb {
    flex-shrink: 0;
    width: 72px;
    height: 48px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-color: #F0EEEB;
}

/* Divider */
.ag-cal-match-divider {
    width: 1px;
    height: 40px;
    background: #E0DDD8;
    flex-shrink: 0;
}

/* Match info */
.ag-cal-match-info {
    flex: 1;
    min-width: 0;
}

.ag-cal-match-type-badge {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #E07D3A;
    margin-bottom: 4px;
}

.ag-cal-match-name {
    font-size: 16px;
    font-weight: 700;
    color: #2D2D2D;
    line-height: 1.3;
    margin-bottom: 4px;
}

.ag-cal-match-venue {
    font-size: 13px;
    color: #9A9A9A;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ag-cal-match-venue svg {
    flex-shrink: 0;
    opacity: 0.5;
}

/* Status badges */
.ag-cal-match-status {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 4px;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.ag-cal-match-status.open {
    background: rgba(45, 139, 78, 0.1);
    color: #2D8B4E;
}

.ag-cal-match-status.closed {
    background: rgba(192, 57, 43, 0.1);
    color: #C0392B;
}

.ag-cal-match-status.pending {
    background: rgba(241, 196, 15, 0.1);
    color: #D4A800;
}

.ag-cal-status-results {
    background: rgba(224, 125, 58, 0.1);
    color: #E07D3A;
}

.ag-cal-match-status-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}

/* Arrow */
.ag-cal-match-arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E0DDD8;
    transition: color 0.15s;
}

.ag-cal-match-row:hover .ag-cal-match-arrow {
    color: #E07D3A;
}


/* --- Empty State --- */
.ag-cal-empty {
    text-align: center;
    padding: 60px 24px;
    color: #9A9A9A;
}

.ag-cal-empty-icon {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.3;
}

.ag-cal-empty h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2D2D2D;
    margin-bottom: 8px;
}

.ag-cal-empty p {
    font-size: 14px;
    color: #9A9A9A;
}

.ag-cal-empty a {
    color: #E07D3A;
    font-weight: 600;
}


/* --- Archive Bar --- */
.ag-cal-archive-bar {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px 48px;
}

.ag-cal-archive-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: white;
    border: 1px solid #E0DDD8;
    border-radius: 8px;
}

.ag-cal-archive-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ag-cal-archive-icon {
    width: 36px;
    height: 36px;
    background: #F0EEEB;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #9A9A9A;
    flex-shrink: 0;
}

.ag-cal-archive-label {
    font-size: 14px;
    font-weight: 600;
    color: #2D2D2D;
}

.ag-cal-archive-sub {
    font-size: 12px;
    color: #9A9A9A;
}

.ag-cal-archive-link {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #E07D3A;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid rgba(224, 125, 58, 0.3);
    border-radius: 4px;
    transition: all 0.15s;
    white-space: nowrap;
}

.ag-cal-archive-link:hover {
    background: #E07D3A;
    color: white;
    border-color: #E07D3A;
}


/* --- Responsive --- */
@media (max-width: 768px) {
    .ag-cal-stats-inner {
        gap: 16px;
    }

    .ag-cal-stat strong {
        font-size: 18px;
    }

    .ag-cal-filters-inner {
        gap: 8px;
    }

    .ag-cal-filter-group {
        width: 100%;
    }

    .ag-cal-filter-select {
        flex: 1;
        min-width: 0;
    }

    .ag-cal-filter-spacer {
        display: none;
    }

    .ag-cal-match-row {
        flex-wrap: wrap;
        gap: 12px;
        padding: 14px 16px;
    }

    .ag-cal-match-divider {
        display: none;
    }

    .ag-cal-match-thumb {
        display: none;
    }

    .ag-cal-match-date {
        display: flex;
        align-items: center;
        gap: 8px;
        width: auto;
        text-align: left;
    }

    .ag-cal-match-day {
        font-size: 20px;
    }

    .ag-cal-match-status {
        margin-left: auto;
    }

    .ag-cal-match-info {
        width: 100%;
        order: 3;
    }

    .ag-cal-match-arrow {
        display: none;
    }

    .ag-cal-archive-inner {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .ag-cal-archive-text {
        flex-direction: column;
    }

    .ag-cal-archive-back {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */