/* style/entertainment-news-latest-gambling-industry.css */
.page-entertainment-news-latest-gambling-industry {
    font-family: 'Arial', sans-serif;
    color: #ffffff; /* Default text color for dark sections */
    line-height: 1.6;
    background-color: #001a33; /* Darker shade of main color for overall background */
}

.page-entertainment-news-latest-gambling-industry__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-entertainment-news-latest-gambling-industry__hero-section {
    background: linear-gradient(135deg, #003366, #001a33);
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
}

.page-entertainment-news-latest-gambling-industry__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
}

.page-entertainment-news-latest-gambling-industry__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-entertainment-news-latest-gambling-industry__cta-button {
    display: inline-block;
    background-color: #FFCC00;
    color: #003366;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-entertainment-news-latest-gambling-industry__cta-button:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-entertainment-news-latest-gambling-industry__cta-button--large {
    font-size: 1.3em;
    padding: 18px 35px;
}

.page-entertainment-news-latest-gambling-industry__cta-button--secondary {
    background-color: transparent;
    border: 2px solid #FFCC00;
    color: #FFCC00;
    margin-left: 20px;
}

.page-entertainment-news-latest-gambling-industry__cta-button--secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-3px);
}

.page-entertainment-news-latest-gambling-industry__content-section {
    padding: 60px 0;
    background-color: #001a33;
    color: #e0e0e0;
}

.page-entertainment-news-latest-gambling-industry__article-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.page-entertainment-news-latest-gambling-industry__main-article {
    background-color: #003366;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-entertainment-news-latest-gambling-industry__article-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
}

.page-entertainment-news-latest-gambling-industry__article-title {
    font-size: 2.2em;
    color: #FFCC00;
    margin-bottom: 15px;
    line-height: 1.3;
}

.page-entertainment-news-latest-gambling-industry__article-meta {
    font-size: 0.9em;
    color: #b0b0b0;
    margin-bottom: 20px;
}

.page-entertainment-news-latest-gambling-industry__source-link {
    color: #FFCC00;
    text-decoration: none;
}

.page-entertainment-news-latest-gambling-industry__source-link:hover {
    text-decoration: underline;
}

.page-entertainment-news-latest-gambling-industry__article-excerpt {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-entertainment-news-latest-gambling-industry__article-text {
    margin-bottom: 15px;
    color: #e0e0e0;
}

.page-entertainment-news-latest-gambling-industry__read-more-button {
    display: inline-block;
    background-color: #FFCC00;
    color: #003366;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.page-entertainment-news-latest-gambling-industry__read-more-button:hover {
    background-color: #e6b800;
}

.page-entertainment-news-latest-gambling-industry__sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-entertainment-news-latest-gambling-industry__sidebar-block {
    background-color: #003366;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-entertainment-news-latest-gambling-industry__sidebar-title {
    font-size: 1.8em;
    color: #FFCC00;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFCC00;
    padding-bottom: 10px;
}

.page-entertainment-news-latest-gambling-industry__news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-entertainment-news-latest-gambling-industry__news-list li {
    margin-bottom: 15px;
}

.page-entertainment-news-latest-gambling-industry__news-link {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.page-entertainment-news-latest-gambling-industry__news-link:hover {
    color: #FFCC00;
    text-decoration: underline;
}

.page-entertainment-news-latest-gambling-industry__cta-card {
    text-align: center;
    background: linear-gradient(135deg, #003366, #004d99);
    border: 2px solid #FFCC00;
}

.page-entertainment-news-latest-gambling-industry__cta-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: brightness(1.2);
}

.page-entertainment-news-latest-gambling-industry__cta-title {
    font-size: 2em;
    color: #FFCC00;
    margin-bottom: 15px;
}

.page-entertainment-news-latest-gambling-industry__cta-text {
    font-size: 1.1em;
    color: #e0e0e0;
    margin-bottom: 25px;
}

.page-entertainment-news-latest-gambling-industry__sidebar-text {
    color: #e0e0e0;
    margin-bottom: 15px;
}

.page-entertainment-news-latest-gambling-industry__download-button {
    display: inline-block;
    background-color: #FFCC00;
    color: #003366;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.page-entertainment-news-latest-gambling-industry__download-button:hover {
    background-color: #e6b800;
}

.page-entertainment-news-latest-gambling-industry__qr-code {
    width: 150px;
    height: 150px;
    margin-top: 20px;
    border: 5px solid #FFCC00;
    border-radius: 5px;
}

.page-entertainment-news-latest-gambling-industry__featured-articles {
    padding: 60px 0;
    text-align: center;
    background-color: #001a33;
}

.page-entertainment-news-latest-gambling-industry__section-title {
    font-size: 2.8em;
    color: #FFCC00;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-entertainment-news-latest-gambling-industry__featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-entertainment-news-latest-gambling-industry__featured-card {
    background-color: #003366;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-entertainment-news-latest-gambling-industry__featured-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-entertainment-news-latest-gambling-industry__featured-title {
    font-size: 1.6em;
    color: #FFCC00;
    margin-bottom: 15px;
    line-height: 1.3;
}

.page-entertainment-news-latest-gambling-industry__featured-text {
    color: #e0e0e0;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-entertainment-news-latest-gambling-industry__read-more-link {
    color: #FFCC00;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: auto;
    transition: color 0.3s ease;
}

.page-entertainment-news-latest-gambling-industry__read-more-link:hover {
    text-decoration: underline;
    color: #e6b800;
}

.page-entertainment-news-latest-gambling-industry__call-to-action {
    background: linear-gradient(90deg, #003366, #004d99);
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    margin: 60px auto;
    max-width: 1000px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-entertainment-news-latest-gambling-industry__cta-heading {
    font-size: 3em;
    color: #FFCC00;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-entertainment-news-latest-gambling-industry__cta-description {
    font-size: 1.3em;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.page-entertainment-news-latest-gambling-industry .highlight {
    color: #FFCC00;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-entertainment-news-latest-gambling-industry__article-grid {
        grid-template-columns: 1fr;
    }

    .page-entertainment-news-latest-gambling-industry__hero-title {
        font-size: 2.8em;
    }

    .page-entertainment-news-latest-gambling-industry__hero-subtitle {
        font-size: 1.2em;
    }

    .page-entertainment-news-latest-gambling-industry__section-title {
        font-size: 2.2em;
    }

    .page-entertainment-news-latest-gambling-industry__cta-heading {
        font-size: 2.5em;
    }
}

@media (max-width: 768px) {
    .page-entertainment-news-latest-gambling-industry__hero-section,
    .page-entertainment-news-latest-gambling-industry__content-section,
    .page-entertainment-news-latest-gambling-industry__featured-articles,
    .page-entertainment-news-latest-gambling-industry__call-to-action {
        padding: 40px 0;
    }

    .page-entertainment-news-latest-gambling-industry__hero-title {
        font-size: 2.2em;
    }

    .page-entertainment-news-latest-gambling-industry__hero-subtitle {
        font-size: 1em;
    }

    .page-entertainment-news-latest-gambling-industry__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-entertainment-news-latest-gambling-industry__cta-button--large {
        font-size: 1.1em;
        padding: 15px 30px;
    }

    .page-entertainment-news-latest-gambling-industry__cta-button--secondary {
        margin-left: 10px;
    }

    .page-entertainment-news-latest-gambling-industry__article-title {
        font-size: 1.8em;
    }

    .page-entertainment-news-latest-gambling-industry__sidebar-title {
        font-size: 1.5em;
    }

    .page-entertainment-news-latest-gambling-industry__cta-title {
        font-size: 1.8em;
    }

    .page-entertainment-news-latest-gambling-industry__section-title {
        font-size: 1.8em;
    }

    .page-entertainment-news-latest-gambling-industry__featured-title {
        font-size: 1.4em;
    }

    .page-entertainment-news-latest-gambling-industry__cta-heading {
        font-size: 2em;
    }

    .page-entertainment-news-latest-gambling-industry__cta-description {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-entertainment-news-latest-gambling-industry__hero-title {
        font-size: 1.8em;
    }

    .page-entertainment-news-latest-gambling-industry__cta-button {
        display: block;
        margin: 15px auto;
        width: fit-content;
    }

    .page-entertainment-news-latest-gambling-industry__cta-button--secondary {
        margin-left: 0;
    }

    .page-entertainment-news-latest-gambling-industry__article-image {
        height: 250px;
    }
}