/* style/blog-zebet-app-sports-betting-tips.css */

:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --register-login-bg: #C30808;
    --register-login-text: #FFFF00;
    --body-text-color-dark-bg: #FFFFFF;
    --body-text-color-light-bg: #333333;
    --light-bg-color: #FFFFFF;
    --dark-bg-color: #0d0d0d; /* Adjusted for contrast with body's #000000 */
    --card-bg-color: rgba(255, 255, 255, 0.1);
    --border-color: #e0e0e0;
}

.page-blog-zebet-app-sports-betting-tips {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--body-text-color-dark-bg); /* Default text color for dark body background */
    background-color: transparent; /* Body background is handled by shared.css */
}

.page-blog-zebet-app-sports-betting-tips__dark-bg {
    background-color: var(--dark-bg-color);
    color: var(--body-text-color-dark-bg);
}

.page-blog-zebet-app-sports-betting-tips__light-bg {
    background-color: var(--light-bg-color);
    color: var(--body-text-color-light-bg);
}

.page-blog-zebet-app-sports-betting-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-blog-zebet-app-sports-betting-tips__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px; /* Small top padding, body padding-top handles header offset */
    padding-bottom: 40px;
    overflow: hidden;
}

.page-blog-zebet-app-sports-betting-tips__hero-image-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-zebet-app-sports-betting-tips__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
}

.page-blog-zebet-app-sports-betting-tips__hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    padding: 20px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.6); /* Slightly transparent background for readability */
    border-radius: 8px;
}

.page-blog-zebet-app-sports-betting-tips__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-zebet-app-sports-betting-tips__subtitle {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-bottom: 30px;
}

.page-blog-zebet-app-sports-betting-tips__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-zebet-app-sports-betting-tips__btn-primary,
.page-blog-zebet-app-sports-betting-tips__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-zebet-app-sports-betting-tips__btn-primary {
    background-color: var(--register-login-bg);
    color: var(--register-login-text);
    border: 2px solid var(--register-login-bg);
}

.page-blog-zebet-app-sports-betting-tips__btn-primary:hover {
    background-color: darken(var(--register-login-bg), 10%);
    border-color: darken(var(--register-login-bg), 10%);
}

.page-blog-zebet-app-sports-betting-tips__btn-secondary {
    background-color: transparent;
    color: var(--register-login-bg);
    border: 2px solid var(--register-login-bg);
}

.page-blog-zebet-app-sports-betting-tips__btn-secondary:hover {
    background-color: var(--register-login-bg);
    color: var(--register-login-text);
}

.page-blog-zebet-app-sports-betting-tips__cta-buttons--bottom {
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-blog-zebet-app-sports-betting-tips__content-section {
    padding: 60px 0;
}

.page-blog-zebet-app-sports-betting-tips__article-block {
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 1px dashed var(--border-color);
}

.page-blog-zebet-app-sports-betting-tips__article-block:last-of-type {
    border-bottom: none;
}

.page-blog-zebet-app-sports-betting-tips__section-title {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}

.page-blog-zebet-app-sports-betting-tips__sub-section-title {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-zebet-app-sports-betting-tips p {
    margin-bottom: 15px;
    color: inherit;
}

.page-blog-zebet-app-sports-betting-tips__article-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
}

.page-blog-zebet-app-sports-betting-tips__ordered-list {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
    color: inherit;
}

.page-blog-zebet-app-sports-betting-tips__ordered-list li {
    margin-bottom: 10px;
    color: inherit;
}

.page-blog-zebet-app-sports-betting-tips__faq-section {
    padding: 60px 0;
}

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

.page-blog-zebet-app-sports-betting-tips__faq-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--body-text-color-dark-bg);
}

.page-blog-zebet-app-sports-betting-tips__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--secondary-color);
    list-style: none; /* For details/summary */
}

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

.page-blog-zebet-app-sports-betting-tips__faq-qtext {
    flex-grow: 1;
    color: inherit;
}

.page-blog-zebet-app-sports-betting-tips__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 10px;
    color: inherit;
}

.page-blog-zebet-app-sports-betting-tips__faq-answer {
    padding: 0 20px 15px;
    color: var(--body-text-color-dark-bg);
}

.page-blog-zebet-app-sports-betting-tips__faq-item[open] .page-blog-zebet-app-sports-betting-tips__faq-question {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-zebet-app-sports-betting-tips__conclusion-section {
    padding: 60px 0;
    text-align: center;
}

/* Responsive Styles */

@media (max-width: 1024px) {
    .page-blog-zebet-app-sports-betting-tips__hero-content {
        max-width: 700px;
    }
    .page-blog-zebet-app-sports-betting-tips__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-zebet-app-sports-betting-tips__subtitle {
        font-size: 1.1rem;
    }
    .page-blog-zebet-app-sports-betting-tips__section-title {
        font-size: 2rem;
    }
    .page-blog-zebet-app-sports-betting-tips__sub-section-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .page-blog-zebet-app-sports-betting-tips {
        font-size: 16px;
        line-height: 1.6;
    }
    
    /* HERO 主图区域 */
    .page-blog-zebet-app-sports-betting-tips__hero-section {
        padding-top: 10px !important;
        padding-bottom: 30px;
    }
    .page-blog-zebet-app-sports-betting-tips__hero-content {
        margin-top: 15px;
        padding: 15px;
    }
    .page-blog-zebet-app-sports-betting-tips__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        margin-bottom: 10px;
    }
    .page-blog-zebet-app-sports-betting-tips__subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    /* 通用图片与容器 */
    .page-blog-zebet-app-sports-betting-tips img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }
    .page-blog-zebet-app-sports-betting-tips__container,
    .page-blog-zebet-app-sports-betting-tips__hero-image-wrapper,
    .page-blog-zebet-app-sports-betting-tips__article-block,
    .page-blog-zebet-app-sports-betting-tips__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow-x: hidden !important; /* Ensure no horizontal scroll */
    }

    /* 按钮与按钮容器 */
    .page-blog-zebet-app-sports-betting-tips__cta-buttons {
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 10px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .page-blog-zebet-app-sports-betting-tips__btn-primary,
    .page-blog-zebet-app-sports-betting-tips__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px !important;
        text-align: center;
    }
    
    /* 其他内容模块 */
    .page-blog-zebet-app-sports-betting-tips__section-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .page-blog-zebet-app-sports-betting-tips__sub-section-title {
        font-size: 1.3rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-blog-zebet-app-sports-betting-tips__article-block {
        margin-bottom: 30px;
        padding: 15px 0;
    }
    .page-blog-zebet-app-sports-betting-tips__faq-item {
        margin-bottom: 10px;
    }
    .page-blog-zebet-app-sports-betting-tips__faq-question {
        padding: 12px 15px;
        font-size: 1rem;
    }
    .page-blog-zebet-app-sports-betting-tips__faq-toggle {
        font-size: 1.3rem;
    }
    .page-blog-zebet-app-sports-betting-tips__faq-answer {
        padding: 0 15px 12px;
        font-size: 0.95rem;
    }
    .page-blog-zebet-app-sports-betting-tips__content-section,
    .page-blog-zebet-app-sports-betting-tips__faq-section,
    .page-blog-zebet-app-sports-betting-tips__conclusion-section {
        padding: 40px 0;
    }
}