.page-blog-chien-luoc-ca-cuoc-the-thao-sbet {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Dark text for light body background */
    line-height: 1.6;
    background-color: #f8f8f8; /* A very light grey for subtle contrast */
}

.page-blog-chien-luoc-ca-cuoc-the-thao-sbet__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* HERO Section */
.page-blog-chien-luoc-ca-cuoc-the-thao-sbet__hero-section {
    position: relative;
    display: flex;
    flex-direction: column; /* Image above text */
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 60px; /* Add padding at the bottom for separation */
}

.page-blog-chien-luoc-ca-cuoc-the-thao-sbet__hero-image {
    width: 100%;
    max-height: 600px; /* Limit height for desktop */
    overflow: hidden;
    margin-bottom: 40px; /* Separate image from content with margin */
}

.page-blog-chien-luoc-ca-cuoc-the-thao-sbet__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Cover for desktop */
}

.page-blog-chien-luoc-ca-cuoc-the-thao-sbet__hero-content {
    max-width: 800px;
    padding: 0 20px; /* Adjust padding, no top padding as it's below image */
    position: relative;
    z-index: 2;
    background-color: transparent; /* No background here, just text */
    border-radius: 0; /* No border-radius */
    box-shadow: none; /* No shadow here */
}

.page-blog-chien-luoc-ca-cuoc-the-thao-sbet__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size for H1 */
    color: #26A9E0;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-chien-luoc-ca-cuoc-the-thao-sbet__subtitle {
    font-size: 1.15rem;
    color: #555555;
    margin-bottom: 30px;
}

.page-blog-chien-luoc-ca-cuoc-the-thao-sbet__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
    width: 100%; /* Ensure container takes full width */
    max-width: 100%; /* Ensure container takes full width */
    box-sizing: border-box; /* Include padding in width */
    padding: 0 15px; /* Add padding for mobile */
    overflow: hidden; /* Prevent overflow */
}

.page-blog-chien-luoc-ca-cuoc-the-thao-sbet__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    max-width: 100%; /* Ensure button adapts to container */
    box-sizing: border-box;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Allow text to break words */
}