/* style/blog-how-to-register-and-claim-bonus-bigboss.css */

/* Root variables for colors */
:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg-color: #11271B;
    --background-color: #08160F;
    --text-main-color: #F2FFF6;
    --text-secondary-color: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
}

.page-blog-how-to-register-and-claim-bonus-bigboss {
    background-color: var(--background-color); /* Body background from shared.css, this is for main content area fallback/consistency */
    color: var(--text-main-color);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-how-to-register-and-claim-bonus-bigboss__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-how-to-register-and-claim-bonus-bigboss__section {
    padding: 60px 0;
    text-align: center;
}

.page-blog-how-to-register-and-claim-bonus-bigboss__section-title {
    font-size: clamp(2em, 4vw, 2.8em);
    color: var(--gold-color);
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.page-blog-how-to-register-and-claim-bonus-bigboss__text-block {
    font-size: 1.1em;
    color: var(--text-secondary-color);
    max-width: 800px;
    margin: 0 auto 30px auto;
}

/* Hero Section */
.page-blog-how-to-register-and-claim-bonus-bigboss__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 60px 0; /* body padding-top handled by shared.css */
    overflow: hidden;
    background-color: var(--deep-green-color);
}