/* Single Odds Page Styles */

/* Comprehensive Betting Guide Styles */
.comprehensive-betting-guide {
    max-width: 100%;
    margin: 0;
}

.guide-intro {
    background: linear-gradient(135deg, #FFB900 0%, #FFA500 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(255, 185, 0, 0.3);
}

.guide-intro p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}

.guide-intro strong {
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.guide-section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #FFB900;
}

.guide-section h3 {
    color: #323840;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.markets-grid, .strategy-cards, .mistakes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.market-card, .strategy-card, .mistake-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e7ff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.market-card:hover, .strategy-card:hover, .mistake-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.market-card h4, .strategy-card h4, .mistake-card h4 {
    color: #323840;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.market-example, .tip {
    background: #f0f4f8;
    padding: 1rem;
    border-radius: 4px;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.tip strong {
    color: #FFB900;
}

.advanced-concepts, .success-tips {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.concept-card, .tip-important {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e7ff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.quick-reference {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.reference-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e7ff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.reference-card h4 {
    color: #323840;
    margin-bottom: 1rem;
}

.reference-card ul li {
    margin-bottom: 0.5rem;
}

.guide-tip {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1.5rem;
    text-align: center;
}

.guide-tip strong {
    color: #856404;
}

/* FAQ Section Styles */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.faq-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e7ff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.faq-item h4 {
    color: #323840;
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
    font-weight: 600;
}

.faq-item p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.faq-item strong {
    color: #FFB900;
}

/* Features Section Styles */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.feature-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e7ff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.feature-card h4 {
    color: #323840;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.feature-card p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .markets-grid, .strategy-cards, .mistakes-grid, .faq-grid, .features-grid {
        grid-template-columns: 1fr;
    }
    
    .guide-section {
        padding: 1rem;
    }
    
    .market-card, .strategy-card, .mistake-card, .faq-item, .feature-card {
        padding: 1rem;
    }
}
.sport-page-clean {
    background: #f8f9fa;
    min-height: 100vh;
}

.sport-page-clean .container {
    padding: 0;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #323840 0%, #1a1d21 100%);
    color: #fff;
    padding: 60px 0;
    margin-bottom: 30px;
}

.sport-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.sport-emoji {
    font-size: 4rem;
    filter: drop-shadow(0 0 10px rgba(255,185,0,0.3));
}

.sport-info h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.sport-info p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 20px;
}

.hero-stats {
    display: flex;
    gap: 30px;
}

.hero-stat {
    text-align: center;
}

.hero-stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFB900;
}

.hero-stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Sticky Elements */
.sticky-toc,
.sticky-calculator {
    position: sticky;
    top: 20px;
    z-index: 10;
}

/* Table of Contents */
.table-of-contents {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.toc-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    text-decoration: none;
    color: #666;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.toc-item:hover,
.toc-item.active {
    background: #FFB900;
    color: #323840;
    border-color: #FFB900;
    transform: translateX(5px);
}

.toc-item i {
    font-size: 1rem;
    width: 16px;
}

.toc-item span {
    font-weight: 500;
}

/* Three Column Content Grid */
.sport-content-grid-three {
    display: grid;
    grid-template-columns: 200px 1fr 300px;
    gap: 15px;
    margin-bottom: 50px;
}

.left-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.right-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Content Sections */
.content-section {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.section-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FFB900;
}

.section-header h2 {
    color: #323840;
    font-size: 1.8rem;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header p {
    color: #666;
    margin: 0;
}

/* Widget Wrappers */
.odds-widget-wrapper,
.live-widget-wrapper,
.league-widget-wrapper {
    background: #f8f9fa;
    border-radius: 10px;
    min-height: 300px;
}

/* Guide Section */
.guide-content,
.guide-placeholder {
    color: #333;
    line-height: 1.6;
}

.markets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.market-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.market-card:hover {
    border-color: #FFB900;
    transform: translateY(-2px);
}

.guide-tip {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

/* Sidebar Calculator */
.calculator-grid-sidebar {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.calc-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.calc-input-group label {
    font-weight: 600;
    color: #323840;
    font-size: 0.9rem;
}

.calc-input-group input,
.calc-input-group select {
    padding: 10px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: border-color 0.3s ease;
}

.calc-input-group input:focus,
.calc-input-group select:focus {
    outline: none;
    border-color: #FFB900;
}

.calc-results-sidebar {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #FFB900;
    margin-top: 10px;
}

.result-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

.result-item:last-child {
    margin-bottom: 0;
}

/* Sidebar Widgets */
.sidebar-widget {
    background: #fff;
    border-radius: 15px;
    padding: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.sidebar-widget h3 {
    color: #323840;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.quick-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #323840;
    transition: all 0.3s ease;
}

.quick-link:hover {
    background: #FFB900;
    transform: translateX(5px);
}

.related-sports-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.related-sport-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    text-decoration: none;
    color: #323840;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.related-sport-item:hover {
    background: #FFB900;
    transform: translateX(3px);
}

.sport-emoji-small {
    font-size: 1rem;
    width: 16px;
}

.sport-name-small {
    font-weight: 500;
    font-size: 0.85rem;
}

/* Widget Placeholders */
.widget-placeholder {
    background: #f8f9fa;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    border: 2px dashed #ddd;
}

.widget-placeholder-small {
    background: #f8f9fa;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    border: 1px dashed #ddd;
    font-size: 0.9rem;
    color: #666;
}

/* Responsive */
@media (max-width: 1200px) {
    .sport-content-grid-three {
        grid-template-columns: 180px 1fr 280px;
        gap: 12px;
    }
}

@media (max-width: 1024px) {
    .sport-content-grid-three {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .left-sidebar {
        order: 2;
    }
    
    .primary-content {
        order: 1;
    }
    
    .right-sidebar {
        order: 3;
    }
    
    .sport-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .sticky-toc,
    .sticky-calculator {
        position: static;
    }
}

@media (max-width: 768px) {
    .toc-item {
        padding: 10px 12px;
    }
    
    .toc-item span {
        font-size: 0.9rem;
    }
    
    .sport-name-small {
        font-size: 0.8rem;
    }
}