/* style/betting-news-industry-trends.css */

:root {
    --page-primary-color: #003366;
    --page-accent-color: #FFCC00;
    --page-text-light: #ffffff;
    --page-text-dark: #333333;
    --page-background-light: #f4f7f6;
    --page-background-dark: #0a1e35;
    --page-link-hover: #e6b800;
}

.page-betting-news-industry-trends {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-dark);
    background-color: var(--page-background-light);
}

.page-betting-news-industry-trends .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-betting-news-industry-trends .hero-section {
    background: linear-gradient(135deg, var(--page-primary-color), #0a4f91);
    color: var(--page-text-light);
    padding: 80px 0;
    text-align: center;
}

.page-betting-news-industry-trends .hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: var(--page-text-light);
    line-height: 1.2;
}

.page-betting-news-industry-trends .hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.page-betting-news-industry-trends .highlight-keyword {
    color: var(--page-accent-color);
    font-weight: bold;
}

.page-betting-news-industry-trends .cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-betting-news-industry-trends .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.page-betting-news-industry-trends .btn-primary {
    background-color: var(--page-accent-color);
    color: var(--page-primary-color);
    border: 2px solid var(--page-accent-color);
}

.page-betting-news-industry-trends .btn-primary:hover {
    background-color: var(--page-link-hover);
    border-color: var(--page-link-hover);
    color: var(--page-primary-color);
}

.page-betting-news-industry-trends .btn-secondary {
    background-color: transparent;
    color: var(--page-text-light);
    border: 2px solid var(--page-text-light);
}

.page-betting-news-industry-trends .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--page-accent-color);
    color: var(--page-accent-color);
}

.page-betting-news-industry-trends .content-section {
    padding: 60px 0;
    display: flex;
    gap: 40px;
}

.page-betting-news-industry-trends .article-content {
    flex: 3;
    background-color: var(--page-text-light);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-betting-news-industry-trends .section-title {
    font-size: 2em;
    color: var(--page-primary-color);
    margin-top: 40px;
    margin-bottom: 25px;
    border-left: 5px solid var(--page-accent-color);
    padding-left: 15px;
}

.page-betting-news-industry-trends .sub-section-title {
    font-size: 1.5em;
    color: var(--page-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-betting-news-industry-trends p {
    margin-bottom: 15px;
    color: #555;
}

.page-betting-news-industry-trends .text-link {
    color: var(--page-primary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-betting-news-industry-trends .text-link:hover {
    color: var(--page-accent-color);
    text-decoration: underline;
}

.page-betting-news-industry-trends .image-row {
    display: flex;
    gap: 20px;
    margin: 25px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.page-betting-news-industry-trends .content-image {
    max-width: 100%;
    width: 48%; /* Adjust for two images per row */
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.page-betting-news-industry-trends .content-image.full-width-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.page-betting-news-industry-trends .sidebar {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
}

.page-betting-news-industry-trends .sidebar-widget {
    background-color: var(--page-text-light);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.page-betting-news-industry-trends .widget-title {
    font-size: 1.6em;
    color: var(--page-primary-color);
    margin-bottom: 20px;
    text-align: center;
}

.page-betting-news-industry-trends .link-list {
    list-style: none;
    padding: 0;
}

.page-betting-news-industry-trends .link-list li {
    margin-bottom: 10px;
}

.page-betting-news-industry-trends .link-list a {
    color: var(--page-primary-color);
    text-decoration: none;
    display: block;
    padding: 8px 10px;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.page-betting-news-industry-trends .link-list a:hover {
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
}

.page-betting-news-industry-trends .link-list a.internal-link {
    background-color: #f0f0f0;
    color: var(--page-primary-color);
}

.page-betting-news-industry-trends .link-list a.internal-link:hover {
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
}

.page-betting-news-industry-trends .promotion-banner {
    text-align: center;
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
    padding: 30px 20px;
}

.page-betting-news-industry-trends .banner-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
}

.page-betting-news-industry-trends .banner-text {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--page-text-light);
}

.page-betting-news-industry-trends .btn-promo {
    background-color: var(--page-accent-color);
    color: var(--page-primary-color);
    border: none;
    padding: 12px 30px;
    font-size: 1.1em;
}

.page-betting-news-industry-trends .btn-promo:hover {
    background-color: var(--page-link-hover);
    color: var(--page-primary-color);
}

.page-betting-news-industry-trends .contact-cta {
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
    padding: 70px 0;
    text-align: center;
    margin-top: 40px;
}

.page-betting-news-industry-trends .cta-title {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: var(--page-text-light);
}

.page-betting-news-industry-trends .cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-betting-news-industry-trends .btn-large {
    padding: 15px 40px;
    font-size: 1.2em;
    background-color: var(--page-accent-color);
    color: var(--page-primary-color);
    border: 2px solid var(--page-accent-color);
}

.page-betting-news-industry-trends .btn-large:hover {
    background-color: var(--page-link-hover);
    border-color: var(--page-link-hover);
    color: var(--page-primary-color);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-betting-news-industry-trends .content-section {
        flex-direction: column;
    }

    .page-betting-news-industry-trends .sidebar {
        min-width: unset;
        max-width: 100%;
        order: -1; /* Sidebar above content on smaller screens */
    }

    .page-betting-news-industry-trends .article-content {
        padding: 20px;
    }

    .page-betting-news-industry-trends .hero-title {
        font-size: 2.2em;
    }

    .page-betting-news-industry-trends .hero-subtitle,
    .page-betting-news-industry-trends .cta-description {
        font-size: 1.1em;
    }

    .page-betting-news-industry-trends .section-title {
        font-size: 1.8em;
    }

    .page-betting-news-industry-trends .sub-section-title {
        font-size: 1.3em;
    }

    .page-betting-news-industry-trends .image-row {
        flex-direction: column;
    }

    .page-betting-news-industry-trends .content-image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-betting-news-industry-trends .hero-section {
        padding: 60px 0;
    }

    .page-betting-news-industry-trends .hero-title {
        font-size: 1.8em;
    }

    .page-betting-news-industry-trends .cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-betting-news-industry-trends .btn {
        width: 80%;
        margin: 0 auto;
    }

    .page-betting-news-industry-trends .content-section {
        padding: 40px 0;
    }

    .page-betting-news-industry-trends .contact-cta {
        padding: 50px 0;
    }

    .page-betting-news-industry-trends .cta-title {
        font-size: 2em;
    }

    .page-betting-news-industry-trends .btn-large {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .page-betting-news-industry-trends .hero-title {
        font-size: 1.5em;
    }

    .page-betting-news-industry-trends .section-title {
        font-size: 1.5em;
    }

    .page-betting-news-industry-trends .cta-title {
        font-size: 1.6em;
    }

    .page-betting-news-industry-trends .btn,
    .page-betting-news-industry-trends .btn-large {
        padding: 10px 20px;
        font-size: 1em;
        width: 90%;
    }
}