/* Importing the Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* Brand Highlighting (Selection) */
::selection {
    background: #45BEC0; 
    color: white;
}

/* Brand Colors */
:root {
    --dark-azure: #05445E;
    --cyan-custom: #45BEC0;
    --turquoise-custom: #75E6DA;
}

/* --LATEST NEWS PAGE-- */
.single-post .entry-content {
    font-family: 'Inter', sans-serif;
    color: #334155; 
    font-size: 1.125rem; 
    line-height: 1.8;
}
/*article text styling*/
.single-post .entry-content p,
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .entry-content blockquote,
.single-post .entry-content table,
.single-post .entry-content figure,
.single-post .entry-content img {
    max-width: 1000px; 
    margin-left: auto;
    margin-right: auto;
}
/*article title styling*/
.single-post .entry-title {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem !important;
    font-weight: 900 !important;
    text-align: center;
    line-height: 1.1 !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    color: #05445E !important;
    letter-spacing: -0.03em; 
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
/*article date styling */
.single-post .entry-meta {
    text-align: center;
    color: #64748b;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 3rem !important;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0; 
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/*article text styling*/
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
    font-family: 'Inter', sans-serif;
    color: #05445E; 
    font-weight: 800;
    margin-top: 2.5em;
    margin-bottom: 0.75em;
    line-height: 1.2;
}
.single-post .entry-content h2 { font-size: 2.2rem; }
.single-post .entry-content h3 { font-size: 1.75rem; }
/*article links styling */
.single-post .entry-content a {
    color: #05445E;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #45BEC0; /* Cyan underline */
    text-decoration-thickness: 2px;
    transition: all 0.2s ease;
}
/*article links on-hover styling*/
.single-post .entry-content a:hover {
    background-color: #EBFDFF;
    color: #45BEC0;
}
/*article blockquote styling*/
.single-post blockquote {
    border-left: 5px solid #45BEC0;
    padding: 1.5rem 2rem;
    margin: 3rem auto;
    background: #f8fafc;
    font-style: italic;
    font-size: 1.2rem;
    color: #475569;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
/*article image styling */
.single-post .entry-content img {
    border-radius: 8px;
    border-bottom: 5px solid #45BEC0; 
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    margin: 3rem auto;
    display: block;
    height: auto;
    width: 100%;
}
/*article list styling */
.single-post .entry-content ul {
    list-style-type: none;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}
/*article bullet point styling*/
.single-post .entry-content ul li::before {
    content: "•";
    color: #45BEC0; 
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
/*articles separator */
.single-post .entry-content hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #45BEC0, rgba(0, 0, 0, 0));
    margin: 4rem auto;
    max-width: 600px;
}
/*article table styling*/
.single-post .entry-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 2rem auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.single-post .entry-content th {
    background-color: #05445E;
    color: white;
    font-weight: 600;
    padding: 1rem;
    text-align: left;
}
.single-post .entry-content td {
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0;
    background-color: white;
}

/*hide author informtaion*/
.single-post .author-box,
.single-post .entry-author,
.single-post .about-author,
.single-post .post-author,
.single-post .author-info {
    display: none !important;
}
/* header logo padding  */
@media (max-width: 991px) {
    .site-header, 
    #masthead, 
    .header-main, 
    .header-bottom,
    .main-header,
    .bosa-business-coach-header-main,
    .bosa-business-coach-header-bottom,
    .bosa-business-coach-header-main-area,
    .bosa-business-coach-header-bottom-main-area {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 0 !important;
    }
    .site-branding img, 
    .custom-logo-link img,
    #masthead .site-branding img {
        max-height: 11.875rem !important; 
        width: auto !important;
        height: auto !important;
        scale: 1.15;
        min-width: 6.875rem !important; 
        object-fit: contain !important;
        display: inline-block !important; 
        margin: 0 auto !important;
    }
}

/* -- NEON CARDS STYLING --*/
/*neon card container*/
.neon-card {
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(69, 190, 192, 0.3) !important;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 0 15px rgba(69, 190, 192, 0.1), 
                inset 0 0 10px rgba(69, 190, 192, 0.05);
    
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/*neon card on-hover*/
.neon-card:hover {
    border-color: rgba(69, 190, 192, 0.8) !important;
    box-shadow: 0 0 30px rgba(69, 190, 192, 0.3), 
                0 10px 40px rgba(0, 0, 0, 0.4);
    
    transform: translateY(-8px) scale(1.01);
}
/*gold neon card for nationals*/
.neon-card-gold {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.05) 0%, rgba(255, 215, 0, 0.01) 100%) !important;
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
    border-radius: 24px;
}
/*silver gradient for large number*/
.silver-gradient {
    background: linear-gradient(to bottom, #ffffff 0%, #a1a1a1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

/* gradient text for header accent */
.gradient-text {
    background: linear-gradient(90deg, #75E6DA, #45BEC0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

/* countdown container */
.hero-countdown-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

/* glass effect card */
.glass-table-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

/*fading page load animation */
.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/*gradient text for accents*/
.gradient-text {
    background: linear-gradient(90deg, #75E6DA 0%, #45BEC0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900; 
    display: inline-block;
}
/*header text*/
.hero-header-text {
    font-weight: 900; 
    display: inline-block;
}
/*smaller subtext in hero*/
.hero-intro-text {
    max-width: 550px; 
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 30px;
}
/*tag above header in hero*/
.hero-pill-tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(69, 190, 192, 0.2); /* Transparent Teal */
    border: 1px solid rgba(69, 190, 192, 0.3);
    color: #45BEC0;
    border-radius: 50px;
    font-size: 0.6875rem; 
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
/*grand slam schedule table styling*/
.j70-schedule-table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    font-family: 'Inter', sans-serif;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*schedule table header */
.j70-schedule-table thead th {
    background-color: #05445E !important; /* darkAzure */
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    padding: 20px;
    text-align: center;
}

/* schedule table row */
.j70-schedule-table tbody tr {
    background-color: rgba(255, 255, 255, 0.95);
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #f1f1f1;
}

/*schedule table hover effect */
.j70-schedule-table tbody tr:hover {
    background-color: #f8fdfe !important;
}

/* cell styling */
.j70-schedule-table td {
    padding: 18px 20px;
    color: #334155;
    font-size: 0.9375rem; 
}
/* styling for the "GS #" Column */
.j70-schedule-table td:first-child {
    font-weight: 800;
    color: #45BEC0; 
}
.j70-schedule-table tbody tr:hover td:first-child a {
    color: #05445E !important;
    text-decoration: none; 
    transition: color 0.3s ease;
}
.j70-schedule-table td:last-child {
    text-align: center !important;
    vertical-align: middle !important;
}
.j70-schedule-table td:last-child a {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.j70-schedule-table td:last-child a:hover::before {
    left: 50%;    
		transform: translateX(-50%);
}
.j70-schedule-table th:last-child, 
.j70-schedule-table td:last-child {
    width: 70px !important; 
    max-width: 70px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*layout of schedule table*/
.j70-schedule-table {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 92% !important;
}
#grand-slam {
    padding-left: 20px;
    padding-right: 20px;
}
.j70-header-align {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 92% !important;
    padding: 0 !important;
}

.j70-header-align .wp-block-group__inner-container,
.j70-header-align .wp-block-buttons {
    padding: 0 !important;
}


.gs-header-icon {
    background-color: #45BEC0; 
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(69, 190, 192, 0.3);
    position: relative;
    flex-shrink: 0;
}


.gs-header-text {
    color: #05445E !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    margin: 0 !important;
    padding-left: 10px !important;
    display: flex;
    align-items: center;
    line-height: 1 !important;
}


.wp-block-columns:has(.gs-header-icon) {
    gap: 0 !important;
}

/*  Trophy Icon */
.gs-header-icon::after {
    content: "\f091"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 1.25rem; 
}

/* Trophy Icon */
.otheruk-header-icon::after {
    content: "\f13d"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 1.25rem; 
}

.otheruk-header-icon {
    background-color: #45BEC0;
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(69, 190, 192, 0.3);
    position: relative;
    flex-shrink: 0;
}

/*  Trophy Icon */
.int-header-icon::after {
    content: "\f0ac"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 1.25rem;
}

.int-header-icon {
    background-color: #e35e4f;
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(69, 190, 192, 0.3);
    position: relative;
    flex-shrink: 0;
}

.regatta-header-icon::after {
    content: "\f13d" !important;
}


.j70-schedule-table th:nth-child(3), 
.j70-schedule-table td:nth-child(3) {
    width: 35% !important;
}


.j70-schedule-table th:nth-child(4), 
.j70-schedule-table td:nth-child(4) {
    width: 15% !important;
    text-align: center;
}

/* Custom Badge for the Host (OA Column) */
.j70-schedule-table td span.host-badge {
    background: #f1f5f9;
    color: #475569;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.6875rem; 
    font-weight: 700;
}

@media (max-width: 768px) {
    .j70-schedule-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.j70-schedule-table td:last-child a {
    text-decoration: none;
    color: transparent !important; 
    font-size: 0; 
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
}


.j70-schedule-table td:last-child a::after {
    content: "\f08e"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.125rem; 
    color: #cbd5e1; /* slate-300 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.3s ease;
    text-align: center;
    visibility: visible; 
}

/* Hover effect to turn the icon Teal */
.j70-schedule-table td:last-child a:hover::after {
    color: #45BEC0; /* cyanCustom */
}

/* Tooltip Container */
.j70-schedule-table td:last-child a {
    position: relative;
}

/* The Tooltip Bubble */
.j70-schedule-table td:last-child a:hover::before {
    content: "View Event"; 
    position: absolute;
    bottom: 125%; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #05445E; /* darkAzure */
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.625rem; 
    font-weight: 700;
    white-space: nowrap;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    pointer-events: none; 
}


.j70-schedule-table td:last-child a:hover::after {
    
}

.j70-schedule-table td:last-child a:hover .tooltip-arrow {
    content: "";
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #05445E transparent transparent transparent;
}

.j70-info-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f5f9 !important;
}

.j70-card-icon {
    width: 42px !important;
    height: 42px !important;
    background-color: #f0fdfa !important; /* Soft mint background */
    border-radius: 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

/* Adding the specific FontAwesome icons */
.card-format .j70-card-icon::after { content: "\f0ca"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #45BEC0; }
.card-tech .j70-card-icon::after { content: "\f2db"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #45BEC0; }
.card-member .j70-card-icon::after { content: "\f2c2"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #45BEC0; }

.j70-info-card ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}

.j70-info-card li {
    position: relative !important;
    padding-left: 28px !important; 
    margin-bottom: 12px !important;
    color: #05445E !important; 
    font-weight: 700 !important;
    font-size: 0.9375rem !important; 
    line-height: 1.4 !important;
}

/* The Green Checkmark Icon */
.j70-info-card li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #45BEC0; 
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 0.875rem; 
}


.j70-info-card li span, 
.j70-card-subtext {
    color: #64748b !important; /* Soft Slate Grey */
    font-weight: 400 !important;
    font-size: 0.875rem !important; 
    margin-left: 5px;
}


.card-tech li:nth-child(1)::before { content: "\f8d9"; } 
.card-tech li:nth-child(2)::before { content: "\f0c0"; } 


.j70-card-title {
    color: #05445E !important; /* darkAzure */
    font-size: 1.25rem !important; 
    font-weight: 800 !important;
    margin-left: 15px !important;
}

.j70-info-card p, .j70-info-card li {
    color: #475569 !important; 
    font-size: 0.875rem !important; 
    line-height: 1.6 !important;
}

.j70-join-button .wp-block-button__link {
    background: linear-gradient(135deg, #5cc674 0%, #4fb565 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 1rem !important; 
    padding: 16px 20px !important;
    width: 100% !important;
    text-align: center !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 4px 15px rgba(92, 198, 116, 0.3) !important;
}

.j70-card-alignment {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 92% !important;
    padding: 0 !important;
}


.j70-card-alignment .wp-block-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    gap: 20px !important;
}

/* Responsive adjustment for Mobile */
@media (max-width: 768px) {
    .j70-card-alignment {
        width: 95% !important;
    }
}

/* Button Hover Effect */
.j70-join-button .wp-block-button__link:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(92, 198, 116, 0.4) !important;
    filter: brightness(1.05);
}

.j70-regatta-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #f1f5f9 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: transform 0.3s ease;
}

.j70-regatta-card:hover {
    transform: translateY(-5px);
}

/* Season Tag (Spring, Summer, Autumn) */
.regatta-season-tag {
    color: #94a3b8 !important;
    font-size: 0.625rem !important; 
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px !important;
    text-align: left;
}

/* Title and Host */
.regatta-title {
    color: #05445E !important;
    font-size: 1.125rem !important; 
    font-weight: 800 !important;
    margin: 0 0 4px 0 !important;
    text-align: left;
}

.regatta-host {
    color: #64748b !important;
    font-size: 0.8125rem !important; 
    margin-bottom: 20px !important;
    text-align: left;
}

/* Footer Row (Date Badge + Icon) */
.j70-regatta-card .wp-block-buttons,
.j70-regatta-card .wp-block-group {
    display: flex;
    justify-content: space-between;
    align-items: left;
    margin-top: auto;
}

.regatta-date-badge {
    background: #f1f5f9 !important;
    color: #475569 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 0.75rem !important; 
    font-weight: 700 !important;
    margin: 0 !important;
}

/* Info Icon for Regattas */
.regatta-info-link a {
    color: transparent !important;
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.regatta-info-link a::after {
    content: "\f08e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1rem; 
    color: #cbd5e1;
    position: absolute;
    right: 0;
    transition: color 0.2s ease;
}

.regatta-info-link a:hover::after {
    color: #45BEC0;
}

.j70-training-banner {
    background-color: #05445E !important; /* darkAzure */
    border-radius: 24px !important;
    padding: 50px !important;
    position: relative;
    overflow: hidden;
    color: #ffffff !important;
    margin: 60px auto 0 auto;
    max-width: 1200px;
    width: 92%;
}

/* BOAT WATERMARK */
.j70-training-banner::after {
    content: "\f44b" !important; /* Font Awesome boat */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12.5rem;
    color: rgba(255, 255, 255, 0.05); 
    pointer-events: none;
}

/* HEADER & ICON ALIGNMENT */
.training-header-row {
    display: flex !important;
    align-items: center !important; 
    gap: 15px !important;
    margin-bottom: 20px !important;
}


.training-header-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.training-header-icon::after {
    content: "\f51c"; /* Chalkboard */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5cc674; 
    font-size: 1.75rem; 
}

.cal-header-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.cal-header-icon::after {
    content: "\f133"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5cc674; 
    font-size: 1.75rem; 
}

.j70-training-banner h2 {
    color: #ffffff !important;
    font-size: 1.75rem !important; 
    font-weight: 800 !important;
    margin: 0 !important;
    line-height: 1 !important;
}


.training-slot-card {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 16px !important;
    padding: 20px !important;
    margin-top: 15px !important;
    max-width: 550px;
    position: relative;
    z-index: 2;
}


.training-slot-card .wp-block-group.is-layout-flex,
.training-slot-card .wp-block-group.is-layout-row {
    display: flex !important;
    align-items: center !important; 
    gap: 20px !important;
}

/* DATE BADGE */
.training-date-box {
    background: #5cc674 !important; 
    color: #ffffff !important;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 !important;
    flex-shrink: 0;
}


.training-slot-card h4 {
    color: #ffffff !important;
    margin: 0 !important;
    font-size: 1.1875rem !important; 
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.training-slot-card p:not(.training-date-box) {
    color: rgba(255, 255, 255, 0.7) !important;
    margin: 2px 0 0 0 !important;
    font-size: 0.875rem !important; 
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
    .j70-training-banner {
        padding: 30px 20px !important;
        width: 95% !important;
    }
    .j70-training-banner::after {
        display: none !important;
    }
    .training-date-box {
        width: 60px;
        height: 60px;
    }
}

.j70-championship-card {
    position: relative;
    padding: 35px !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #f1f5f9 !important;
    margin-bottom: 30px;
    overflow: hidden;
}


.champ-date-badge {
    display: inline-block;
    padding: 4px 12px !important;
    border-radius: 6px !important;
    font-size: 0.6875rem !important; 
    font-weight: 800 !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}


.badge-blue { background: #eef2ff; color: #6366f1; }
.badge-yellow { background: #fffbeb; color: #d97706; }
.badge-red { background: #fef2f2; color: #ef4444; }
.badge-green { background: #f0fdf4; color: #22c55e; }


.j70-championship-card h3 {
    color: #05445E !important; /* darkAzure */
    font-size: 1.5rem !important; 
    font-weight: 800 !important;
    margin: 0 0 10px 0 !important;
}

.champ-location {
    color: #64748b !important;
    font-size: 0.9375rem !important; 
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px !important;
}

.champ-location::before {
    content: "\f3c5"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #45BEC0;
}


.j70-championship-card::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    background: #f8fafc; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-right: 10px;
    color: #cbd5e1;
    font-size: 1.125rem; 
}


.card-corinthian::after, .card-euro::after, .card-mixed::after { content: "\f024"; } /* Flag */
.card-open::after { content: "\f091"; color: #fbbf24; background: #fffbeb; } /* Gold Trophy */

.j70-championship-card {
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer; 
}


.card-main-link a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; /* Put the clickable layer over everything */
}


.card-main-link {
    font-size: 0.0625rem;
    font-weight: 100;
    color: #45BEC0 !important; /* cyan */
    text-decoration: underline;
    margin-top: 10px !important;
}


.j70-championship-card:hover {
    border-color: #45BEC0 !important;
    transform: translateY(-5px);
}

.j70-card-alignment {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 92% !important; 
    padding: 0 !important;
}

.j70-winter-series-banner {
    background-color: #05445E !important; /* darkAzure */
    border-radius: 24px !important;
    padding: 50px !important;
    color: #ffffff !important;
    margin: 60px auto;
    max-width: 1200px;
    width: 92%;
    border-top: 4px solid #75E6DA !important; /* Teal Top Accent */
    box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
    position: relative;
}


.winter-header-row {
    display: flex !important;
    align-items: center !important; 
    gap: 15px !important;
    margin-bottom: 40px !important;
}

.winter-header-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.winter-header-icon::after {
    content: "\f2dc"; /* Snowflake */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #75E6DA; /* turquoiseCustom */
    font-size: 1.75rem;
}

.j70-winter-series-banner h2 {
    color: #ffffff !important;
    font-size: 1.75rem !important; 
    font-weight: 800 !important;
    margin: 0 !important;
    line-height: 1 !important;
}


.winter-event-column {
    border-left: 2px solid rgba(117, 230, 218, 0.3) !important;
    padding-left: 25px !important;
}

.j70-winter-series-banner h4 {
    color: #ffffff !important;
    font-size: 1.25rem !important; 
    font-weight: 800 !important;
    margin: 0 0 5px 0 !important;
}

.j70-winter-series-banner p {
    color: #94a3b8 !important;
    font-size: 0.875rem !important; 
    margin-bottom: 20px !important;
}

/* DATE LIST ALIGNMENT */
.winter-date-list li {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    font-size: 0.9375rem !important; 
    color: #cbd5e1 !important;
}

.date-text {
    color: #75E6DA !important;
    font-weight: 600 !important;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    .j70-winter-series-banner {
        padding: 30px 20px !important;
    }
    .winter-event-column {
        border-left: none !important;
        border-top: 2px solid rgba(117, 230, 218, 0.3) !important;
        padding-left: 0 !important;
        padding-top: 20px !important;
        margin-top: 20px !important;
    }
}

.winter-date-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    width: 100% !important;
}


.winter-date-row p {
    margin: 0 !important;
    font-size: 0.9375rem !important; 
}


.date-text {
    color: #75E6DA !important;
    font-weight: 600 !important;
    text-align: right;
}

.j70-programme-wrapper {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    margin-top: 20px;
}

/* IFRAME STYLING */
.j70-programme-wrapper iframe {
    width: 100% !important;
    height: 800px;
    border: none !important;
    display: block;
}

/*  MOBILE OPTIMIZATION */
@media (max-width: 768px) {
    .j70-programme-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .j70-programme-wrapper iframe {
        height: 600px;
        min-width: 800px;
    }
}

@media (max-width: 768px) {
    .j70-schedule-table {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
    }

    .j70-schedule-table thead, 
    .j70-schedule-table tbody {
        min-width: 600px;
    }

    .j70-schedule-table td {
        padding: 12px 15px !important;
        font-size: 0.875rem !important; 
    }
}

.results-hero-banner {
    background: linear-gradient(180deg, #05445E 0%, #032b3d 100%) !important;
    padding: 120px 20px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 450px;
}


.results-hero-banner p:first-of-type {
    font-size: 0.75rem !important; 
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    margin-bottom: 10px !important;
}


.results-hero-banner h1 {
    color: #ffffff !important;
    font-size: clamp(3rem, 10vw, 5rem) !important;
    font-weight: 900 !important;
    line-height: 0.9 !important;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase;
}


.results-hero-banner p:last-of-type {
    max-width: 500px;
    margin: 0 auto 40px auto !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}


.results-hero-banner .wp-block-button__link {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    font-size: 0.8125rem !important; 
    font-weight: 700 !important;
    letter-spacing: 1px;
    transition: border-color 0.3s ease;
}

.results-hero-banner .wp-block-button__link:hover {
    border-bottom-color: var(--cyan-custom) !important;
    color: var(--cyan-custom) !important;
    transform: none !important;
}

.neon-results-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 35px 25px !important;
    min-height: 250px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5 !important;
    overflow: hidden !important;
}


.card-bg-number {
    position: absolute !important;
    bottom: -15px !important;
    right: -10px !important;
    font-size: 8.75rem !important; 
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 0.04) !important;
    line-height: 1 !important;
    margin: 0 !important;
    pointer-events: none;
    z-index: 1 !important;
}


.neon-results-card h3 {
    color: #ffffff !important;
    font-size: 1.375rem !important; 
    font-weight: 800 !important;
    margin: 10px 0 5px 0 !important;
    line-height: 1.2 !important;
    position: relative;
    z-index: 10 !important;
}

.neon-results-card p:not(.card-bg-number) {
    color: #cbd5e1 !important;
    font-size: 0.875rem !important; 
    position: relative;
    z-index: 10 !important;
}


.neon-results-card:hover {
    border-color: #45BEC0 !important;
    background: rgba(69, 190, 192, 0.08) !important;
    box-shadow: 0 0 30px rgba(69, 190, 192, 0.3), 
                0 10px 40px rgba(0, 0, 0, 0.4) !important;
    transform: translateY(-8px);
}

/* Action Link styling */
.results-action-link {
    margin-top: auto !important;
    padding-top: 20px;
    position: relative;
    z-index: 15 !important;
}

.results-action-link a {
    color: #45BEC0 !important;
    font-size: 0.75rem !important; 
    font-weight: 800 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 1px;
}

.overall-standings-card {
    background: linear-gradient(145deg, rgba(69, 190, 192, 0.15) 0%, rgba(5, 68, 94, 0.5) 100%) !important;
    border: 1px solid var(--cyan-custom) !important;
    box-shadow: inset 0 0 20px rgba(69, 190, 192, 0.1) !important;
}

.overall-standings-card .results-action-link a {
    color: var(--cyan-custom) !important;
}

.hero-text-limit {
    max-width: 650px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    margin-bottom: 60px !important;
}

.results-hero-banner .j70-card-alignment {
    margin-top: 40px !important;
    position: relative;
    z-index: 10;
}

.results-hero-banner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
}

.notice-board-hero {
    background-color: #ffffff !important;
    background-image: radial-gradient(#e2e8f0 1px, transparent 1px) !important;
    background-size: 24px 24px !important;
    padding: 100px 0 !important;
    border-bottom: 1px solid #f1f5f9;
}

/* Label Styling */
.notice-board-hero p:first-of-type {
    color: var(--cyan-custom) !important;
    font-size: 0.8125rem !important; 
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}


.notice-board-hero h1 {
    color: var(--dark-azure) !important;
    font-size: clamp(2.5rem, 8vw, 4.5rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin: 0 0 25px 0 !important;
    letter-spacing: -0.02em;
}

/* Sub-text styling */
.notice-board-hero p:last-of-type {
    color: #64748b !important;
    font-size: 1.125rem !important; 
    line-height: 1.6 !important;
    max-width: 600px !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .notice-board-hero {
        padding: 60px 0 !important;
    }
}

.header-round-icon {
    background-color: #f0fdfa !important; /* Soft mint */
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 15px 0 0 !important;
    position: relative;
    flex-shrink: 0; 
}


.header-round-icon::after {
    content: "\f133" !important; /* Calendar  */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 1.125rem !important; 
    color: #45BEC0 !important; 
}


.wp-block-row:has(.header-round-icon) {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 30px !important;
}



.doc-row-light, .doc-row-dark {
    display: flex !important;
    align-items: center !important;
    padding: 25px 30px !important;
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}


.doc-row-light {
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}


.doc-row-dark {
    background: var(--dark-azure) !important; /* #05445E */
    border: none !important;
    color: #ffffff !important;
}

/* Document Icon  */
.doc-row-light i, .doc-row-dark i {
    font-size: 1.5rem; /* 24px */
    margin-right: 25px;
}

.doc-row-light i { color: #e35e4f; } /* PDF Red */
.doc-row-dark i { color: #fbbf24; }  /* Gold Trophy */


.doc-row-light h4, .doc-row-dark h4 {
    margin: 0 !important;
    font-weight: 800 !important;
    font-size: 1.125rem !important; 
}

.doc-row-light p, .doc-row-dark p {
    margin: 4px 0 0 0 !important;
    font-size: 0.6875rem !important; 
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.doc-row-light p { color: #94a3b8; }
.doc-row-dark p { color: var(--turquoise-custom); opacity: 0.8; }

/* Download / Action Icon*/
.doc-action-icon {
    margin-left: auto !important;
    background: #f1f5f9;
    color: #475569;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc-row-dark .doc-action-icon {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* Hover Effects */
.doc-row-light:hover, .doc-row-dark:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}


.notice-board-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px !important;
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    transition: all 0.2s ease-in-out;
}

.notice-board-item:hover {
    border-color: var(--cyan-custom) !important;
    background: #f8fdfe !important;
    transform: translateX(5px);
}

/* Document Icon Styling */
.notice-board-item::before {
    content: "\f15b"; /* File icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: red;
    font-size: 1.25rem;
    margin-right: 20px;
}

/* Document Title */
.notice-board-item h4 {
    margin: 0 !important;
    font-weight: 700 !important;
    color: var(--dark-azure) !important;
    flex-grow: 1;
}

/* Date text */
.notice-board-item p {
    margin: 0 20px !important;
    font-size: 0.8125rem !important; 
    color: #94a3b8 !important;
    font-weight: 600;
}

/* View Button Styling */
.notice-board-item .wp-block-button__link {
    background: #f1f5f9 !important;
    color: #475569 !important;
    font-size: 0.6875rem !important; 
    font-weight: 800 !important;
    text-transform: uppercase;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    letter-spacing: 0.5px;
}

.notice-board-item:hover .wp-block-button__link {
    background: var(--dark-azure) !important;
    color: #ffffff !important;
}

    color: #64748b !important;


.header-round-icon-governance {
    background-color: #f0fdfa !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 15px 0 0 !important;
    position: relative;
    flex-shrink: 0;
}

.header-round-icon-governance::after {
    content: "\f24e" !important; /* Scales icon */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 1.125rem !important; 
    color: #45BEC0 !important;
}

.notice-board-hero .header-round-icon,
.notice-board-item i,
.header-round-icon-governance {
    background-color: #f0fdfa !important; /* Mint background */
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 20px !important;
    flex-shrink: 0;
}


/* Governance Grid Cards */
.governance-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 30px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
}

.governance-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Governance Badge */
.gov-badge {
    background: #f0fdf4 !important; /* Light green */
    color: #166534 !important;
    font-size: 0.625rem !important; 
    font-weight: 800 !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    margin-left: auto !important;
}

/* Specific Badge Color for Constitution */
.governance-card:nth-child(2) .gov-badge {
    background: #f1f5f9 !important;
    color: #475569 !important;
}

/* Card Icons */
.governance-card i {
    font-size: 1.75rem !important; 
    color: #1e293b !important;
    margin-bottom: 20px;
}

/* Action link at the bottom */
.governance-card a {
    margin-top: auto !important;
    font-size: 0.75rem !important; 
    font-weight: 800 !important;
    color: var(--dark-azure) !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.gov-card-icon {
    background-color: #f8fafc !important; /* Very soft grey */
    width: 45px !important;
    height: 45px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    position: relative;
}

/* Book (Class Rules) */
.icon-book::after {
    content: "\f518" !important; 
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size: 1.375rem !important; 
    color: var(--dark-azure);
}


.icon-gavel::after {
    content: "\f0e3" !important; 
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size: 1.375rem !important; 
    color: var(--dark-azure);
}


.icon-member::after {
    content: "\f2c2" !important; 
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size: 1.375rem !important; 
    color: var(--dark-azure);
}

.results-action-link.external-link a::after {
    content: "\f08e" !important; 
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size: 0.6875rem !important; 
    margin-left: 8px;
    transition: transform 0.3s ease;
}


.doc-row-light.j70-card-alignment {
    width: 92% !important; 
    margin: 20px auto !important;
    justify-content: flex-start !important; 
    gap: 0 !important;
}


.doc-row-light.j70-card-alignment .external-link {
    margin-left: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.join-hero-container {
    text-align: center;
    border-bottom: 1px solid #eee;
}


.join-hero-container h1 {
    color: #05445E !important;
    font-size: clamp(3rem, 8vw, 6rem) !important;
    font-weight: 400 !important; 
    letter-spacing: -2px;
    text-transform: uppercase;
}


.join-hero-container p {
    color: #475569 !important;
    font-size: 1.125rem !important; 
    margin-bottom: 40px !important;
}



.hero-button-group {
    justify-content: center !important;
    gap: 15px !important;
}


.hero-button-group .wp-block-button__link {
    border-radius: 50px !important;
    padding: 14px 35px !important;
    font-size: 0.75rem !important; 
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* Dark Navy Button */
.hero-button-group .wp-block-button:first-child .wp-block-button__link {
    background-color: #05445E !important;
    border: 2px solid #05445E !important;
}

/* Ghost Buttons (Buy/Charter) */
.hero-button-group .wp-block-button:not(:first-child) .wp-block-button__link {
    background-color: rgba(226, 232, 240, 0.5) !important;
    border: 2px solid #cbd5e1 !important;
    color: #05445E !important;
}

.hero-button-group .wp-block-button__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background-color: #45BEC0 !important;
    border-color: #45BEC0 !important;
    color: #fff !important;
}


.join-hero-title {
    color: #05445E !important;
    font-size: clamp(3.5rem, 10vw, 7rem) !important; 
    font-weight: 400 !important; 
    line-height: 0.85 !important; 
    letter-spacing: -3px !important; 
    text-transform: uppercase;
    margin: 0 0 20px 0 !important;
    text-align: center;
}


.join-hero-title .bold-class {
    font-weight: 900 !important; 
    display: inline-block;
}


.join-hero-container p:first-of-type {
    font-size: 0.6875rem !important; 
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: #64748b !important;
    margin-bottom: 10px !important;
}


.join-hero-container p:last-of-type {
    font-size: 1.25rem !important; 
    color: #334155 !important;
    max-width: 500px;
    margin: 0 auto 40px auto !important;
}

.scroll-bounce-arrow {
    display: flex !important;
    justify-content: center !important;
    margin-top: 50px !important;
    cursor: pointer;
    z-index: 99 !important;
    animation: bounce_action 1.5s infinite ease-in-out !important;
    -webkit-animation: bounce_action 1.5s infinite ease-in-out !important;
}

.scroll-bounce-arrow::after {
    content: "\f078" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 2.8125rem !important; 
    color: #45BEC0 !important;
}


@keyframes bounce_action {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-30px); }
}

@-webkit-keyframes bounce_action {
    0%, 100% { -webkit-transform: translateY(0); }
    50% { -webkit-transform: translateY(-30px); }
}

@media (max-width: 768px) {
    .scroll-bounce-arrow::after {
        font-size: 1.875rem !important; 
    }
}

.rule-box {
    background: #ffffff !important;
    border-left: 6px solid #05445E !important; 
    border-radius: 4px 16px 16px 4px !important;
    padding: 30px !important;
    margin: 35px 0 !important;
    box-shadow: 0 10px 30px rgba(5, 68, 94, 0.05) !important;
}


.rule-box h4 {
    color: #05445E !important;
    font-size: 0.875rem !important; 
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 !important;
}

.rule-box p {
    font-size: 0.875rem !important; 
    line-height: 1.5 !important;
    color: #475569 !important;
    margin-top: 15px !important;
}

.pricing-row-item {
    background: #ffffff !important;
    padding: 25px 30px !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

/* Membership Title & Description */
.pricing-row-item h4 {
    margin: 0 !important;
    font-size: 1.125rem !important; 
    font-weight: 800 !important;
    color: var(--dark-azure) !important;
}

.pricing-row-item p {
    margin: 5px 0 0 0 !important;
    font-size: 0.8125rem !important; 
    color: #94a3b8 !important;
}

/* Price Styling */
.pricing-row-item .price-tag {
    font-size: 2rem !important; 
    font-weight: 900 !important;
    color: var(--dark-azure) !important;
    display: flex;
    align-items: baseline;
}

.pricing-row-item .price-tag span {
    font-size: 0.875rem !important; 
    font-weight: 600;
    color: #cbd5e1;
    margin-left: 2px;
}

/* Honorary Member dashed box */
.honorary-box {
    border: 1px dashed #cbd5e1 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    text-align: center;
    font-size: 0.6875rem !important; 
    font-weight: 700;
    text-transform: uppercase;
    color: #94a3b8;
}

.pricing-row-item {
    background: #ffffff !important;
    padding: 25px 30px !important;
    border-radius: 12px !important;
    margin-bottom: 15px !important;
    display: flex !important;
    
    justify-content: space-between !important; 
    align-items: center !important;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

/* Membership Titles */
.pricing-row-item h4 {
    margin: 0 !important;
    font-size: 1.125rem !important; 
    font-weight: 800 !important;
    color: var(--dark-azure) !important;
}

.pricing-row-item p {
    margin: 4px 0 0 0 !important;
    font-size: 0.8125rem !important; 
    color: #94a3b8 !important;
}

/* Big Price Styling */
.price-tag {
    font-size: 2rem !important; 
    font-weight: 900 !important;
    color: var(--dark-azure) !important;
    margin: 0 !important;
    letter-spacing: -1px;
}


.honorary-box {
    border: 1px dashed #cbd5e1 !important;
    padding: 15px !important;
    border-radius: 10px !important;
    text-align: center;
    margin-top: 20px !important;
}

.honorary-box p {
    font-size: 0.6875rem !important; 
    font-weight: 800 !important;
    color: #94a3b8 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 !important;
}

.membership-top-tag {
    font-size: 0.6875rem !important; 
    font-weight: 700 !important;
    color: #64748b !important; 
    text-transform: uppercase !important;
    letter-spacing: 2px !important; 
    margin-bottom: 10px !important;
    display: block;
}


.membership-main-title {
    color: #05445E !important;
    font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
    font-weight: 900 !important; 
    line-height: 0.9 !important; 
    letter-spacing: -2px !important; 
    margin: 0 0 30px 0 !important;
    text-transform: uppercase;
}


.rule-box h4 {
    font-weight: 900 !important;
    letter-spacing: 0.5px !important;
    font-size: 0.875rem !important; 
    color: #05445E !important;
}


.why-j70-section {
    background-color: #05445E !important; /* Dark Azure */
    padding: 100px 0 !important;
    position: relative;
}


.why-j70-section h2.membership-main-title {
    color: #ffffff !important; 
    position: relative;
    z-index: 10;
}

.why-j70-section .membership-main-title {
    color: #ffffff !important;
    font-weight: 900 !important;
    display: block !important;
    width: 100% !important;
    text-align: center;
    margin-bottom: 50px !important;
}

.neon-feature-card {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(69, 190, 192, 0.2) !important;
    border-radius: 24px !important;
    padding: 45px !important;
    position: relative !important; 
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.neon-feature-card:hover {
    transform: translateY(-8px);
    border-color: #45BEC0 !important;
    box-shadow: 0 0 30px rgba(69, 190, 192, 0.25), 
                0 15px 35px rgba(0, 0, 0, 0.2) !important;
}

.card-bg-number {
    position: absolute !important;
    top: -20px !important; 
    right: -10px !important; 
    font-size: 11.25rem !important; 
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 0.03) !important; 
    line-height: 1 !important;
    margin: 0 !important;
    z-index: 0; 
    pointer-events: none;
}


.neon-card-icon {
    background-color: #45BEC0 !important; 
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 30px !important;
    position: relative;
    z-index: 5;
}


.neon-card-icon::after {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 1.25rem !important; 
    color: #05445E !important; 
}

.icon-wind::after { content: "\f72e" !important; }   
.icon-anchor::after { content: "\f13d" !important; } 
.icon-sliders::after { content: "\f1de" !important; } 
.icon-car::after { content: "\f1b9" !important; } 
.icon-cap::after { content: "\f183" !important; } 
.icon-globe::after { content: "\f0ac" !important; } 
.icon-email-light::after { content: "\f0e0"; color: #45BEC0; }
.icon-crown::after { content: "\f521"; }
.icon-anchor::after { content: "\f13d"; }


.neon-feature-card h4 {
    color: #ffffff !important;
    font-size: 1.375rem !important; 
    font-weight: 800 !important;
    margin: 0 0 15px 0 !important;
    z-index: 5;
}

.neon-feature-card p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.9375rem !important; 
    line-height: 1.6 !important;
    margin: 0 !important;
    z-index: 5;
}

.phone-circle-icon {
    background-color: #f0fdfa !important; 
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
}

.phone-circle-icon::after {
    content: "\f095" !important; /* Phone icon */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    color: var(--cyan-custom);
    font-size: 1rem !important;
}

/* Button & Phone Alignment */
.buying-cta-row {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
    margin-top: 35px !important;
}

.phone-number-text {
    font-weight: 800 !important;
    color: var(--dark-azure) !important;
    font-size: 1rem !important; 
    text-decoration: none !important;
}

.buying-button {
    background-color: #05445E !important; 
    border-radius: 6px !important;
    padding: 18px 30px !important;
    font-size: 0.8125rem !important; 
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex !important;
    align-items: center;
    border: none !important;
    transition: all 0.3s ease;
}

.buying-button:hover {
    background-color: #45BEC0 !important; 
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(5, 68, 94, 0.2);
}


.buying-button.external-link::after {
    content: "\f08e" !important; 
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    margin-left: 15px;
    font-size: 0.875rem !important; 
    color: #ffffff;
}

.buying-image-container img {
    border-radius: 12px !important; 
    box-shadow: 0 20px 50px rgba(5, 68, 94, 0.15) !important; 
    transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}


.buying-image-container:hover img {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(5, 68, 94, 0.25) !important;
}

.charter-club-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 35px !important;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden; 
}


.charter-club-card::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(69, 190, 192, 0.05); 
    border-radius: 50%;
}


.charter-dark-card {
    background: linear-gradient(135deg, #05445E 0%, #022c3d 100%) !important;
    border-radius: 16px !important;
    padding: 35px !important;
    color: #ffffff !important;
}

.charter-dark-card h4 {
    color: #ffffff !important;
    font-weight: 800 !important;
}

.charter-dark-card p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.875rem !important; 
}


.charter-action-link {
    font-weight: 800 !important;
    font-size: 0.6875rem !important; 
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 20px;
}

html {
    scroll-behavior: smooth !important;
}

.contact-hero .membership-top-tag {
    color: #45BEC0 !important;
    font-size: 0.6875rem !important; 
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    margin-bottom: 15px !important;
}


.contact-hero p:not(.membership-top-tag) {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.25rem !important; 
    line-height: 1.6 !important; 
    max-width: 750px; 
    margin: 0 auto !important;
    font-weight: 400;
}

.contact-hero {
    background-color: #05445E !important;
    padding: 100px 0 160px 0 !important; 
    text-align: center;
}

.floating-contact-card {
    background: #ffffff !important;
    max-width: 900px;
    margin: -100px auto 60px auto !important; 
    padding: 50px !important;
    border-radius: 20px !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1) !important;
    position: relative;
    z-index: 10;
}

/* Email Boxes */
.contact-email-box {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px !important;
    display: flex;
    align-items: center;
}

.icon-email-cyan::after {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #45BEC0;
    font-size: 1.25rem; 
    margin-right: 15px;
}

/* Social Media Circles */
.social-circle {
    width: 45px;
    height: 45px;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: all 0.3s ease;
}

.social-circle:hover {
    border-color: #45BEC0;
    color: #05445E;
    transform: translateY(-3px);
}

.contact-hero h1 {
    color: #ffffff !important;
    font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
    font-weight: 900 !important; 
    line-height: 0.85 !important; 
    letter-spacing: -3px !important; 
    text-transform: none; 
    margin-bottom: 25px !important;
}


.floating-contact-card h3 {
    color: #05445E !important;
    font-weight: 900 !important;
    font-size: 1.75rem !important; 
    letter-spacing: -1px;
    margin-bottom: 40px !important;
}

/* Email Labels (General Enquiries / Membership) */
.contact-email-box span.label {
    display: block;
    font-size: 0.6875rem !important; 
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8 !important; 
    margin-bottom: 4px;
}

/* Email Address */
.contact-email-box a {
    color: #05445E !important;
    font-weight: 800 !important;
    font-size: 1.125rem !important; 
    text-decoration: none !important;
}

.contact-email-box .label {
    margin-bottom: 2px !important; 
    line-height: 1 !important;
    display: block;
}


.contact-email-box a {
    margin-top: 0 !important;
    line-height: 1.1 !important; 
    display: inline-block;
}

.facebook-cta-banner {
    background: #3b82f6 !important;
    border-radius: 20px !important;
    padding: 40px 60px !important;
    max-width: 900px !important; 
    margin: 40px auto !important; 
    position: relative !important;
    overflow: hidden !important;
    display: block !important; 
}


.facebook-cta-banner .wp-block-columns {
    display: flex !important;
    flex-wrap: nowrap !important; 
    align-items: center !important;
    gap: 20px !important;
}


.facebook-cta-banner .wp-block-column:last-child {
    display: flex !important;
    justify-content: flex-end !important; 
}


.facebook-cta-banner::before {
    content: "\f39e" !important;
    font-family: "Font Awesome 6 Brands" !important;
    position: absolute !important;
    right: -10px !important;
    bottom: -40px !important;
    font-size: 12.5rem !important; 
    color: rgba(255, 255, 255, 0.1) !important;
    z-index: 1 !important;
    pointer-events: none;
}

.facebook-cta-banner h3, 
.facebook-cta-banner p {
    color: #ffffff !important;
    margin: 0 !important;
    position: relative;
    z-index: 5;
}


.facebook-cta-banner h3 {
    font-size: 2rem !important; 
    font-weight: 900 !important;
    letter-spacing: -1px;
}

/* The 'f' Watermark */
.facebook-cta-banner::before {
    content: "\f39e" !important;
    font-family: "Font Awesome 6 Brands" !important;
    position: absolute !important;
    right: -20px !important;
    bottom: -60px !important;
    font-size: 16.25rem !important; 
    color: rgba(255, 255, 255, 0.1) !important; 
    z-index: 1 !important;
    pointer-events: none;
    line-height: 1 !important;
}

/*  Glass 'Join Now' Button */
.facebook-cta-banner .wp-block-button__link {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important; 
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 50px !important;
    padding: 14px 40px !important;
    font-weight: 800 !important;
    font-size: 0.875rem !important; 
    color: #ffffff !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.committee-header-main {
    text-align: center;
    position: relative;
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 50px !important;
}

.committee-header-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #45BEC0; 
    border-radius: 2px;
}

.committee-card {
    background: #ffffff !important;
    border-radius: 20px !important; 
    padding: 40px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; 
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(5, 68, 94, 0.05) !important; 
    height: 100%;
    border: 1px solid #f1f5f9;
}

.committee-photo-circle {
    background-color: #f1f5f9 !important;
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 25px auto !important;
    position: relative; 
}


.committee-photo-circle::after {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 2rem !important; 
    color: #cbd5e1 !important; 
    display: block;
}


.committee-card h3 {
    color: #05445E !important;
    font-size: 1.5rem !important; 
    font-weight: 900 !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.5px;
}

.committee-role {
    color: #45BEC0 !important;
    font-size: 0.75rem !important; 
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px !important;
}

.committee-card p:last-child {
    color: #64748b !important;
    font-size: 0.9375rem !important; 
    font-weight: 400;
}


.hero-video-section {
    min-height: 90vh !important;
    padding-bottom: 120px !important;
    display: flex !important;
    align-items: center !important;
}


.hero-main-title {
    text-align: left !important;
    font-size: clamp(2.8rem, 7vw, 5.5rem) !important; 
    font-weight: 700 !important;
    line-height: 0.87 !important; 
    letter-spacing: -2.5px !important;
    color: #ffffff !important;
    max-width: 850px !important;
    
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}


.hero-glass-badge {
    display: inline-flex !important;
    align-items: center;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    font-size: 0.6875rem !important; 
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    padding: 6px 20px 6px 14px !important;
    text-transform: uppercase;
    
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* Badge Teal Dot */
.hero-glass-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #45BEC0;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(69, 190, 192, 0.5);
}


.hero-video-section p:not(.hero-glass-badge) {
    text-align: left !important;
    max-width: 580px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    color: #ffffff !important;
    font-size: 1.1875rem !important; 
    line-height: 1.5 !important;
    opacity: 0.95;
}

.hero-button-solid .wp-block-button__link,
.hero-button-outline .wp-block-button__link {
    border-radius: 50px !important; 
    padding: 14px 35px !important;
    font-size: 0.8125rem !important; 
    font-weight: 800 !important; 
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
}

/* Solid Teal Button */
.hero-button-solid .wp-block-button__link {
    background-color: #45BEC0 !important;
    color: #05445E !important;
    border: none !important;
}

/* Glass Outline Button */
.hero-button-outline .wp-block-button__link {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(5px);
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
}

/* Solid Teal Button */
.hero-button-solid .wp-block-button__link {
    background-color: #45BEC0 !important; /* Brand Teal */
    color: #05445E !important; /* Dark Navy Text */
    border: none !important;
}

.hero-button-solid .wp-block-button__link:hover {
    background-color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(69, 190, 192, 0.3);
}

/* Glass Outline Button */
.hero-button-outline .wp-block-button__link {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(5px);
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
}

.hero-button-outline .wp-block-button__link:hover {
    background: rgba(255, 255, 255, 1) !important;
    color: #05445E !important;
    border-color: #ffffff !important;
}

/* Floating Stats Bar */
.hero-stats-bar {
    background: #ffffff !important;
    max-width: 1100px !important;
    margin: -70px auto 0 auto !important; 
    padding: 40px 20px !important;
    border-radius: 24px !important;
    box-shadow: 0 30px 60px rgba(5, 68, 94, 0.12) !important;
    position: relative;
    z-index: 99;
    border: 1px solid rgba(0,0,0,0.05);
}

/* Individual Stat Styling */
.hero-stats-bar h2 {
    color: #05445E !important;
    font-size: 3rem !important; 
    font-weight: 900 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.hero-stats-bar p {
    color: #94a3b8 !important;
    font-size: 0.6875rem !important; 
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px !important;
}

/* Stat Vertical Dividers */
.hero-stats-bar .wp-block-column:not(:last-child) {
    border-right: 1px solid #f1f5f9;
}


.hero-stats-bar {
    background: #ffffff !important;
    max-width: 1100px !important;
    margin: -75px auto 0 auto !important; 
    padding: 45px 20px 40px 20px !important; 
    border-radius: 24px !important; 
    box-shadow: 0 30px 60px rgba(5, 68, 94, 0.12) !important;
    position: relative;
    z-index: 99;
    text-align: center;
    overflow: hidden; 
}

/* Ombre Top Bar */
.hero-stats-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px; 
    background: linear-gradient(90deg, #05445E 0%, #45BEC0 50%, #05445E 100%) !important;
    z-index: 10;
}

/* The Large Numbers */
.hero-stats-bar h2 {
    color: #05445E !important;
    font-size: 3rem !important; 
    font-weight: 900 !important;
    margin: 0 !important;
    line-height: 1 !important;
    letter-spacing: -1.5px !important;
}

/* The Small Labels */
.hero-stats-bar p {
    color: #94a3b8 !important;
    font-size: 0.6875rem !important; 
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 10px 0 0 0 !important;
}


.hero-stats-bar .wp-block-column:not(:last-child) {
    border-right: 1px solid rgba(226, 232, 240, 0.6) !important; 
}


@media (max-width: 781px) {
    .hero-stats-bar .wp-block-column {
        border-right: none !important;
        margin-bottom: 30px;
    }
    .hero-stats-bar {
        margin-top: -40px !important;
        padding: 40px !important;
    }
}


.offset-image-container img {
    border-radius: 20px !important;
    position: relative;
    z-index: 2;
    display: block;
}

.offset-image-container {
    position: relative;
    display: inline-block;
}

/* Teal Offset Box */
.offset-image-container::after {
    content: "";
    position: absolute;
    bottom: -15px; 
    right: -15px;  
    width: 100%;
    height: 100%;
    background-color: #45BEC0; 
    border-radius: 20px;
    z-index: 1;
}


.class-section-tag {
    color: #45BEC0 !important;
    font-size: 0.6875rem !important; 
    font-weight: 800 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.class-section-title {
    color: #05445E !important;
    font-size: 2.625rem !important; 
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin-bottom: 30px !important;
}


.become-member-link {
    color: #05445E !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-bottom: 2px solid #45BEC0; /* Teal underline */
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 20px !important;
}

.class-description-text {
    color: #64748b !important; 
    font-size: 1.125rem !important; 
    line-height: 1.6 !important; 
    font-weight: 400 !important;
    margin-bottom: 25px !important;
    max-width: 520px !important; 
}


.class-description-text strong {
    color: #05445E !important; 
    font-weight: 800 !important;
}

.gs-section-header {
    text-align: center !important;
    margin-bottom: 80px !important;
    position: relative;
    width: 100%;
}


.gs-section-header h2,
.gs-section-header .wp-block-heading {
    color: #ffffff !important;
    font-size: 3.25rem !important; 
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    margin: 0 !important;
    line-height: 1 !important;
   
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2) !important;
}

.gs-section-header::before {
    content: "2026 SEASON";
    display: block;
    color: #45BEC0 !important;
    font-size: 0.6875rem !important; 
    font-weight: 800 !important;
    letter-spacing: 3px !important;
    margin-bottom: 12px !important;
    text-transform: uppercase;
}

/* Fading Teal Underline */
.gs-section-header::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #45BEC0, transparent) !important;
    margin: 25px auto 0 auto;
    border-radius: 10px;
}



.gs-event-card {
    background: rgba(5, 68, 94, 0.4) !important; 
    backdrop-filter: blur(15px) !important;
    border-radius: 24px !important;
    padding: 40px 30px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;

   
    border: 1px solid rgba(69, 190, 192, 0.5) !important;
    box-shadow: 
        0 0 15px rgba(69, 190, 192, 0.1), 
        inset 0 0 15px rgba(69, 190, 192, 0.05); 
}


.gs-event-card:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(5, 68, 94, 0.6) !important;
    border-color: rgba(69, 190, 192, 1) !important; 
    box-shadow: 
        0 0 25px rgba(69, 190, 192, 0.4), 
        0 0 50px rgba(69, 190, 192, 0.1), 
        inset 0 0 20px rgba(69, 190, 192, 0.2);
}


.gs-event-card h3 {
    color: #ffffff !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.3); 
}

.gs-card-tag {
    color: #45BEC0 !important;
    text-shadow: 0 0 10px rgba(69, 190, 192, 0.5); 
}




.gs-event-card h3 {
    color: #ffffff !important;
    font-size: 3.25rem !important; 
    font-weight: 900 !important;
    margin: 10px 0 45px 0 !important;
    line-height: 1 !important;
}

.gs-event-card h4 {
    color: #ffffff !important;
    font-size: 1.375rem !important; 
    font-weight: 700 !important;
    margin: 4px 0 !important;
}


.gs-card-tag {
    color: #45BEC0 !important;
    font-size: 0.8125rem !important; 
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 !important;
}

.gs-date-tag {
    color: #45BEC0 !important;
    font-size: 0.9375rem !important; 
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 !important;
}

.gs-card-location {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.8125rem !important; 
    font-weight: 700 !important;
    margin-top: 5px !important;
}


.gs-event-card::after {
    position: absolute !important;
    right: -10px !important;  
    bottom: -40px !important; 
    font-size: 12.5rem !important; 
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 0.03) !important; 
    z-index: 0 !important;
    pointer-events: none;
    line-height: 1;
}


.card-gs1::after { content: "1"; }
.card-gs2::after { content: "2"; }
.card-gs3::after { content: "3"; }
.card-gs4::after {
    content: "\f091" !important; 
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 10rem !important; 
}

.non-discardable-pill {
    display: inline-block !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 50px !important;
    padding: 3px 15px !important;
    font-size: 0.625rem !important; 
    color: #ffffff !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    margin: 20px 0 !important;
    background: transparent;
}
.card-gs5::after { content: "5"; }
.card-gs6::after { content: "6"; }
.card-gs7::after { content: "7"; }


.wp-block-columns {
    align-items: stretch !important; 
}

.gs-event-card {
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: rgba(5, 68, 94, 0.4) !important;
    backdrop-filter: blur(15px) !important;
    border-radius: 24px !important;
    padding: 30px 25px !important; 
    border: 1px solid rgba(69, 190, 192, 0.4) !important;
    transition: all 0.4s ease !important;
}



.gs-event-card.is-nationals-card {
    
    border-color: rgba(255, 215, 0, 0.6) !important;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.15),
        inset 0 0 15px rgba(255, 215, 0, 0.05) !important;
}

.gs-event-card.is-nationals-card:hover {
    border-color: rgba(255, 215, 0, 1) !important;
    box-shadow: 
        0 0 30px rgba(255, 215, 0, 0.4),
        inset 0 0 20px rgba(255, 215, 0, 0.2) !important;
}


.non-discardable-pill {
    margin: 10px 0 !important;
    padding: 2px 10px !important;
    font-size: 0.5625rem !important; 
}


.gs-event-card h3 {
    margin: 5px 0 25px 0 !important; 
}

.is-nationals-card .gs-card-tag {
    color: #D4AF37 !important; /* Gold */
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3); 
}

.is-nationals-card .gs-date-tag {
    color: #D4AF37 !important; /* Gold */
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3); 
}


.is-nationals-card .non-discardable-pill {
    color: #D4AF37 !important;
    border-color: rgba(212, 175, 55, 0.8) !important;
}


.card-full-calendar {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border-color: rgba(255, 255, 255, 0.4) !important; 
}

/* Calendar Icon Styling */
.gs-calendar-icon {
    font-size: 3.375rem !important; 
    color: rgba(255, 255, 255, 0.4) !important;
    margin-bottom: 25px !important;
    line-height: 1 !important;
}


.card-full-calendar h3 {
    font-size: 2rem !important; 
    margin-bottom: 15px !important;
    color: #ffffff !important;
}

.card-full-calendar p {
    font-size: 0.875rem !important; 
    color: rgba(255, 255, 255, 0.6) !important;
    max-width: 220px;
    margin: 0 auto 30px auto !important;
    line-height: 1.5;
}


.card-full-calendar .wp-block-button__link {
    padding: 12px 30px !important;
    font-size: 0.75rem !important; 
}

.gs-calendar-icon::before {
    content: "\f133" !important; 
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 3.375rem !important; 
    color: rgba(255, 255, 255, 0.4) !important;
    display: block;
    margin-bottom: 20px;
}

.gallery-masonry-img figure {
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 20px !important; 
    background-color: #f1f5f9;
}

.gallery-masonry-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}


.gallery-masonry-img:hover img {
    transform: scale(1.05);
}


.wp-block-column .gallery-masonry-img:not(:last-child) {
    margin-bottom: 20px !important;
}

.gallery-masonry-row {
    align-items: stretch !important;
}


.gallery-masonry-img {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}


.gallery-masonry-img figure,
.gallery-masonry-img .wp-block-image {
    margin: 0 !important;
    border-radius: 30px !important; 
    overflow: hidden !important; 
    height: 100% !important;
    position: relative;
    mask-image: radial-gradient(white, black); 
}

.gallery-masonry-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    transition: transform 0.6s ease !important;
}

.gallery-masonry-img:hover img {
    transform: scale(1.08); 
}

.gallery-masonry-row .wp-block-column:nth-child(2) {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.gallery-masonry-row .wp-block-column:nth-child(2) .gallery-masonry-img {
    height: calc(50% - 10px) !important; 
}

.gallery-masonry-row {
    align-items: stretch !important;
}


.gallery-masonry-img, 
.gallery-masonry-img figure, 
.gallery-masonry-img .wp-block-image,
.gallery-masonry-img a {
    border-radius: 30px !important; 
    overflow: hidden !important; 
    height: 100% !important;
    display: block !important;
    margin: 0 !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black); 
}


.gallery-masonry-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

/* Zoom Effect */
.gallery-masonry-img:hover img {
    transform: scale(1.08);
}


.gallery-masonry-row .wp-block-column:nth-child(2) {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.gallery-masonry-row .wp-block-column:nth-child(2) .gallery-masonry-img {
    height: calc(50% - 10px) !important; 
}

.gallery-view-all {
    display: inline-flex !important;
    margin-left: auto !important; 
    margin-right: 0 !important;
    color: #05445E !important; 
    font-weight: 800 !important;
    text-decoration: none !important;
    font-size: 0.8125rem !important; 
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    border-bottom: 2.5px solid #45BEC0; 
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-view-all:hover {
    color: #45BEC0 !important;
    border-bottom-color: #05445E;
    transform: translateX(-5px); 
}


.wp-block-column:has(.gallery-view-all) {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important; 
    justify-content: flex-end !important; 
}

.full-page-video {
    max-width: 100% !important;
    width: 100vw !important; 
    margin-left: calc(-50vw + 50%) !important; 
    margin-right: calc(-50vw + 50%) !important;
}

.full-page-video figure,
.full-page-video iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
}

.event-hero-section {
    
    background: radial-gradient(circle at center, #0B5C6F 0%, #05445E 100%) !important;
    padding: 100px 20px 160px 20px !important; 
    text-align: center !important;
    color: #ffffff !important;
}


.event-pill-badge {
    display: inline-block !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 50px !important;
    padding: 6px 20px !important;
    font-size: 0.6875rem !important; 
    font-weight: 800 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 30px !important;
    color: #ffffff !important;
}


.event-hero-section h1 {
    font-size: 4.5rem !important;
    font-weight: 900 !important;
    letter-spacing: -2px !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
}


.event-hero-section p:not(.event-pill-badge) {
    font-size: 1.25rem !important; 
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 600px;
    margin: 0 auto 40px auto !important;
    line-height: 1.6 !important;
}


.event-hero-section strong {
    color: #ffffff !important;
    font-weight: 800 !important;
}

.event-hero-section .wp-block-button__link {
    background-color: #45BEC0 !important; 
    color: #05445E !important;
    border-radius: 50px !important;
    padding: 16px 45px !important;
    font-weight: 800 !important;
    font-size: 1rem !important; 
    transition: all 0.3s ease !important;
    border: none !important;
}

.event-hero-section .wp-block-button__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-color: #ffffff !important;
}

.floating-countdown-box {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 35px 20px !important;
    box-shadow: 0 20px 40px rgba(5, 68, 94, 0.12) !important;
    max-width: 650px !important;
    margin: -80px auto 60px auto !important; 
    position: relative;
    z-index: 99;
}


.floating-countdown-box::before {
    content: "RACE START IN";
    display: block;
    font-size: 0.6875rem; 
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}


.floating-countdown-box h2 {
    color: #05445E !important;
    font-size: 3rem !important; 
    font-weight: 900 !important;
    margin: 0 !important;
    line-height: 1 !important;
}


.floating-countdown-box p {
    color: #45BEC0 !important;
    font-size: 0.6875rem !important; 
    font-weight: 800 !important;
    text-transform: uppercase;
    margin: 10px 0 0 0 !important;
}

.event-detail-card {
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important; 
    border-radius: 24px !important;
    padding: 50px 30px !important;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important; 
    transition: all 0.3s ease;
    height: 100%;
}

.event-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(5, 68, 94, 0.05) !important;
    border-color: #45BEC0 !important;
}


.detail-icon-wrap {
    width: 65px;
    height: 65px;
    background: #f0f7f9 !important; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto !important;
    color: #05445E !important;
    font-size: 1.5rem !important; 
}


.event-detail-card h4 {
    color: #05445E !important;
    font-size: 1.25rem !important; 
    font-weight: 800 !important;
    margin-bottom: 12px !important;
}

.detail-main-data {
    color: #45BEC0 !important;
    font-size: 1.125rem !important; 
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

.detail-sub-data {
    color: #64748b !important;
    font-size: 0.875rem !important; 
    font-weight: 500 !important;
}

.detail-icon-wrap::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* Card 1: Calendar */
.detail-card-when .detail-icon-wrap::before {
    content: "\f133" !important;
}

/* Card 2: Map Pin */
.detail-card-where .detail-icon-wrap::before {
    content: "\f3c5" !important;
}

/* Card 3: Boat */
.detail-card-what .detail-icon-wrap::before {
    content: "\f24a" !important;
}

.results-header-wrap, 
.docs-header-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important; 
    margin-bottom: 25px !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.results-icon-box, 
.docs-icon-box {
    width: 42px !important;
    height: 42px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
}

.results-icon-box { background-color: #05445E !important; } /* Navy */
.docs-icon-box { background-color: #45BEC0 !important; }    /* Teal */

.results-header-wrap h2, 
.docs-header-wrap h2 {
    margin: 0 !important;
    padding: 0 !important;
    margin-left: -2px !important; 
    line-height: 1 !important;
    font-size: 2rem !important; 
    font-weight: 800 !important;
    color: #05445E !important;
}



.results-status-card {
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 24px !important;
    padding: 80px 40px !important;
    text-align: center !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03) !important;
    margin-top: 20px !important;
}

.status-icon-circle, 
.docs-icon-circle {
    width: 85px;
    height: 85px;
    background: #f8fafc !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 30px auto !important;
    font-size: 0 !important; 
    color: transparent !important;
}

.results-status-card h3 {
    color: #05445E !important;
    font-size: 1.625rem !important; 
    font-weight: 800 !important;
    margin-bottom: 15px !important;
}

.results-status-card p:not(.status-icon-circle):not(.docs-icon-circle) {
    color: #64748b !important;
    font-size: 0.9375rem !important; 
    max-width: 480px;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}



.results-icon-box::before { content: "\f091"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #fff; font-size: 1.125rem; } /* Trophy */
.docs-icon-box::before { content: "\f15c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #fff; font-size: 1.125rem; }    /* File */

.status-icon-circle::before { content: "\f252"; font-family: "Font Awesome 6 Free"; font-weight: 400; font-size: 2.25rem !important; color: #cbd5e1 !important; } /* Hourglass */
.docs-icon-circle::before { content: "\f518"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 2.25rem !important; color: #cbd5e1 !important; }   /* Book */

@media (max-width: 768px) {

   
    .facebook-cta-banner .wp-block-button__link {
        padding: 10px 10px !important;
        font-size: 0.6875rem !important; 
        white-space: nowrap !important;
    }

   
    .notice-board-item .wp-block-button__link {
        padding: 6px 12px !important;
        font-size: 0.625rem !important; 
        min-width: 80px;
    }

 
    .pricing-row-item {
        flex-direction: row !important;
        padding: 15px !important;
    }
    .pricing-row-item .price-tag {
        font-size: 1.25rem !important; 
        white-space: nowrap !important;
    }
    .pricing-row-item .price-tag span {
        font-size: 0.6875rem !important; 
    }

  
    .hero-stats-bar {
        width: 90% !important;
        margin: -40px auto 0 auto !important; 
        padding: 30px 15px !important;
    }
    
    .hero-stats-bar h2 {
        font-size: 2rem !important; 
    }

  
    .wp-block-button__link {
        white-space: nowrap !important;
        letter-spacing: 0.5px !important;
    }
}

.facebook-cta-banner h3 {
    font-size: 1.5rem !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 8px !important;
}


.facebook-cta-banner {
    padding: 25px 20px !important; 
}

.facebook-cta-banner p {
    font-size: 0.875rem !important; 
    line-height: 1.4 !important;
}


.facebook-cta-banner .wp-block-column:last-child {
    justify-content: flex-start !important; 
    margin-top: 15px !important;
}

.j70-schedule-table {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.j70-schedule-table td, 
.j70-schedule-table thead th {
    font-size: 0.8125rem !important; 
    padding: 12px 10px !important;
    white-space: normal !important;
}


.j70-schedule-table td:nth-child(3) {
    min-width: 140px !important; 
}

.gs-event-card {
    position: relative !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.stretched-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}


.stretched-link {
    color: var(--cyan-custom) !important;
    text-decoration: underline !important;
    font-size: 0.8125rem !important; 
    font-weight: 800 !important;
    text-transform: uppercase;
}

.gs-event-card {
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
}


.stretched-link::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: block !important;
    z-index: 999 !important;
}


.stretched-link {
    position: static !important;
}


.gs-event-card .stretched-link {
    font-size: 0 !important;
    color: transparent !important;
    line-height: 0 !important;
}

.footer-search-bar {
    max-width: 400px;
    margin: 20px 0 !important;
}


.footer-search-bar .wp-block-search__input {
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 12px 20px !important;
    font-size: 0.875rem !important; 
    color: #05445E !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
}


.footer-search-bar .wp-block-search__input:hover {
    border-color: #cbd5e1 !important;
}

.footer-search-bar .wp-block-search__input:focus {
    outline: none !important;
    border-color: #45BEC0 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(69, 190, 192, 0.1) !important;
}


.footer-search-bar .wp-block-search__button {
    background-color: #05445E !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    margin-left: 10px !important;
    font-weight: 700 !important;
    font-size: 0.8125rem !important; 
    text-transform: uppercase;
    transition: background-color 0.3s ease !important;
}

.footer-search-bar .wp-block-search__button:hover {
    background-color: #45BEC0 !important;
}

.widget_nav_menu {
    margin-bottom: 30px !important;
}


.widget_nav_menu ul, 
.widget_nav_menu ul.menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}


.widget_nav_menu li {
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
    list-style: none !important;
    line-height: 1.4 !important;
}


.widget_nav_menu li a {
    color: #64748b !important;
    text-decoration: none !important;
    font-size: 0.875rem !important; 
    font-weight: 600 !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}


.widget_nav_menu li a:hover {
    color: #45BEC0 !important;
    transform: translateX(5px);
}


.widget_nav_menu li::before,
.widget_nav_menu li a::before {
    content: none !important;
    display: none !important;
}



.wp-block-post {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 0 !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100% !important; 
    box-shadow: 0 4px 15px rgba(5, 68, 94, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.wp-block-post:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(5, 68, 94, 0.12) !important;
}


.wp-block-post-featured-image {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important; 
		border-bottom: 3px solid #45BEC0 !important;
}


.wp-block-post-featured-image img {
    display: block !important; 
    width: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
}


.wp-block-post-title, 
.wp-block-post-date,
.wp-block-read-more {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}


.wp-block-post-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.25rem !important; 
    font-weight: 800 !important;
    color: #05445E !important;
    line-height: 1.2 !important;
    margin-top: 1.25rem !important; 
    margin-bottom: 0.5rem !important;
}

.wp-block-post-title a {
    text-decoration: none !important;
    color: inherit !important;
}


.wp-block-post-date {
    font-size: 0.75rem !important; 
    color: #94a3b8 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0 !important; 
}


.wp-block-post-excerpt {
    display: none !important;
}


.wp-block-read-more {
    margin-top: auto !important; 
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    font-size: 0.8125rem !important; 
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #45BEC0 !important; 
    text-decoration: none !important;
}

.wp-block-read-more:hover {
    color: #05445E !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wp-block-post-featured-image img {
        /*height: 180px !important;*/
    }
}

@media (max-width: 768px) {
    .wp-block-post-title {
        
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
       
        font-size: 1.125rem !important; 
        margin-top: 1rem !important;
    }
}


@viewport {
    width: device-width;
}


html, body {
    overflow-x: hidden !important;
    position: relative !important;
}


@media (max-width: 781px) {
   
	
    .wp-block-post-template {
        grid-template-columns: 1fr !important;
        display: block !important;
    }

   
	
    .wp-block-columns {
        flex-wrap: wrap !important;
    }
    
    .wp-block-column {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

   
	
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}




.wp-block-post-featured-image {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important; 
    display: block !important;
    width: 100% !important;
    border-bottom: 3px solid #45BEC0 !important; 
}


.wp-block-post-featured-image img {
    width: 1o0% !important;
    
    height: 200px !important; 
    object-fit: cover !important; 
    display: block !important;
    margin: 0 !important;
    max-width: none !important; 
}


@media (max-width: 768px) {
    .wp-block-post-featured-image img {
        height: 500px !important; 
    }
    
  
    .wp-block-post-template {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
    }
}


@media (max-width: 768px) {
    .ast-container, 
    .site-content .ast-container, 
    .ast-plain-container.ast-no-sidebar #primary {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }

  
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        position: relative !important;
    }
    
    .site-primary-header-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.elementor-template-full-width .site-content .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}






@media (max-width: 781px) {
    
    .wp-block-cover, 
    .wp-block-cover-image {
        min-height: 80vh !important; 
        padding: 0 !important;
    }

    
    .wp-block-cover img.wp-block-cover__image-background,
    .wp-block-cover video.wp-block-cover__video-background {
        object-fit: cover !important; 
        width: 100% !important;
        height: 100% !important;
        object-position: center center; 
    }

    
    .wp-block-cover__inner-container {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}