.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light body background */
    background-color: #FFFFFF; /* Explicitly set for clarity, though body default is white */
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* HERO Section */
.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__hero-section {
    padding-top: 10px; /* Small top padding as shared.css handles body padding */
    padding-bottom: 60px;
    background-color: #f8f9fa; /* Light background for hero section */
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__main-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem); /* H1 font size with clamp */
    color: #26A9E0;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__hero-description {
    font-size: 1.1rem;
    color: #555555;
    margin-bottom: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; /* For responsive buttons */
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__btn-primary,
.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    box-sizing: border-box; /* Crucial for button responsiveness */
    white-space: normal; /* Allow text wrap */
    word-wrap: break-word; /* Allow text break */
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__btn-primary {
    background-color: #26A9E0;
    color: #FFFFFF;
    border: 2px solid #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__btn-primary:hover {
    background-color: #1e87c0;
    border-color: #1e87c0;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__btn-secondary {
    background-color: #FFFFFF;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__btn-secondary:hover {
    background-color: #e0f2f7;
    color: #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Min size for all images */
}

/* Content Area - General Styling */
.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__content-area {
    padding: 60px 0;
    background-color: #FFFFFF; /* Light background for content */
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__section-title {
    font-size: 2.5rem;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__section-description {
    font-size: 1.1rem;
    color: #555555;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Guide Section Steps */
.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    padding: 30px;
    background-color: #fcfcfc;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* No alternating image/text direction on desktop as per new rule, all are column now */

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__step-title {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__step-text {
    font-size: 1rem;
    color: #444444;
    margin-bottom: 25px;
    text-align: justify;
    max-width: 700px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__step-image {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    min-width: 200px; /* Min size for all images */
}

/* Tips Section */
.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__tips-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__tips-item {
    background-color: #fcfcfc;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__tips-item-title {
    font-size: 1.5rem;
    color: #26A9E0;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__tips-item-text {
    font-size: 1rem;
    color: #444444;
    margin-bottom: 15px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__btn-text-link {
    color: #26A9E0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.page-blog-huong-dan-ca-cuoc-the-thao-zet-bet__btn-text-link:hover {
    color: #1e87c0;
    text-decoration: underline;
}