/* style/resources-vin68-latest-news.css */

/* Base styles for the page */
.page-resources-vin68-latest-news {
    font-family: 'Arial', sans-serif;
    color: #F5F5F5; /* Light gray for general text on dark background */
    background-color: #0A192F; /* Primary dark blue background */
    line-height: 1.6;
}

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

.page-resources-vin68-latest-news__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-vin68-latest-news__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

/* Hero Section */
.page-resources-vin68-latest-news__hero {
    background: linear-gradient(135deg, #0A192F 0%, #2a4a75 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-vin68-latest-news__hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Gold */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-vin68-latest-news__hero-subtitle {
    font-size: 1.3em;
    color: #E0E0E0; /* Light gray */
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-vin68-latest-news__hero-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #0A192F; /* Dark blue */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #FFD700;
}

.page-resources-vin68-latest-news__hero-button:hover {
    background-color: #e6c200; /* Darker gold */
    transform: translateY(-3px);
}

/* News Grid Section */
.page-resources-vin68-latest-news__news-grid {
    padding: 60px 0;
    background-color: #1a2a47; /* Slightly lighter dark blue */
}

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

.page-resources-vin68-latest-news__news-card {
    background-color: #0A192F; /* Dark blue */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-vin68-latest-news__news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-vin68-latest-news__news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-resources-vin68-latest-news__news-content {
    padding: 20px;
}

.page-resources-vin68-latest-news__news-title {
    font-size: 1.5em;
    color: #FFD700; /* Gold */
    margin-bottom: 10px;
    min-height: 48px; /* Ensure consistent height */
}

.page-resources-vin68-latest-news__news-date {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 15px;
}

.page-resources-vin68-latest-news__news-excerpt {
    font-size: 1em;
    color: #E0E0E0; /* Light gray */
    margin-bottom: 20px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
}

.page-resources-vin68-latest-news__read-more {
    display: inline-block;
    color: #FFD700; /* Gold */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-vin68-latest-news__read-more:hover {
    color: #e6c200; /* Darker gold */
    text-decoration: underline;
}

/* Featured Update Section */
.page-resources-vin68-latest-news__featured-update {
    background-color: #0A192F;
    padding: 80px 0;
}

.page-resources-vin68-latest-news__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

@media (min-width: 768px) {
    .page-resources-vin68-latest-news__content-wrapper {
        flex-direction: row;
    }
}

.page-resources-vin68-latest-news__feature-image {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-vin68-latest-news__text-content {
    flex: 1;
    color: #E0E0E0;
}

.page-resources-vin68-latest-news__text-content h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-resources-vin68-latest-news__text-content ul {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-resources-vin68-latest-news__text-content li {
    margin-bottom: 8px;
}

.page-resources-vin68-latest-news__inline-link {
    color: #FFD700;
    text-decoration: underline;
    font-weight: bold;
}

.page-resources-vin68-latest-news__inline-link:hover {
    color: #e6c200;
}

/* Responsible Gaming Section */
.page-resources-vin68-latest-news__responsible-gaming {
    background-color: #1a2a47;
    padding: 80px 0;
    text-align: center;
}

.page-resources-vin68-latest-news__responsible-gaming p {
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #E0E0E0;
    font-size: 1.1em;
}

/* FAQ Section */
.page-resources-vin68-latest-news__faq {
    background-color: #0A192F;
    padding: 80px 0;
}

.page-resources-vin68-latest-news__faq-item {
    background-color: #1a2a47;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-vin68-latest-news__faq-question {
    font-size: 1.4em;
    color: #FFD700; /* Gold */
    margin-bottom: 10px;
}

.page-resources-vin68-latest-news__faq-answer {
    color: #E0E0E0;
    font-size: 1em;
}

/* Call to Action Bottom */
.page-resources-vin68-latest-news__cta-bottom {
    background-color: #1a2a47;
    padding: 80px 0;
    text-align: center;
}

.page-resources-vin68-latest-news__cta-title {
    font-size: 3em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-resources-vin68-latest-news__cta-description {
    font-size: 1.2em;
    color: #E0E0E0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-vin68-latest-news__button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A192F;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    margin: 10px;
    border: 2px solid #FFD700;
}

.page-resources-vin68-latest-news__button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    border-color: #e6c200;
}

.page-resources-vin68-latest-news__button--secondary {
    background-color: transparent;
    color: #FFD700;
    border-color: #FFD700;
}

.page-resources-vin68-latest-news__button--secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-3px);
}

.page-resources-vin68-latest-news__button--outline {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-vin68-latest-news__button--outline:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-vin68-latest-news__hero-title {
        font-size: 3em;
    }
    .page-resources-vin68-latest-news__section-title {
        font-size: 2em;
    }
    .page-resources-vin68-latest-news__cta-title {
        font-size: 2.5em;
    }
}

@media (max-width: 768px) {
    .page-resources-vin68-latest-news__hero {
        padding: 80px 0;
    }
    .page-resources-vin68-latest-news__hero-title {
        font-size: 2.5em;
    }
    .page-resources-vin68-latest-news__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-vin68-latest-news__grid {
        grid-template-columns: 1fr;
    }
    .page-resources-vin68-latest-news__content-wrapper {
        flex-direction: column;
    }
    .page-resources-vin68-latest-news__feature-image {
        max-width: 100%;
    }
    .page-resources-vin68-latest-news__section-title {
        font-size: 1.8em;
    }
    .page-resources-vin68-latest-news__cta-title {
        font-size: 2em;
    }
    .page-resources-vin68-latest-news__button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-vin68-latest-news__hero-title {
        font-size: 2em;
    }
    .page-resources-vin68-latest-news__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-vin68-latest-news__section-title {
        font-size: 1.5em;
    }
    .page-resources-vin68-latest-news__news-title {
        font-size: 1.3em;
    }
    .page-resources-vin68-latest-news__faq-question {
        font-size: 1.2em;
    }
    .page-resources-vin68-latest-news__cta-title {
        font-size: 1.8em;
    }
    .page-resources-vin68-latest-news__button {
        width: 90%;
        margin: 10px auto;
        display: block;
    }
}