/* style/blog-chien-thuat-choi-game-55win55.css */

/* Variables for custom colors */
:root {
    --page-bg: #08160F; /* Background */
    --card-bg: #11271B; /* Card BG */
    --text-main: #F2FFF6; /* Text Main */
    --text-secondary: #A7D9B8; /* Text Secondary */
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
    --border-color: #2E7A4E; /* Border */
    --glow-color: #57E38D; /* Glow */
    --gold-color: #F2C14E; /* Gold */
    --divider-color: #1E3A2A; /* Divider */
    --deep-green: #0A4B2C; /* Deep Green */
    --glow-color-rgb: 87, 227, 141; /* RGB for glow-color to use in rgba() */
}

.page-blog-chien-thuat-choi-game-55win55 {
    color: var(--text-main); /* Main text color */
    background-color: var(--page-bg); /* Page background from custom colors */
}

/* Hero Section */
.page-blog-chien-thuat-choi-game-55win55__hero-section {
    padding-top: 10px; /* Small top padding, assuming shared.css handles body padding */
    padding-bottom: 60px;
    background-color: var(--card-bg); /* Use card background for hero section */
    border-bottom: 1px solid var(--divider-color);
}

.page-blog-chien-thuat-choi-game-55win55__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-chien-thuat-choi-game-55win55__hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-blog-chien-thuat-choi-game-55win55__hero-content {
    flex: 1;
    color: var(--text-main); /* Ensure text is light on dark background */
}

.page-blog-chien-thuat-choi-game-55win55__main-title {
    font-size: clamp(28px, 4vw, 48px); /* Use clamp for H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--gold-color); /* Use gold for main title */
}

.page-blog-chien-thuat-choi-game-55win55__description {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.6;
    margin-bottom: 30px;
    color: var(--text-secondary);
}

.page-blog-chien-thuat-choi-game-55win55__cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-blog-chien-thuat-choi-game-55win55__btn-primary,
.page-blog-chien-thuat-choi-game-55win55__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%; /* Ensure buttons don't overflow */
    box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-55win55__btn-primary {
    background: var(--button-gradient);
    color: var(--text-main); /* White text on dark button */
    border: none;
}

.page-blog-chien-thuat-choi-game-55win55__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-game-55win55__btn-secondary {
    background: transparent;
    color: var(--glow-color); /* Green text on transparent background */
    border: 2px solid var(--glow-color);
}

.page-blog-chien-thuat-choi-game-55win55__btn-secondary:hover {
    background: var(--glow-color);
    color: var(--page-bg); /* Dark text on green background */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-game-55win55__hero-image {
    flex: 1;
    text-align: center;
}

.page-blog-chien-thuat-choi-game-55win55__side-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

/* Content Area */
.page-blog-chien-thuat-choi-game-55win55__section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-blog-chien-thuat-choi-game-55win55__section-title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    color: var(--gold-color);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-55win55__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--glow-color);
    border-radius: 2px;
}

.page-blog-chien-thuat-choi-game-55win55__text-block {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--text-secondary);
}

.page-blog-chien-thuat-choi-game-55win55__article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-chien-thuat-choi-game-55win55__article-card {
    background-color: var(--card-bg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border-color);
}

.page-blog-chien-thuat-choi-game-55win55__article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-chien-thuat-choi-game-55win55__card-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-blog-chien-thuat-choi-game-55win55__card-content {
    padding: 25px;
}

.page-blog-chien-thuat-choi-game-55win55__card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-blog-chien-thuat-choi-game-55win55__card-title a {
    color: var(--text-main);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-chien-thuat-choi-game-55win55__card-title a:hover {
    color: var(--glow-color);
}

.page-blog-chien-thuat-choi-game-55win55__card-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-game-55win55__read-more {
    display: inline-block;
    color: var(--glow-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.page-blog-chien-thuat-choi-game-55win55__read-more:hover {
    color: var(--gold-color);
    text-decoration: underline;
}

.page-blog-chien-thuat-choi-game-55win55__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-chien-thuat-choi-game-55win55__list-item {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.page-blog-chien-thuat-choi-game-55win55__list-item::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--glow-color);
    font-weight: bold;
}

.page-blog-chien-thuat-choi-game-55win55__list-item strong {
    color: var(--text-main);
}

.page-blog-chien-thuat-choi-game-55win55__cta-banner {
    background-color: var(--deep-green); /* Use deep green for CTA banner */
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
}

.page-blog-chien-thuat-choi-game-55win55__cta-title {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    color: var(--gold-color);
    margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-55win55__cta-text {
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ Section */
.page-blog-chien-thuat-choi-game-55win55__faq-section {
    background-color: var(--page-bg);
}

.page-blog-chien-thuat-choi-game-55win55__faq-list {
    margin-top: 40px;
}

.page-blog-chien-thuat-choi-game-55win55__faq-item {
    background-color: var(--card-bg);
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.page-blog-chien-thuat-choi-game-55win55__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-main);
    cursor: pointer;
    list-style: none; /* Hide default marker for details summary */
    transition: background-color 0.3s ease;
}

.page-blog-chien-thuat-choi-game-55win55__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-blog-chien-thuat-choi-game-55win55__faq-question:hover {
    background-color: rgba(var(--glow-color-rgb), 0.1); /* Slight hover effect */
}

.page-blog-chien-thuat-choi-game-55win55__faq-qtext {
    flex: 1;
}

.page-blog-chien-thuat-choi-game-55win55__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--glow-color);
    margin-left: 15px;
}

.page-blog-chien-thuat-choi-game-55win55__faq-answer {
    padding: 0 25px 20px;
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
}

.page-blog-chien-thuat-choi-game-55win55__faq-answer p {
    margin-bottom: 10px;
}

.page-blog-chien-thuat-choi-game-55win55__faq-answer a {
    color: var(--glow-color);
    text-decoration: none;
}

.page-blog-chien-thuat-choi-game-55win55__faq-answer a:hover {
    text-decoration: underline;
}

/* General image styling to prevent overflow */
.page-blog-chien-thuat-choi-game-55win55 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .page-blog-chien-thuat-choi-game-55win55__hero-section {
        padding-top: 10px !important; /* Small top padding for mobile */
        padding-bottom: 40px;
    }

    .page-blog-chien-thuat-choi-game-55win55__hero-container {
        flex-direction: column-reverse; /* Image on top, content below */
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 20px;
    }

    .page-blog-chien-thuat-choi-game-55win55__hero-content {
        text-align: center;
    }

    .page-blog-chien-thuat-choi-game-55win55__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px; /* Add padding to container */
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .page-blog-chien-thuat-choi-game-55win55__btn-primary,
    .page-blog-chien-thuat-choi-game-55win55__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-chien-thuat-choi-game-55win55__side-image {
        border-radius: 8px;
    }

    .page-blog-chien-thuat-choi-game-55win55__main-title {
        font-size: 32px;
    }

    .page-blog-chien-thuat-choi-game-55win55__description {
        font-size: 17px;
    }

    .page-blog-chien-thuat-choi-game-55win55__section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-blog-chien-thuat-choi-game-55win55__section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .page-blog-chien-thuat-choi-game-55win55__text-block {
        font-size: 16px;
    }

    .page-blog-chien-thuat-choi-game-55win55__article-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-chien-thuat-choi-game-55win55__card-image {
        height: 200px; /* Adjust height for mobile cards */
    }

    .page-blog-chien-thuat-choi-game-55win55__card-title {
        font-size: 18px;
    }

    .page-blog-chien-thuat-choi-game-55win55__card-text {
        font-size: 15px;
    }

    .page-blog-chien-thuat-choi-game-55win55__list-item {
        font-size: 16px;
        padding-left: 25px;
    }

    .page-blog-chien-thuat-choi-game-55win55__cta-banner {
        padding: 30px 20px;
        margin-top: 40px;
    }

    .page-blog-chien-thuat-choi-game-55win55__cta-title {
        font-size: 24px;
    }

    .page-blog-chien-thuat-choi-game-55win55__cta-text {
        font-size: 16px;
    }

    .page-blog-chien-thuat-choi-game-55win55__faq-question {
        font-size: 18px;
        padding: 15px 20px;
    }

    .page-blog-chien-thuat-choi-game-55win55__faq-answer {
        font-size: 16px;
        padding: 0 20px 15px;
    }

    /* Mobile image overflow prevention */
    .page-blog-chien-thuat-choi-game-55win55 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-chien-thuat-choi-game-55win55__container,
    .page-blog-chien-thuat-choi-game-55win55__section-padding,
    .page-blog-chien-thuat-choi-game-55win55__article-card,
    .page-blog-chien-thuat-choi-game-55win55__cta-banner,
    .page-blog-chien-thuat-choi-game-55win55__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}