/* ONLY APPLY TO BLOG POSTS (STADIUM GUIDES) - NOT HOMEPAGE OR PAGES */
.single-post .entry-header {
    background: linear-gradient(135deg, #1a2332 0%, #2c3e50 100%);
    color: white;
    padding: 40px 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.single-post .entry-title {
    color: white !important;
    margin-bottom: 10px;
    text-align: center;
}

/* Meta Data (Date/Author) Styling */
.single-post .entry-meta, 
.single-post .entry-meta a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-align: center;
}

/* ===== AFFILIATE DISCLOSURE STYLES ===== */
.affiliate-disclosure {
    background: #f8f9fa;
    border: none;
    border-left: 2px solid #6c757d;
    padding: 8px 12px;
    margin: 10px 0;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.4;
    color: #6c757d;
    font-style: italic;
    clear: both;
    max-width: 100%;
}

.affiliate-disclosure::before {
    content: "";
    display: none;
}

.affiliate-disclosure strong {
    color: #495057;
    font-weight: 500;
    font-style: normal;
}

.affiliate-disclosure a {
    color: #495057;
    text-decoration: underline;
    font-weight: 400;
}

.affiliate-disclosure a:hover,
.affiliate-disclosure a:focus-visible {
    color: #343a40;
    text-decoration: underline;
    outline: 2px solid #f97316;
    outline-offset: 2px;
}

/* Individual affiliate link markers */
.affiliate-link-marker {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #6c757d;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 2px;
    margin-left: 5px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== SEO & ACCESSIBILITY IMPROVEMENT STYLES ===== */
/* Better content readability */
.single-post .entry-content {
    line-height: 1.7;
    font-size: 16px;
}

.single-post .entry-content p {
    margin-bottom: 18px;
}

/* Improve internal link visibility */
.single-post .entry-content a:not([href*="pxf.io"]):not([href*="affiliate"]) {
    color: #1a2332;
    text-decoration: underline;
    text-decoration-color: #f97316;
    text-underline-offset: 3px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.single-post .entry-content a:not([href*="pxf.io"]):not([href*="affiliate"]):hover {
    color: #ea580c; 
    text-decoration-color: #1a2332;
}

.single-post .entry-content a:not([href*="pxf.io"]):not([href*="affiliate"]):focus-visible {
    outline: 2px dashed #ea580c;
    outline-offset: 4px;
    border-radius: 2px;
}

/* Standard Image Polish */
.single-post .entry-content img {
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Better Bullet Point Spacing */
.single-post .entry-content ul li,
.single-post .entry-content ol li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* ===== QUICK GUIDE TABLE STYLES ===== */
.single-post .quick-guide-table,
.quick-guide-table {
    background: #f8fafc;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #f97316;
    overflow-x: auto;
}

.single-post .quick-guide-table table,
.quick-guide-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.single-post .quick-guide-table th,
.quick-guide-table th {
    background: #1a2332;
    color: white;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.single-post .quick-guide-table td,
.quick-guide-table td {
    padding: 12px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
}

.single-post .quick-guide-table tr:last-child td,
.quick-guide-table tr:last-child td {
    border-bottom: none;
}

/* ===== HEADINGS (Updated to Darker Orange) ===== */
.single-post h2 {
    color: #1a2332; 
    border-bottom: 2px solid #ea580c; /* Deep Orange */
    padding-bottom: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.single-post h3 {
    color: #2c3e50; 
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(234, 88, 12, 0.45); /* Faded Deep Orange */
    padding-bottom: 5px;
    width: 100%; 
}

/* ===== CALLOUT BOXES ===== */
.single-post .highlight-box {
    background: #fff7ed;
    border-left: 4px solid #f97316;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.single-post .highlight-box h4 {
    color: #ea580c;
    margin-top: 0;
}

/* The Winner's Box (For Editor's Choice/Top Picks) */
.winner-box {
    background: #fff7ed;
    border: 2px solid #f97316;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.winner-box h3 {
    border-bottom: none !important;
    margin-top: 0 !important;
    color: #c2410c !important;
}

/* ===== BUTTONS & CARDS ===== */
.single-post .cta-button {
    background: #f97316;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0;
    transition: background 0.3s;
}

.single-post .cta-button:hover {
    background: #ea580c;
    color: white;
    text-decoration: none;
}

.single-post .cta-button:focus-visible {
    outline: 3px solid #1a2332;
    outline-offset: 3px;
}

.single-post .info-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-top: 4px solid #f97316;
}

.single-post .info-card h4 {
    color: #1a2332;
    margin-top: 0;
    margin-bottom: 15px;
}

.single-post {
    background-color: #ffffff !important;
}

/* ===== BREADCRUMBS ENHANCEMENT ===== */
.single-post .breadcrumbs {
    background: #f8fafc;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

.single-post .breadcrumbs a {
    color: #1a2332;
    text-decoration: none;
}

.single-post .breadcrumbs a:hover,
.single-post .breadcrumbs a:focus-visible {
    color: #ea580c;
}

/* ===== TABLE OF CONTENTS STYLE ===== */
.table-of-contents {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #ea580c; /* Matched to deep orange */
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

.table-of-contents h4 {
    color: #1a2332;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.table-of-contents ol {
    margin: 0;
    padding-left: 20px;
}

.table-of-contents li {
    margin-bottom: 5px;
}

.table-of-contents a {
    color: #374151;
    text-decoration: none;
    font-size: 14px;
}

.table-of-contents a:hover,
.table-of-contents a:focus-visible {
    color: #ea580c;
    text-decoration: underline;
}

/* ===== MOBILE RESPONSIVE TWEAKS ===== */
@media (max-width: 768px) {
    .single-post .entry-header {
        padding: 20px 15px;
    }
    
    .single-post .quick-guide-table {
        padding: 15px;
    }
    
    .single-post .quick-guide-table table {
        font-size: 14px;
    }
    
    .single-post h2 {
        font-size: 20px;
    }
    
    .single-post h3 {
        font-size: 18px;
    }

    .affiliate-disclosure {
        font-size: 11px;
    }
}
/* 1. Format our protective shield to maintain Astra's native spacing */
.mv-ad-shield {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
}

.mv-ad-shield figure {
    margin-bottom: 20px;
}

.mv-ad-shield h2, 
.mv-ad-shield h3 {
    margin-top: 0 !important; 
    margin-bottom: 15px;
}

.mv-ad-shield p:last-child {
    margin-bottom: 0; 
}

/* 2. Style the Mediavine Ad that drops immediately AFTER our shield */
.mv-ad-shield + div {
    margin: 35px auto 40px auto !important; 
    text-align: center; 
    clear: both;
}
/* ===== STRICTLY MOBILE BREADCRUMBS ===== */
/* Hide completely on iPads (768px and up) and Desktops */
@media (min-width: 768px) {
    .mobile-breadcrumb-wrapper {
        display: none !important;
    }
}

/* Style for mobile phones (767px and below) */
@media (max-width: 767px) {
    .mobile-breadcrumb-wrapper {
        background: #f8fafc; 
        padding: 10px 15px;
        border-radius: 6px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
        border-left: 4px solid #ea580c; 
    }
    
    .mobile-breadcrumb-wrapper a {
        color: #1a2332;
        text-decoration: none;
        padding: 5px 0; 
        display: inline-block;
    }

    .mobile-breadcrumb-wrapper a:hover,
    .mobile-breadcrumb-wrapper a:focus-visible {
        color: #ea580c;
        text-decoration: underline;
    }
    
    .mobile-breadcrumb-wrapper span {
        color: #6c757d; 
        margin: 0 4px;
    }
}