:root {
    --primary-color: #FF8C1A;
    --secondary-color: #FFA53A;
    --bg-dark-color: #0D0E12;
    --card-bg-color: #17191F;
    --text-main-color: #FFF3E6;
    --border-color: #A84F0C;
    --glow-color: #FFB04D;
    --deep-orange-color: #D96800;
}

.page-blog-hy88-info-latest-news-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main-color); /* Default text color for dark background */
    background-color: var(--bg-dark-color); /* Matches body background */
}

.page-blog-hy88-info-latest-news-analysis__section {
    padding: 60px 20px;
    text-align: center;
}

.page-blog-hy88-info-latest-news-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-blog-hy88-info-latest-news-analysis__dark-bg {
    background-color: var(--bg-dark-color);
    color: var(--text-main-color);
}

.page-blog-hy88-info-latest-news-analysis__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-blog-hy88-info-latest-news-analysis__section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--primary-color);
    text-shadow: 0 0 5px var(--glow-color);
}

.page-blog-hy88-info-latest-news-analysis__sub-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.page-blog-hy88-info-latest-news-analysis__text-block,
.page-blog-hy88-info-latest-news-analysis__list li,
.page-blog-hy88-info-latest-news-analysis__ordered-list li {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.7;
    text-align: left;
}

.page-blog-hy88-info-latest-news-analysis__list,
.page-blog-hy88-info-latest-news-analysis__ordered-list {
    list-style-position: inside;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.page-blog-hy88-info-latest-news-analysis__list li,
.page-blog-hy88-info-latest-news-analysis__ordered-list li {
    margin-bottom: 10px;
}

/* HERO Section */
.page-blog-hy88-info-latest-news-analysis__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    overflow: hidden;
}

.page-blog-hy88-info-latest-news-analysis__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page-blog-hy88-info-latest-news-analysis__hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page-blog-hy88-info-latest-news-analysis__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.page-blog-hy88-info-latest-news-analysis__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.page-blog-hy88-info-latest-news-analysis__hero-content h1 {
    color: var(--primary-color);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 0 10px var(--glow-color);
}

.page-blog-hy88-info-latest-news-analysis__hero-content p {
    font-size: 18px;
    color: var(--text-main-color);
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-blog-hy88-info-latest-news-analysis__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange-color) 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hy88-info-latest-news-analysis__cta-button:hover {
    background: linear-gradient(180deg, var(--deep-orange-color) 0%, var(--secondary-color) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-hy88-info-latest-news-analysis__btn-primary {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange-color) 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hy88-info-latest-news-analysis__btn-primary:hover {
    background: linear-gradient(180deg, var(--deep-orange-color) 0%, var(--secondary-color) 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-blog-hy88-info-latest-news-analysis__btn-secondary {
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
    cursor: pointer;
}

.page-blog-hy88-info-latest-news-analysis__btn-secondary:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-hy88-info-latest-news-analysis__image-wrapper {
    margin: 40px auto;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-hy88-info-latest-news-analysis__image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-hy88-info-latest-news-analysis__game-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-hy88-info-latest-news-analysis__card {
    background: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-main-color);
}

.page-blog-hy88-info-latest-news-analysis__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-hy88-info-latest-news-analysis__card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-blog-hy88-info-latest-news-analysis__card h4 {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.page-blog-hy88-info-latest-news-analysis__card h4 a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-hy88-info-latest-news-analysis__card h4 a:hover {
    color: var(--secondary-color);
}

.page-blog-hy88-info-latest-news-analysis__card p {
    font-size: 15px;
    color: var(--text-main-color);
}

.page-blog-hy88-info-latest-news-analysis__quote {
    background: var(--card-bg-color);
    border-left: 5px solid var(--primary-color);
    padding: 20px 25px;
    margin: 30px 0;
    font-style: italic;
    color: var(--text-main-color);
    text-align: left;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hy88-info-latest-news-analysis__quote p {
    margin: 0;
    font-size: 16px;
}

/* FAQ Styles */
details.page-blog-hy88-info-latest-news-analysis__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    background: var(--card-bg-color);
    color: var(--text-main-color);
}

details.page-blog-hy88-info-latest-news-analysis__faq-item summary.page-blog-hy88-info-latest-news-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background-color 0.3s ease;
    color: var(--secondary-color);
}

details.page-blog-hy88-info-latest-news-analysis__faq-item summary.page-blog-hy88-info-latest-news-analysis__faq-question::-webkit-details-marker {
    display: none;
}

details.page-blog-hy88-info-latest-news-analysis__faq-item summary.page-blog-hy88-info-latest-news-analysis__faq-question:hover {
    background: var(--bg-dark-color);
}

.page-blog-hy88-info-latest-news-analysis__faq-qtext {
    flex: 1;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--text-main-color);
}

details.page-blog-hy88-info-latest-news-analysis__faq-item summary.page-blog-hy88-info-latest-news-analysis__faq-question:hover .page-blog-hy88-info-latest-news-analysis__faq-qtext {
    color: var(--secondary-color);
}

.page-blog-hy88-info-latest-news-analysis__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}

details.page-blog-hy88-info-latest-news-analysis__faq-item .page-blog-hy88-info-latest-news-analysis__faq-answer {
    padding: 0 20px 20px;
    background: rgba(var(--card-bg-color-rgb), 0.7); /* Slightly lighter background for answer */
    border-radius: 0 0 5px 5px;
    color: var(--text-main-color);
    text-align: left;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-blog-hy88-info-latest-news-analysis__section-title {
        font-size: 32px;
    }
    .page-blog-hy88-info-latest-news-analysis__sub-title {
        font-size: 22px;
    }
    .page-blog-hy88-info-latest-news-analysis__text-block,
    .page-blog-hy88-info-latest-news-analysis__list li,
    .page-blog-hy88-info-latest-news-analysis__ordered-list li {
        font-size: 16px;
    }
    .page-blog-hy88-info-latest-news-analysis__hero-content h1 {
        font-size: clamp(26px, 5vw, 40px);
    }
}

@media (max-width: 768px) {
    .page-blog-hy88-info-latest-news-analysis {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-hy88-info-latest-news-analysis__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-hy88-info-latest-news-analysis__hero-image img {
        border-radius: 4px;
    }
    .page-blog-hy88-info-latest-news-analysis__hero-content p {
        font-size: 16px;
    }
    .page-blog-hy88-info-latest-news-analysis__cta-button {
        padding: 12px 30px;
        font-size: 16px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-hy88-info-latest-news-analysis__btn-primary,
    .page-blog-hy88-info-latest-news-analysis__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-hy88-info-latest-news-analysis__section {
        padding: 40px 15px;
    }
    .page-blog-hy88-info-latest-news-analysis__section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .page-blog-hy88-info-latest-news-analysis__sub-title {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .page-blog-hy88-info-latest-news-analysis__text-block,
    .page-blog-hy88-info-latest-news-analysis__list li,
    .page-blog-hy88-info-latest-news-analysis__ordered-list li {
        font-size: 15px;
    }
    .page-blog-hy88-info-latest-news-analysis__game-categories {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-hy88-info-latest-news-analysis__card {
        padding: 15px;
    }
    .page-blog-hy88-info-latest-news-analysis__card img {
        
    }
    .page-blog-hy88-info-latest-news-analysis__quote {
        padding: 15px 20px;
        margin: 20px 0;
    }
    .page-blog-hy88-info-latest-news-analysis__quote p {
        font-size: 15px;
    }
    details.page-blog-hy88-info-latest-news-analysis__faq-item summary.page-blog-hy88-info-latest-news-analysis__faq-question {
        padding: 15px;
    }
    .page-blog-hy88-info-latest-news-analysis__faq-qtext {
        font-size: 15px;
    }
    details.page-blog-hy88-info-latest-news-analysis__faq-item .page-blog-hy88-info-latest-news-analysis__faq-answer {
        padding: 0 15px 15px;
    }
    .page-blog-hy88-info-latest-news-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-hy88-info-latest-news-analysis__container,
    .page-blog-hy88-info-latest-news-analysis__card,
    .page-blog-hy88-info-latest-news-analysis__image-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .page-blog-hy88-info-latest-news-analysis__hero-content h1 {
        font-size: clamp(24px, 6vw, 36px);
    }
    .page-blog-hy88-info-latest-news-analysis__section-title {
        font-size: 24px;
    }
    .page-blog-hy88-info-latest-news-analysis__sub-title {
        font-size: 18px;
    }
    .page-blog-hy88-info-latest-news-analysis__cta-button {
        font-size: 15px;
        padding: 10px 25px;
    }
}