.page-blog-chien-thuat-choi-game-bai-cs88 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main for dark background */
    background-color: #08160F; /* Background */
}

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

/* Hero Section */
.page-blog-chien-thuat-choi-game-bai-cs88__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, body handles header offset */
    margin-bottom: 40px;
    overflow: hidden;
}

.page-blog-chien-thuat-choi-game-bai-cs88__hero-content-wrapper {
    display: flex;
    flex-direction: column; /* Image above, text below */
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-chien-thuat-choi-game-bai-cs88__hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-game-bai-cs88__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover; /* Default cover, mobile will be contain */
    border: 1px solid #2E7A4E; /* Border */
}

.page-blog-chien-thuat-choi-game-bai-cs88__hero-text-block {
    text-align: center;
    max-width: 800px;
}

.page-blog-chien-thuat-choi-game-bai-cs88__main-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem); /* H1 font size clamp */
    font-weight: 700;
    color: #F2C14E; /* Gold */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-chien-thuat-choi-game-bai-cs88__description {
    font-size: 1.2rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-game-bai-cs88__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-chien-thuat-choi-game-bai-cs88__btn-primary,
.page-blog-chien-thuat-choi-game-bai-cs88__btn-secondary,
.page-blog-chien-thuat-choi-game-bai-cs88__btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    word-wrap: break-word; /* Allow text wrapping for buttons */
    box-sizing: border-box;
    max-width: 100%; /* Ensure button responsiveness */
}

.page-blog-chien-thuat-choi-game-bai-cs88__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
    color: #F2FFF6; /* Text Main */
    border: none;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-chien-thuat-choi-game-bai-cs88__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-chien-thuat-choi-game-bai-cs88__btn-secondary {
    background: transparent;
    color: #2AD16F; /* Green from button gradient */
    border: 2px solid #2AD16F;
}

.page-blog-chien-thuat-choi-game-bai-cs88__btn-secondary:hover {
    background: rgba(42, 209, 111, 0.1);
    color: #F2FFF6;
}

.page-blog-chien-thuat-choi-game-bai-cs88__btn-link {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
    color: #F2FFF6; /* Text Main */
    border: none;
    padding: 10px 20px;
    font-size: 0.9rem;
    margin-top: 15px;
}

.page-blog-chien-thuat-choi-game-bai-cs88__btn-link:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-chien-thuat-choi-game-bai-cs88__center-button {
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Content Sections */
.page-blog-chien-thuat-choi-game-bai-cs88__content-section {
    padding: 60px 0;
    margin-bottom: 30px;
    border-radius: 10px;
}