.page-resources-pkwin-latest-news {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* body has #121212, so this should be transparent */
}

/* Hero Banner Section */
.page-resources-pkwin-latest-news__hero-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px; /* Adjust as needed */
    text-align: center;
    overflow: hidden;
    padding-top: 0; /* Assuming shared.css handles body padding-top: var(--header-offset) */
    background-color: #0A1428; /* Fallback background for hero section */
}

.page-resources-pkwin-latest-news__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-resources-pkwin-latest-news__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-resources-pkwin-latest-news__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
    border-radius: 10px;
    margin: 20px;
}

.page-resources-pkwin-latest-news__hero-title {
    font-size: 3.2em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-resources-pkwin-latest-news__hero-description {
    font-size: 1.2em;
    color: #f0f0f0;
    margin-bottom: 30px;
}

.page-resources-pkwin-latest-news__hero-cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A1428;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-pkwin-latest-news__hero-cta-button:hover {
    background-color: #e0c000;
    transform: translateY(-2px);
}

/* General Container */
.page-resources-pkwin-latest-news__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Section Title */
.page-resources-pkwin-latest-news__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin: 60px 0 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-pkwin-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;
}

/* News Grid Section */
.page-resources-pkwin-latest-news__news-grid {
    padding: 60px 0;
    background-color: #0A1428; /* Dark blue background */
}

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

.page-resources-pkwin-latest-news__article-card {
    background-color: rgba(255, 255, 255, 0.08); /* Slightly lighter background for cards */
    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;
    display: flex;
    flex-direction: column;
}

.page-resources-pkwin-latest-news__article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-pkwin-latest-news__article-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    overflow: hidden;
}

.page-resources-pkwin-latest-news__article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-resources-pkwin-latest-news__article-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.page-resources-pkwin-latest-news__article-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.page-resources-pkwin-latest-news__article-title a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-pkwin-latest-news__article-title a:hover {
    color: #ffffff;
}

.page-resources-pkwin-latest-news__article-meta {
    font-size: 0.9em;
    color: #cccccc;
    margin-bottom: 15px;
}

.page-resources-pkwin-latest-news__article-excerpt {
    font-size: 1em;
    color: #f0f0f0;
    margin-bottom: 20px;
    flex-grow: 1;
}

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

.page-resources-pkwin-latest-news__read-more:hover {
    color: #ffffff;
}

/* Promo Section */
.page-resources-pkwin-latest-news__promo-section {
    padding: 80px 0;
    background-color: #1a2a44; /* Slightly different dark background */
}

.page-resources-pkwin-latest-news__promo-section .page-resources-pkwin-latest-news__container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-resources-pkwin-latest-news__promo-content {
    flex: 1;
}

.page-resources-pkwin-latest-news__promo-title {
    font-size: 2.5em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-resources-pkwin-latest-news__promo-description {
    font-size: 1.1em;
    color: #f0f0f0;
    margin-bottom: 30px;
}

.page-resources-pkwin-latest-news__promo-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-pkwin-latest-news__btn-primary,
.page-resources-pkwin-latest-news__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-pkwin-latest-news__btn-primary {
    background-color: #FFD700;
    color: #0A1428;
    border: 2px solid #FFD700;
}

.page-resources-pkwin-latest-news__btn-primary:hover {
    background-color: #e0c000;
    transform: translateY(-2px);
}

.page-resources-pkwin-latest-news__btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-pkwin-latest-news__btn-secondary:hover {
    background-color: #FFD700;
    color: #0A1428;
    transform: translateY(-2px);
}

.page-resources-pkwin-latest-news__promo-image {
    flex: 1;
    text-align: center;
}

.page-resources-pkwin-latest-news__promo-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

/* FAQ Section */
.page-resources-pkwin-latest-news__faq-section {
    padding: 60px 0;
    background-color: #0A1428;
}

.page-resources-pkwin-latest-news__faq-list {
    margin-top: 40px;
}

.page-resources-pkwin-latest-news__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.page-resources-pkwin-latest-news__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    padding: 0 15px;
    opacity: 0;
}

.page-resources-pkwin-latest-news__faq-item.active .page-resources-pkwin-latest-news__faq-answer {
    max-height: 2000px !important; /* 🚨 Use !important, value large enough */
    padding: 20px 15px !important;
    opacity: 1;
    background: rgba(255, 255, 255, 0.05); /* Lighter background for answer */
    border-radius: 0 0 5px 5px;
}

.page-resources-pkwin-latest-news__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.1); /* Lighter background for question */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.page-resources-pkwin-latest-news__faq-question:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.page-resources-pkwin-latest-news__faq-question:active {
    background: rgba(255, 255, 255, 0.2);
}

.page-resources-pkwin-latest-news__faq-question h3 {
    margin: 0;
    padding: 0;
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    pointer-events: none;
    color: #FFD700; /* Gold color for FAQ questions */
}

.page-resources-pkwin-latest-news__faq-answer p {
    color: #f0f0f0;
}

.page-resources-pkwin-latest-news__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #FFD700;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.page-resources-pkwin-latest-news__faq-item.active .page-resources-pkwin-latest-news__faq-toggle {
    color: #ffffff;
    transform: rotate(45deg); /* Rotate for 'x' effect */
}


/* CTA Section at bottom */
.page-resources-pkwin-latest-news__cta-section {
    padding: 80px 0;
    background-color: #1a2a44;
    text-align: center;
}

.page-resources-pkwin-latest-news__cta-content {
    max-width: 800px;
}

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

.page-resources-pkwin-latest-news__cta-description {
    font-size: 1.2em;
    color: #f0f0f0;
    margin-bottom: 40px;
}

.page-resources-pkwin-latest-news__cta-button-large {
    display: inline-block;
    background-color: #FFD700;
    color: #0A1428;
    padding: 18px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-pkwin-latest-news__cta-button-large:hover {
    background-color: #e0c000;
    transform: translateY(-2px);
}

/* Footer Info */
.page-resources-pkwin-latest-news__footer-info {
    padding: 30px 0;
    background-color: #0A1428;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-pkwin-latest-news__copyright {
    font-size: 0.9em;
    color: #cccccc;
    margin: 0;
}


/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-resources-pkwin-latest-news__hero-title {
        font-size: 2.8em;
    }
    .page-resources-pkwin-latest-news__section-title {
        font-size: 2em;
    }
    .page-resources-pkwin-latest-news__promo-section .page-resources-pkwin-latest-news__container {
        flex-direction: column;
        text-align: center;
    }
    .page-resources-pkwin-latest-news__promo-image {
        margin-top: 40px;
    }
    .page-resources-pkwin-latest-news__promo-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-resources-pkwin-latest-news {
        font-size: 16px;
        line-height: 1.6;
    }

    /* General containers for mobile */
    .page-resources-pkwin-latest-news__container,
    .page-resources-pkwin-latest-news__news-grid,
    .page-resources-pkwin-latest-news__promo-section,
    .page-resources-pkwin-latest-news__faq-section,
    .page-resources-pkwin-latest-news__cta-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }

    /* Images Mobile Responsive */
    .page-resources-pkwin-latest-news img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* Buttons Mobile Responsive */
    .page-resources-pkwin-latest-news__hero-cta-button,
    .page-resources-pkwin-latest-news__btn-primary,
    .page-resources-pkwin-latest-news__btn-secondary,
    .page-resources-pkwin-latest-news__cta-button-large {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .page-resources-pkwin-latest-news__promo-buttons {
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0 !important; /* Handled by parent container */
        padding-right: 0 !important; /* Handled by parent container */
    }

    .page-resources-pkwin-latest-news__hero-banner {
        min-height: 400px;
        padding-top: 0 !important; /* Ensure no double padding if shared.css sets body padding */
    }
    .page-resources-pkwin-latest-news__hero-content {
        padding: 30px 15px;
        margin: 15px;
    }
    .page-resources-pkwin-latest-news__hero-title {
        font-size: 2.2em;
    }
    .page-resources-pkwin-latest-news__hero-description {
        font-size: 1em;
    }

    .page-resources-pkwin-latest-news__section-title {
        font-size: 1.8em;
        margin: 40px 0 30px;
    }

    .page-resources-pkwin-latest-news__articles {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-resources-pkwin-latest-news__article-image {
        height: 180px;
    }
    .page-resources-pkwin-latest-news__article-content {
        padding: 20px;
    }
    .page-resources-pkwin-latest-news__article-title {
        font-size: 1.2em;
    }

    .page-resources-pkwin-latest-news__promo-section {
        padding: 50px 0;
    }
    .page-resources-pkwin-latest-news__promo-title {
        font-size: 2em;
    }
    .page-resources-pkwin-latest-news__promo-description {
        font-size: 1em;
    }

    .page-resources-pkwin-latest-news__faq-question {
        padding: 15px;
        flex-wrap: wrap;
    }
    .page-resources-pkwin-latest-news__faq-question h3 {
        font-size: 15px;
        margin-bottom: 0;
        width: calc(100% - 40px);
    }
    .page-resources-pkwin-latest-news__faq-toggle {
        margin-left: 10px;
        width: 24px;
        height: 24px;
        font-size: 20px;
    }
    .page-resources-pkwin-latest-news__faq-answer {
        padding: 0 15px;
    }
    .page-resources-pkwin-latest-news__faq-item.active .page-resources-pkwin-latest-news__faq-answer {
        padding: 15px !important;
    }

    .page-resources-pkwin-latest-news__cta-section {
        padding: 50px 0;
    }
    .page-resources-pkwin-latest-news__cta-title {
        font-size: 2.2em;
    }
    .page-resources-pkwin-latest-news__cta-description {
        font-size: 1em;
    }
    .page-resources-pkwin-latest-news__cta-button-large {
        font-size: 1.1em;
        padding: 15px 30px;
    }
}