/* General styles for the page */
.page-blog-23win02-betting-strategy {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default dark text for light body background */
    background: #FFFFFF; /* Explicitly set for clarity, though shared.css might handle body */
}

.page-blog-23win02-betting-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-23win02-betting-strategy__section {
    padding: 60px 0;
    margin-bottom: 20px;
}

.page-blog-23win02-betting-strategy__section-title {
    font-size: 36px;
    font-weight: 700;
    color: #017439; /* Brand color for titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-23win02-betting-strategy__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #017439;
    border-radius: 2px;
}

.page-blog-23win02-betting-strategy__sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #017439;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-23win02-betting-strategy__content-block {
    max-width: 900px;
    margin: 0 auto;
    font-size: 17px;
}

.page-blog-23win02-betting-strategy__content-block p {
    margin-bottom: 15px;
    text-align: justify;
}

.page-blog-23win02-betting-strategy__list,
.page-blog-23win02-betting-strategy__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-blog-23win02-betting-strategy__ordered-list {
    list-style-type: decimal;
}

.page-blog-23win02-betting-strategy__list li,
.page-blog-23win02-betting-strategy__ordered-list li {
    margin-bottom: 10px;
}

.page-blog-23win02-betting-strategy__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.page-blog-23win02-betting-strategy__hero-section {
    padding-top: 10px; /* Small top padding, assuming body handles --header-offset */
    padding-bottom: 60px;
    text-align: center;
    background-color: #f8f8f8;
}

.page-blog-23win02-betting-strategy__hero-image-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-23win02-betting-strategy__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Default for desktop */
}

.page-blog-23win02-betting-strategy__main-title {
    font-size: clamp(32px, 4vw, 48px); /* Responsive font size */
    color: #017439;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 800;
}

.page-blog-23win02-betting-strategy__description {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #555;
    text-align: center;
}

/* CTA Buttons */
.page-blog-23win02-betting-strategy__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    margin-top: 30px;
    max-width: 100%; /* Ensure container respects width */
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-23win02-betting-strategy__btn-primary,
.page-blog-23win02-betting-strategy__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    max-width: 100%; /* Ensure button respects width */
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow long words to break */
    text-align: center;
}

.page-blog-23win02-betting-strategy__btn-primary {
    background: #017439; /* Brand primary color */
    color: #FFFFFF;
    border: 2px solid #017439;
}