.elementor-48063 .elementor-element.elementor-element-7f3ba0a{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-1d88ffe *//* Container Spacing */
.ics-calendar {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #222 !important;
}

/* Month Headers (e.g. September 2026) */
.ics-calendar h3 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #c30000 !important; /* Melksham News Red */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 8px;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}

/* Clean Match Cards */
.ics-calendar .event {
    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-left: 4px solid #c30000 !important; /* Match the Red Brand Accent */
    padding: 14px 18px !important;
    margin-bottom: 12px !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect on matches */
.ics-calendar .event:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.06) !important;
}

/* Matchup Title */
.ics-calendar .title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    line-height: 1.4 !important;
}

/* Venue Location styling */
.ics-calendar .location {
    font-size: 13px !important;
    color: #666666 !important;
    margin-top: 6px !important;
    font-weight: 500 !important;
}/* End custom CSS */