/* style/gambling-news-market-trends.css */
.page-gambling-news-market-trends {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #f8f9fa;
}

.page-gambling-news-market-trends-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-gambling-news-market-trends-hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-gambling-news-market-trends-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,light_blue]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-gambling-news-market-trends-hero-section > * {
    position: relative;
    z-index: 1;
}

.page-gambling-news-market-trends-hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-gambling-news-market-trends-hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-gambling-news-market-trends-section {
    padding: 60px 0;
    border-bottom: 1px solid #e9ecef;
}

.page-gambling-news-market-trends-section:last-of-type {
    border-bottom: none;
}

.page-gambling-news-market-trends-bg-light {
    background-color: #f0f4f8;
}

.page-gambling-news-market-trends-section-title {
    font-size: 2.2em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-gambling-news-market-trends-section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #ffc107;
    border-radius: 2px;
}

.page-gambling-news-market-trends-subsection-title {
    font-size: 1.6em;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #ffc107;
    padding-left: 15px;
}

.page-gambling-news-market-trends p {
    margin-bottom: 15px;
    font-size: 1.05em;
    line-height: 1.7;
}

.page-gambling-news-market-trends a {
    color: #007bff;
    text-decoration: none;
}

.page-gambling-news-market-trends a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.page-gambling-news-market-trends-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-gambling-news-market-trends-list {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-gambling-news-market-trends-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-gambling-news-market-trends-list-ordered {
    list-style: decimal inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-gambling-news-market-trends-list-ordered li {
    margin-bottom: 10px;
    font-size: 1.05em;
    font-weight: bold;
    color: #007bff;
}

.page-gambling-news-market-trends-list-ordered li strong {
    color: #333333;
}

.page-gambling-news-market-trends-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
}

.page-gambling-news-market-trends-btn-primary {
    background-color: #ffc107;
    color: #007bff;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

.page-gambling-news-market-trends-btn-primary:hover {
    background-color: #e0a800;
    color: #0056b3;
    transform: translateY(-2px);
}

.page-gambling-news-market-trends-btn-secondary {
    background-color: #007bff;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.page-gambling-news-market-trends-btn-secondary:hover {
    background-color: #0056b3;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-gambling-news-market-trends-btn-outline {
    background-color: transparent;
    color: #007bff;
    border: 2px solid #007bff;
}

.page-gambling-news-market-trends-btn-outline:hover {
    background-color: #007bff;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-gambling-news-market-trends-call-to-action {
    background-color: #007bff;
    color: #ffffff;
    padding: 70px 0;
    text-align: center;
}

.page-gambling-news-market-trends-call-to-action .page-gambling-news-market-trends-section-title {
    color: #ffffff;
    font-size: 2.5em;
}

.page-gambling-news-market-trends-call-to-action .page-gambling-news-market-trends-section-title::after {
    background-color: #ffc107;
}

.page-gambling-news-market-trends-call-to-action p {
    font-size: 1.1em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-gambling-news-market-trends-call-to-action a {
    color: #ffc107;
}

.page-gambling-news-market-trends-call-to-action a:hover {
    color: #e0a800;
}

.page-gambling-news-market-trends-btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-gambling-news-market-trends-text-center {
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-gambling-news-market-trends-hero-title {
        font-size: 2em;
    }

    .page-gambling-news-market-trends-hero-description,
    .page-gambling-news-market-trends p,
    .page-gambling-news-market-trends-list li,
    .page-gambling-news-market-trends-list-ordered li {
        font-size: 0.95em;
    }

    .page-gambling-news-market-trends-section-title {
        font-size: 1.8em;
    }

    .page-gambling-news-market-trends-subsection-title {
        font-size: 1.4em;
    }

    .page-gambling-news-market-trends-btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-gambling-news-market-trends-btn-group {
        flex-direction: column;
        align-items: center;
    }

    .page-gambling-news-market-trends-call-to-action .page-gambling-news-market-trends-section-title {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .page-gambling-news-market-trends-hero-title {
        font-size: 1.8em;
    }

    .page-gambling-news-market-trends-section-title {
        font-size: 1.6em;
    }

    .page-gambling-news-market-trends-subsection-title {
        font-size: 1.2em;
    }

    .page-gambling-news-market-trends-btn {
        width: 100%;
        max-width: 280px;
    }
}