:root {
    --vip777-primary-color: #F2C14E;
    --vip777-secondary-color: #FFD36B;
    --vip777-background-color: #0A0A0A; /* From custom colors */
    --vip777-card-bg: #111111; /* From custom colors */
    --vip777-text-main: #FFF6D6; /* From custom colors */
    --vip777-border-color: #3A2A12; /* From custom colors */
    --vip777-glow-color: #FFD36B; /* From custom colors */
    --vip777-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* From custom colors */
}

.page-blog-mobile-betting-game-strategy-play-vip777-anywhere {
    font-family: Arial, sans-serif;
    color: var(--vip777-text-main); /* Ensure light text on dark body background */
    background-color: var(--vip777-background-color);
    line-height: 1.6;
    font-size: 17px;
}

.page-blog-mobile-betting-game-strategy-play-vip777-anywhere__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-mobile-betting-game-strategy-play-vip777-anywhere__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    background-color: var(--vip777-background-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-blog-mobile-betting-game-strategy-play-vip777-anywhere__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-mobile-betting-game-strategy-play-vip777-anywhere__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-mobile-betting-game-strategy-play-vip777-anywhere__hero-content {
    max-width: 900px;
    margin-top: -80px; /* Adjust to slightly overlap the image for visual effect, but not text on image */
    position: relative;
    z-index: 10;
    padding: 20px;
    background: linear-gradient(0deg, var(--vip777-background-color) 70%, transparent 100%);
    border-radius: 8px;
}

.page-blog-mobile-betting-game-strategy-play-vip777-anywhere__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Use clamp for H1 */
    color: var(--vip777-primary-color);
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
}

.page-blog-mobile-betting-game-strategy-play-vip777-anywhere__hero-description {
    font-size: 1.15rem;
    color: var(--vip777-text-main);
    margin-bottom: 30px;
}

.page-blog-mobile-betting-game-strategy-play-vip777-anywhere__cta-buttons {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on small screens */
    gap: 20px;
    justify-content: center;
}

.page-blog-mobile-betting-game-strategy-play-vip777-anywhere__cta-buttons--centered {
    justify-content: center;
    text-align: center;
}