.elementor-13524 .elementor-element.elementor-element-37c9fb8{--display:flex;}.elementor-13524 .elementor-element.elementor-element-d1e60d8{--display:flex;}@media(max-width:767px){.elementor-13524 .elementor-element.elementor-element-37c9fb8{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13524 .elementor-element.elementor-element-d1e60d8{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-7415db3 *//* ABOVE + BEYOND SEO-OPTIMIZED LUXURY CONTENT STYLING */
/* York Racecourse Premium Blog Content - Optimized for #1 Google Rankings */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

/* Performance Optimization */
* {
    box-sizing: border-box;
}

/* Main Container */
.ab-luxury-content {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 0 24px;
}

/* Breadcrumb Navigation - REMOVED */

/* Table of Contents - UX & SEO Enhancement */
.ab-table-of-contents {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 24px;
    margin: 32px 0;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.ab-toc-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px 0;
    border-bottom: 2px solid #eac892;
    padding-bottom: 8px;
}

.ab-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 8px;
}

.ab-toc-list li {
    margin: 0;
}

.ab-toc-list a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 12px;
    display: block;
    border-radius: 6px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.ab-toc-list a:hover {
    background: #fff;
    border-left-color: #eac892;
    transform: translateX(4px);
    text-decoration: none;
}

/* Hero Meta Information */
.ab-hero-meta {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    font-size: 14px;
    color: #666;
}

.ab-published-date,
.ab-reading-time {
    background: #f9f9f9;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #eee;
}

/* Typography Scale - Following Brand Guidelines */
.ab-main-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 16px 0;
    text-align: center;
}

.ab-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 32px 0;
    border-bottom: 2px solid #eac892;
    padding-bottom: 12px;
    scroll-margin-top: 100px; /* For smooth anchor scrolling */
}

.ab-subsection-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 24px 0;
}

.ab-body-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #333;
    margin: 0 0 24px 0;
}

.ab-caption-text {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 0 0 16px 0;
}

/* Premium Spacing - 64px between major sections, 32px between subsections, 24px paragraph spacing */
.ab-content-section {
    margin-bottom: 64px;
}

.ab-subsection {
    margin-bottom: 32px;
}

/* Content Header */
.ab-content-header {
    text-align: center;
    margin-bottom: 64px;
}

/* Event Schedule Component - Clean grid layout, alternating background colors (#f9f9f9), bold time stamps, elegant borders */
.ab-event-schedule {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    padding: 32px;
    margin: 32px 0;
}

.ab-schedule-season {
    margin-bottom: 32px;
}

.ab-season-title {
    font-size: 22px;
    font-weight: 600;
    color: #eac892;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ab-schedule-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.ab-schedule-item:nth-child(even) {
    background-color: #f9f9f9;
}

.ab-schedule-date {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 16px;
}

.ab-schedule-event {
    font-size: 16px;
    color: #333;
}

.ab-event-list {
    margin: 8px 0 0 0;
    padding-left: 20px;
}

.ab-event-list li {
    margin-bottom: 4px;
    color: #666;
}

/* Featured Events Styling - Beautiful event sections with images and CTAs */
.ab-event-feature {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    margin-bottom: 48px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.ab-event-feature:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.ab-event-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    padding: 32px 32px 0 32px;
    border-bottom: 2px solid #eac892;
    padding-bottom: 16px;
}

/* Full Width Layout for Featured Events */
.ab-full-width-layout .ab-event-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 32px; /* Add margins for smaller width */
}

.ab-full-width-layout .ab-event-image {
    width: 100%;
    height: 300px; /* Reduced from 400px */
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #ddd;
    transition: transform 0.3s ease;
}

.ab-full-width-layout .ab-event-image:hover {
    transform: scale(1.02);
}

.ab-full-width-layout .ab-event-details {
    padding: 32px;
}

/* Legacy grid layout for non-full-width events */
.ab-event-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 32px;
}

.ab-event-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.ab-event-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.ab-event-image:hover {
    transform: scale(1.05);
}

.ab-event-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ab-event-cta {
    margin-top: 24px;
}

.ab-event-button {
    background: linear-gradient(135deg, #eac892 0%, #d4b883 100%);
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(234, 200, 146, 0.3);
}

.ab-event-button:hover {
    background: linear-gradient(135deg, #d4b883 0%, #c5a975 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(234, 200, 146, 0.4);
    text-decoration: none;
    color: #1a1a1a;
}

/* FAQ Section - Featured Snippets Optimization */
.ab-faq-container {
    margin: 32px 0;
}

.ab-faq-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 16px;
    border: 1px solid #eee;
    overflow: hidden;
}

.ab-faq-question {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    padding: 24px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ab-faq-question:hover {
    background: #f0f0f0;
}

.ab-faq-answer {
    padding: 24px;
}

/* Stats/Data Component - Highlighted numbers with #eac892 color, larger font weight */
.ab-race-stats {
    margin: 32px 0;
}

.ab-race-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    padding: 32px;
    margin-bottom: 24px;
    border: 1px solid #eee;
}

.ab-race-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
    border-bottom: 2px solid #eac892;
    padding-bottom: 8px;
}

.ab-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.ab-stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ab-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ab-stat-value {
    font-size: 18px;
    font-weight: 600;
    color: #eac892;
}

/* Custom Lists - Custom styled bullets using #eac892, generous line spacing (1.8) */
.ab-luxury-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ab-luxury-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}

.ab-luxury-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #eac892;
    font-weight: 600;
    font-size: 18px;
}

/* Highlight Elements - Stats/Data highlighting with #eac892 color */
.ab-highlight {
    color: #eac892;
    font-weight: 600;
}

/* Call to Action Section - Premium button styling for inline CTAs (rounded corners, hover effects) */
.ab-cta-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    border-radius: 12px;
    padding: 48px;
    text-align: center;
    margin: 64px 0 0 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.ab-cta-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.ab-cta-text {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 32px;
    font-weight: 300;
}

.ab-cta-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 16px;
}

.ab-cta-text {
    font-size: 18px;
    color: #fff !important;
    margin-bottom: 32px;
    font-weight: 300;
}

.ab-cta-button {
    background: #eac892 !important;
    color: #1a1a1a !important;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
}

.ab-cta-button:hover {
    background: #eac892 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 200, 146, 0.4);
    text-decoration: none;
    color: #1a1a1a !important;
}

/* Responsive Behaviour - Mobile: Reduce font sizes by 15%, maintain spacing proportions */
@media (max-width: 768px) {
    .ab-luxury-content {
        padding: 0 16px;
    }
    
    .ab-main-title {
        font-size: 26px; /* Reduced from 36px for better mobile display */
    }
    
    .ab-section-title {
        font-size: 24px; /* 15% reduction from 28px */
    }
    
    .ab-subsection-title {
        font-size: 19px; /* 15% reduction from 22px */
    }
    
    .ab-body-text {
        font-size: 15px; /* 15% reduction from 18px */
    }
    
    .ab-schedule-item {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .ab-stats-grid {
        grid-template-columns: 1fr;
    }
    
    /* Event Feature Responsive - Full Width Layout */
    .ab-full-width-layout .ab-event-title {
        font-size: 22px; /* Better mobile sizing */
        padding: 24px 20px 0 20px;
    }
    
    .ab-full-width-layout .ab-event-image-container {
        margin: 0 16px; /* Smaller margins on mobile */
    }
    
    .ab-full-width-layout .ab-event-image {
        height: 220px; /* Reduced for mobile */
    }
    
    .ab-full-width-layout .ab-event-details {
        padding: 24px 20px;
    }
    
    .ab-full-width-layout .ab-event-button {
        width: 100%;
        text-align: center;
    }
    
    /* Legacy Event Feature Responsive */
    .ab-event-content {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }
    
    .ab-event-title {
        font-size: 22px; /* Better mobile sizing */
        padding: 24px 24px 0 24px;
    }
    
    .ab-event-image {
        height: 250px;
    }
    
    .ab-event-button {
        width: 100%;
        text-align: center;
    }
    
    /* TOC Mobile */
    .ab-toc-list {
        grid-template-columns: 1fr;
    }
    
    /* FAQ Mobile */
    .ab-faq-question {
        font-size: 18px;
        padding: 20px;
    }
    
    .ab-faq-answer {
        padding: 20px;
    }
    
    .ab-content-section {
        margin-bottom: 48px; /* Maintain proportions */
    }
    
    .ab-subsection {
        margin-bottom: 24px; /* Maintain proportions */
    }
    
    .ab-cta-section {
        padding: 32px 24px;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .ab-main-title {
        font-size: 22px; /* Even smaller for very small screens */
        line-height: 1.3;
    }
    
    .ab-full-width-layout .ab-event-title,
    .ab-event-title {
        font-size: 20px;
        padding: 20px 16px 0 16px;
    }
    
    .ab-full-width-layout .ab-event-image-container {
        margin: 0 8px; /* Even smaller margins on extra small screens */
    }
    
    .ab-full-width-layout .ab-event-details {
        padding: 20px 16px;
    }
    
    .ab-full-width-layout .ab-event-image {
        height: 180px; /* Further reduced for extra small screens */
    }
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
.ab-toc-list a:focus,
.ab-event-button:focus,
.ab-cta-button:focus {
    outline: 2px solid #eac892;
    outline-offset: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd5db9d *//* --- Luxe FAQ Design Tokens --- */
.elementor-13524 .elementor-element.elementor-element-fd5db9d {
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --color-text-primary: #1d1d1f;
    --color-text-secondary: #3e3e42;
    --color-divider: #d2d2d7;
    --transition-duration: 0.4s;
    --transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

/* --- Main Container & Title --- */
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-component-container {
    font-family: var(--font-primary);
    max-width: 800px;
    margin: 4rem auto;
}

.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 600;
    color: var(--color-text-primary);
    margin: 0 0 2rem 0;
}

/* --- Accordion Structure --- */
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-accordion {
    border-top: 1px solid var(--color-divider);
}

.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-item {
    border-bottom: 1px solid var(--color-divider);
}

/* --- Question Button --- */
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-heading {
    margin: 0;
}

.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-question {
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 1.5rem 0;
    margin: 0;
    text-align: left;
    color: var(--color-text-primary);
    font-family: var(--font-primary);
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.4;
}

/*
    --- THE DEFINITIVE NO-OUTLINE FIX ---
    This targets the button in every possible state and with maximum force.
    It removes both `outline` and `box-shadow` to kill any focus ring.
*/
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-question,
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-question:hover,
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-question:active,
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-question:focus,
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-question:focus-within,
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-question:focus-visible,
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-item.active .luxe-faq-question {
    background-image: none !important;
    background-color: transparent !important;
    outline: none !important;
    outline-offset: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* --- We add our own icon instead of using a background image --- */
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-question::after {
    content: '+';
    font-size: 1.75rem;
    font-weight: 300;
    color: var(--color-text-primary);
    transition: transform var(--transition-duration) var(--transition-timing-function);
}

.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-item.active .luxe-faq-question::after {
    transform: rotate(45deg);
}


/* --- Answer Panel --- */
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-answer-panel {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows var(--transition-duration) var(--transition-timing-function);
}

.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-answer-content {
    min-height: 0;
}

.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-answer-content p {
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-text-secondary);
    margin: 0;
    padding: 0 0 1.5rem 0;
}

/* --- Active State --- */
.elementor-13524 .elementor-element.elementor-element-fd5db9d .luxe-faq-item.active .luxe-faq-answer-panel {
    grid-template-rows: 1fr;
}/* End custom CSS */