/* style/resources-w88-live-casino-strategy.css */
.page-resources-w88-live-casino-strategy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #0A1931; /* Dark blue for main text */
    background-color: #f8f8f8; /* Light background for readability */
}

.page-resources-w88-live-casino-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-w88-live-casino-strategy__hero {
    position: relative;
    background-color: #0A1931;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-resources-w88-live-casino-strategy__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 25, 49, 0.9), rgba(255, 215, 0, 0.3));
    z-index: 1;
}

.page-resources-w88-live-casino-strategy__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    z-index: 0;
}

.page-resources-w88-live-casino-strategy__hero .page-resources-w88-live-casino-strategy__container {
    position: relative;
    z-index: 2;
}

.page-resources-w88-live-casino-strategy__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-w88-live-casino-strategy__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

.page-resources-w88-live-casino-strategy__section {
    padding: 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.page-resources-w88-live-casino-strategy__section--intro {
    background-color: #f0f0f0;
}

.page-resources-w88-live-casino-strategy__section--dark {
    background-color: #0A1931;
    color: #f0f0f0;
}

.page-resources-w88-live-casino-strategy__section--dark .page-resources-w88-live-casino-strategy__section-title,
.page-resources-w88-live-casino-strategy__section--dark .page-resources-w88-live-casino-strategy__game-title,
.page-resources-w88-live-casino-strategy__section--dark .page-resources-w88-live-casino-strategy__sub-title {
    color: #FFD700;
}

.page-resources-w88-live-casino-strategy__section-title {
    font-size: 2.5em;
    color: #0A1931;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-w88-live-casino-strategy__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-w88-live-casino-strategy__game-strategy {
    background-color: #ffffff;
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    color: #0A1931;
}

.page-resources-w88-live-casino-strategy__section--dark .page-resources-w88-live-casino-strategy__game-strategy {
    background-color: #1a2a47; /* Slightly lighter dark for contrast */
    border-color: #334d7a;
    color: #f0f0f0;
}

.page-resources-w88-live-casino-strategy__game-title {
    font-size: 2em;
    color: #0A1931;
    margin-bottom: 20px;
    text-align: center;
}

.page-resources-w88-live-casino-strategy__sub-title {
    font-size: 1.4em;
    color: #0A1931;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-resources-w88-live-casino-strategy__list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-resources-w88-live-casino-strategy__list li {
    margin-bottom: 10px;
}

.page-resources-w88-live-casino-strategy__btn {
    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;
    margin: 10px;
    text-align: center;
}

.page-resources-w88-live-casino-strategy__btn--primary {
    background-color: #FFD700;
    color: #0A1931;
    border: 2px solid #FFD700;
}

.page-resources-w88-live-casino-strategy__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    color: #000;
}

.page-resources-w88-live-casino-strategy__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-w88-live-casino-strategy__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
}

.page-resources-w88-live-casino-strategy__game-image,
.page-resources-w88-live-casino-strategy__image--full-width {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-w88-live-casino-strategy__section--cta {
    background-color: #0A1931;
    color: #f0f0f0;
    text-align: center;
    padding: 80px 0;
}

.page-resources-w88-live-casino-strategy__section--cta .page-resources-w88-live-casino-strategy__section-title {
    color: #FFD700;
}

.page-resources-w88-live-casino-strategy__section--cta .page-resources-w88-live-casino-strategy__section-title::after {
    background-color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-w88-live-casino-strategy__hero-title {
        font-size: 2.5em;
    }
    .page-resources-w88-live-casino-strategy__section-title {
        font-size: 2em;
    }
    .page-resources-w88-live-casino-strategy__game-title {
        font-size: 1.8em;
    }
    .page-resources-w88-live-casino-strategy__sub-title {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .page-resources-w88-live-casino-strategy__hero {
        padding: 80px 0;
        min-height: 350px;
    }
    .page-resources-w88-live-casino-strategy__hero-title {
        font-size: 2em;
    }
    .page-resources-w88-live-casino-strategy__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-w88-live-casino-strategy__section {
        padding: 40px 0;
    }
    .page-resources-w88-live-casino-strategy__section-title {
        font-size: 1.8em;
    }
    .page-resources-w88-live-casino-strategy__game-strategy {
        padding: 20px;
    }
    .page-resources-w88-live-casino-strategy__game-title {
        font-size: 1.5em;
    }
    .page-resources-w88-live-casino-strategy__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .page-resources-w88-live-casino-strategy__hero {
        padding: 60px 0;
        min-height: 300px;
    }
    .page-resources-w88-live-casino-strategy__hero-title {
        font-size: 1.7em;
    }
    .page-resources-w88-live-casino-strategy__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-w88-live-casino-strategy__section-title {
        font-size: 1.5em;
    }
    .page-resources-w88-live-casino-strategy__game-title {
        font-size: 1.3em;
    }
    .page-resources-w88-live-casino-strategy__sub-title {
        font-size: 1.1em;
    }
    .page-resources-w88-live-casino-strategy__btn {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }
}