/* style/blog-fb888-sports-betting-tips.css */

:root {
    --color-primary: #11A84E;
    --color-secondary: #22C768;
    --color-button-gradient-start: #2AD16F;
    --color-button-gradient-end: #13994A;
    --color-card-bg: #11271B;
    --color-background-dark: #08160F;
    --color-text-main: #F2FFF6;
    --color-text-secondary: #A7D9B8;
    --color-border: #2E7A4E;
    --color-glow: #57E38D;
    --color-gold: #F2C14E;
    --color-divider: #1E3A2A;
    --color-deep-green: #0A4B2C;
    --color-light-bg: #ffffff; /* Assuming default light background for light sections */
    --color-dark-text: #333333; /* Default dark text for light backgrounds */
}

/* Base styles for the page content */
.page-blog-fb888-sports-betting-tips {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--color-text-main); /* Default text color for the page, assuming body is dark */
    background-color: var(--color-background-dark); /* Page background */
}

.page-blog-fb888-sports-betting-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-blog-fb888-sports-betting-tips__hero-section {
    padding-top: 10px; /* Small top padding, relying on body padding for header offset */
    background-color: var(--color-background-dark);
    display: flex;
    flex-direction: column; /* Ensure image above text */
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
}

.page-blog-fb888-sports-betting-tips__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-blog-fb888-sports-betting-tips__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover; /* Desktop: cover */
}

.page-blog-fb888-sports-betting-tips__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-fb888-sports-betting-tips__main-title {
    font-size: clamp(2.2em, 4vw, 3.5em); /* H1 font size with clamp */
    color: var(--color-gold);
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
}

.page-blog-fb888-sports-betting-tips__lead-paragraph {
    font-size: 1.2em;
    color: var(--color-text-secondary);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Buttons */
.page-blog-fb888-sports-betting-tips__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap; /* For mobile */
    width: 100%; /* Ensure container takes full width */
    max-width: 600px; /* Max width for button group */
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 15px; /* Padding for button container */
}

.page-blog-fb888-sports-betting-tips__btn-primary,
.page-blog-fb888-sports-betting-tips__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-align: center;
    white-space: normal; /* Allow text wrap */
    word-wrap: break-word; /* Allow text wrap */
    box-sizing: border-box;
    max-width: 100%; /* Ensure buttons adapt */
}

.page-blog-fb888-sports-betting-tips__btn-primary {
    background: var(--color-button-gradient-start); /* fallback */
    background: linear-gradient(180deg, var(--color-button-gradient-start) 0%, var(--color-button-gradient-end) 100%);
    color: var(--color-text-main);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-fb888-sports-betting-tips__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-fb888-sports-betting-tips__btn-secondary {
    background-color: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.page-blog-fb888-sports-betting-tips__btn-secondary:hover {
    background-color: var(--color-primary);
    color: var(--color-text-main);
    transform: translateY(-2px);
}

/* Content Sections */
.page-blog-fb888-sports-betting-tips__content-section {
    padding: 60px 0;
}

.page-blog-fb888-sports-betting-tips__dark-bg {
    background-color: var(--color-background-dark);
    color: var(--color-text-main);
}

.page-blog-fb888-sports-betting-tips__light-bg {
    background-color: var(--color-light-bg);
    color: var(--color-dark-text); /* Dark text for light background */
}

.page-blog-fb888-sports-betting-tips__section-title {
    font-size: 2.5em;
    color: var(--color-gold);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-blog-fb888-sports-betting-tips__light-bg .page-blog-fb888-sports-betting-tips__section-title {
    color: var(--color-primary); /* Primary color for titles on light background */
}

.page-blog-fb888-sports-betting-tips__sub-title {
    font-size: 1.8em;
    color: var(--color-primary);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-fb888-sports-betting-tips__dark-bg .page-blog-fb888-sports-betting-tips__sub-title {
    color: var(--color-secondary); /* Secondary color for subtitles on dark background */
}

.page-blog-fb888-sports-betting-tips__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: inherit; /* Inherit color from parent section */
}

.page-blog-fb888-sports-betting-tips__list,
.page-blog-fb888-sports-betting-tips__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: inherit; /* Inherit color from parent section */
}

.page-blog-fb888-sports-betting-tips__ordered-list {
    list-style-type: decimal;
}

.page-blog-fb888-sports-betting-tips__list-item {
    margin-bottom: 10px;
    color: inherit; /* Inherit color from parent section */
}

.page-blog-fb888-sports-betting-tips__image-inline {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.page-blog-fb888-sports-betting-tips__faq-section {
    padding: 60px 0;
    background-color: var(--color-light-bg);
    color: var(--color-dark-text);
}

.page-blog-fb888-sports-betting-tips__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-fb888-sports-betting-tips__faq-item {
    background-color: #f9f9f9;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-fb888-sports-betting-tips__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--color-dark-text);
    cursor: pointer;
    background-color: var(--color-light-bg);
    border-bottom: 1px solid var(--color-border);
    list-style: none; /* For details/summary */
}

.page-blog-fb888-sports-betting-tips__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-fb888-sports-betting-tips__faq-question:hover {
    background-color: #f0f0f0;
}