/* style/resources-bj88-live-game-strategy.css */

/* Base Styles for the Page Content */
.page-resources-bj88-live-game-strategy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* Inherit from body for main wrapper */
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-bj88-live-game-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Color Contrast Specifics */
.page-resources-bj88-live-game-strategy__dark-bg {
    background-color: #1a1a2e; /* Inherit from body or use a dark tone */
    color: #ffffff;
}

.page-resources-bj88-live-game-strategy__light-bg {
    background-color: #ffffff;
    color: #333333;
}

/* General Text Elements */
.page-resources-bj88-live-game-strategy h1,
.page-resources-bj88-live-game-strategy h2,
.page-resources-bj88-live-game-strategy h3 {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-resources-bj88-live-game-strategy h1 {
    font-size: 2.8em;
    color: #ffffff; /* White text on dark hero */
}

.page-resources-bj88-live-game-strategy h2 {
    font-size: 2.2em;
    color: #26A9E0; /* Brand color for section titles */
    text-align: center;
    margin-bottom: 40px;
}

.page-resources-bj88-live-game-strategy h3 {
    font-size: 1.6em;
    color: #26A9E0; /* Brand color for sub-titles */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-bj88-live-game-strategy p {
    margin-bottom: 15px;
}

.page-resources-bj88-live-game-strategy__text-block {
    font-size: 1.1em;
    margin-bottom: 25px;
}

.page-resources-bj88-live-game-strategy__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-resources-bj88-live-game-strategy__list-item {
    margin-bottom: 10px;
    font-size: 1.05em;
}

/* Hero Section */
.page-resources-bj88-live-game-strategy__hero-section {
    position: relative;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    z-index: 1;
}

.page-resources-bj88-live-game-strategy__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3; /* Subtle overlay for text readability */
}

.page-resources-bj88-live-game-strategy__hero-title {
    margin-bottom: 20px;
    color: #ffffff;
}

.page-resources-bj88-live-game-strategy__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

/* CTA Buttons */
.page-resources-bj88-live-game-strategy__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-resources-bj88-live-game-strategy__btn-primary,
.page-resources-bj88-live-game-strategy__btn-secondary,
.page-resources-bj88-live-game-strategy__btn-small {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    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;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}