/* style/e2bet-news.css */
.page-e2bet-news {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Màu chữ nhạt hơn cho độ tương phản tốt trên nền tối */
    background-color: #0A2342; /* Màu nền chính */
}

.page-e2bet-news__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-e2bet-news__hero {
    background: linear-gradient(135deg, #0A2342 0%, #1A3A60 100%); /* Gradient từ màu chính đến màu tối hơn */
    padding: 80px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-e2bet-news__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:hero:e2bet_casino,news_background,abstract_light]');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.page-e2bet-news__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Màu vàng phụ đạo cho tiêu đề chính */
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-e2bet-news__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-e2bet-news__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
}

.page-e2bet-news__btn--primary {
    background-color: #FFD700; /* Màu vàng phụ đạo */
    color: #0A2342; /* Màu chữ trên nền vàng */
    border: 2px solid #FFD700;
}

.page-e2bet-news__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-e2bet-news__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-e2bet-news__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2342;
    transform: translateY(-3px);
}

.page-e2bet-news__section {
    padding: 60px 0;
}

.page-e2bet-news__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page-e2bet-news__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.page-e2bet-news__latest-news {
    background-color: #1a3a60;
}

.page-e2bet-news__news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-e2bet-news__news-card {
    background-color: #0A2342;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-e2bet-news__news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.page-e2bet-news__news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-e2bet-news__news-content {
    padding: 25px;
}

.page-e2bet-news__news-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 1.4;
}

.page-e2bet-news__news-title a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-e2bet-news__news-title a:hover {
    color: #fff;
}

.page-e2bet-news__news-date {
    font-size: 0.9em;
    color: #a0a0a0;
    margin-bottom: 15px;
}

.page-e2bet-news__news-excerpt {
    font-size: 1em;
    line-height: 1.6;
    color: #f0f0f0;
    margin-bottom: 20px;
}

.page-e2bet-news__read-more {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-e2bet-news__read-more:hover {
    color: #fff;
    text-decoration: underline;
}

.page-e2bet-news__featured-article {
    background-color: #0A2342;
    color: #f0f0f0;
}

.page-e2bet-news__article-content h3 {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-e2bet-news__article-content p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-e2bet-news__article-content a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-e2bet-news__article-content a:hover {
    text-decoration: underline;
}

.page-e2bet-news__article-content ul, .page-e2bet-news__article-content ol {
    margin-left: 25px;
    margin-bottom: 20px;
    list-style-type: disc;
    color: #f0f0f0;
}

.page-e2bet-news__article-content ol {
    list-style-type: decimal;
}

.page-e2bet-news__article-content li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-e2bet-news__cta-block {
    background-color: #1a3a60;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-e2bet-news__cta-text {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-e2bet-news__cta-bottom {
    text-align: center;
    padding: 80px 0;
    background-color: #1a3a60;
}

.page-e2bet-news__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-e2bet-news__cta-description {
    font-size: 1.2em;
    color: #f0f0f0;
    margin-bottom: 40px;
    line-height: 1.6;
}

.page-e2bet-news__link-inline {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-e2bet-news__link-inline:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-e2bet-news__hero-title {
        font-size: 2.8em;
    }
    .page-e2bet-news__section-title {
        font-size: 2em;
    }
    .page-e2bet-news__news-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-e2bet-news__hero {
        padding: 60px 0;
    }
    .page-e2bet-news__hero-title {
        font-size: 2.2em;
    }
    .page-e2bet-news__hero-subtitle {
        font-size: 1.1em;
    }
    .page-e2bet-news__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-e2bet-news__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-e2bet-news__news-grid {
        grid-template-columns: 1fr;
    }
    .page-e2bet-news__section-title {
        font-size: 1.8em;
    }
    .page-e2bet-news__article-content h3 {
        font-size: 1.5em;
    }
    .page-e2bet-news__article-content p {
        font-size: 1em;
    }
    .page-e2bet-news__cta-text {
        font-size: 1.3em;
    }
    .page-e2bet-news__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 480px) {
    .page-e2bet-news__hero-title {
        font-size: 1.8em;
    }
    .page-e2bet-news__hero-subtitle {
        font-size: 0.9em;
    }
    .page-e2bet-news__btn {
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }
    .page-e2bet-news__btn--secondary {
        margin-top: 10px;
    }
    .page-e2bet-news__section-title {
        font-size: 1.5em;
    }
    .page-e2bet-news__news-content {
        padding: 15px;
    }
    .page-e2bet-news__news-title {
        font-size: 1.2em;
    }
    .page-e2bet-news__cta-text {
        font-size: 1.1em;
    }
    .page-e2bet-news__cta-title {
        font-size: 1.8em;
    }
    .page-e2bet-news__cta-description {
        font-size: 1em;
    }
}