/* style/blog-how-to-get-shbet-promo-code.css */

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

.page-blog-how-to-get-shbet-promo-code {
    background-color: var(--shbet-bg);
    color: var(--shbet-text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-how-to-get-shbet-promo-code__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    padding-bottom: 60px;
    background-color: var(--shbet-bg);
    overflow: hidden;
}

.page-blog-how-to-get-shbet-promo-code__hero-image-wrapper {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
}

.page-blog-how-to-get-shbet-promo-code__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-how-to-get-shbet-promo-code__hero-content {
    max-width: 900px;
    margin: 40px auto 0;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-how-to-get-shbet-promo-code__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    color: var(--shbet-text-main);
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-how-to-get-shbet-promo-code__description {
    font-size: 1.1rem;
    color: var(--shbet-text-secondary);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-get-shbet-promo-code__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-how-to-get-shbet-promo-code__btn-primary,
.page-blog-how-to-get-shbet-promo-code__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-how-to-get-shbet-promo-code__btn-primary {
    background: var(--shbet-button-gradient);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-how-to-get-shbet-promo-code__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-how-to-get-shbet-promo-code__btn-secondary {
    background-color: transparent;
    color: var(--shbet-primary);
    border: 2px solid var(--shbet-primary);
}

.page-blog-how-to-get-shbet-promo-code__btn-secondary:hover {
    background-color: var(--shbet-primary);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(17, 168, 78, 0.2);
}

.page-blog-how-to-get-shbet-promo-code__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.page-blog-how-to-get-shbet-promo-code__article {
    background-color: var(--shbet-card-bg);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    color: var(--shbet-text-main);
}

.page-blog-how-to-get-shbet-promo-code__section-title {
    font-size: 2.2rem;
    color: var(--shbet-primary);
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: bold;
    border-bottom: 2px solid var(--shbet-divider);
    padding-bottom: 10px;
}

.page-blog-how-to-get-shbet-promo-code__section-title:first-of-type {
    margin-top: 0;
}

.page-blog-how-to-get-shbet-promo-code__article p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    color: var(--shbet-text-secondary);
}

.page-blog-how-to-get-shbet-promo-code__article a {
    color: var(--shbet-glow);
    text-decoration: none;
    font-weight: bold;
}

.page-blog-how-to-get-shbet-promo-code__article a:hover {
    text-decoration: underline;
}

.page-blog-how-to-get-shbet-promo-code__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-blog-how-to-get-shbet-promo-code__list-item {
    background-color: rgba(17, 168, 78, 0.1);
    border-left: 4px solid var(--shbet-primary);
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.page-blog-how-to-get-shbet-promo-code__list-title {
    color: var(--shbet-text-main);
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-blog-how-to-get-shbet-promo-code__list-item p {
    margin-bottom: 0;
    color: var(--shbet-text-secondary);
}

.page-blog-how-to-get-shbet-promo-code__numbered-list {
    list-style: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-blog-how-to-get-shbet-promo-code__numbered-list .page-blog-how-to-get-shbet-promo-code__list-item {
    background-color: transparent;
    border-left: none;
    padding: 0;
    margin-bottom: 25px;
}

.page-blog-how-to-get-shbet-promo-code__numbered-list .page-blog-how-to-get-shbet-promo-code__list-item .page-blog-how-to-get-shbet-promo-code__list-title {
    color: var(--shbet-primary);
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.page-blog-how-to-get-shbet-promo-code__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
    object-fit: cover;
}

.page-blog-how-to-get-shbet-promo-code__faq-list {
    margin-top: 30px;
}

.page-blog-how-to-get-shbet-promo-code__faq-item {
    background-color: var(--shbet-card-bg);
    border: 1px solid var(--shbet-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-how-to-get-shbet-promo-code__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: var(--shbet-deep-green);
    color: var(--shbet-text-main);
    font-size: 1.15rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-blog-how-to-get-shbet-promo-code__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-get-shbet-promo-code__faq-question:hover {
    background-color: var(--shbet-primary);
}

.page-blog-how-to-get-shbet-promo-code__faq-toggle {
    font-size: 1.8rem;
    line-height: 1;
    margin-left: 15px;
    color: var(--shbet-glow);
}

.page-blog-how-to-get-shbet-promo-code__faq-answer {
    padding: 0 20px 20px;
    color: var(--shbet-text-secondary);
    font-size: 1rem;
    line-height: 1.8;
}

.page-blog-how-to-get-shbet-promo-code__faq-item[open] .page-blog-how-to-get-shbet-promo-code__faq-question {
    background-color: var(--shbet-primary);
}

.page-blog-how-to-get-shbet-promo-code__cta-buttons--bottom {
    margin-top: 50px;
    border-top: 1px solid var(--shbet-divider);
    padding-top: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-how-to-get-shbet-promo-code__hero-content {
        max-width: 768px;
    }
    .page-blog-how-to-get-shbet-promo-code__article {
        padding: 30px;
    }
    .page-blog-how-to-get-shbet-promo-code__section-title {
        font-size: 2rem;
    }
    .page-blog-how-to-get-shbet-promo-code__list-title {
        font-size: 1.2rem;
    }
    .page-blog-how-to-get-shbet-promo-code__numbered-list .page-blog-how-to-get-shbet-promo-code__list-item .page-blog-how-to-get-shbet-promo-code__list-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-get-shbet-promo-code {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-how-to-get-shbet-promo-code__hero-section {
        padding-bottom: 40px;
    }
    .page-blog-how-to-get-shbet-promo-code__hero-content {
        margin-top: 20px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-how-to-get-shbet-promo-code__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    .page-blog-how-to-get-shbet-promo-code__description {
        font-size: 1rem;
    }
    .page-blog-how-to-get-shbet-promo-code__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    .page-blog-how-to-get-shbet-promo-code__btn-primary,
    .page-blog-how-to-get-shbet-promo-code__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1rem;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-how-to-get-shbet-promo-code__content-area {
        padding: 20px 0;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-how-to-get-shbet-promo-code__article {
        padding: 20px 15px;
        border-radius: 0;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-how-to-get-shbet-promo-code__section-title {
        font-size: 1.8rem;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .page-blog-how-to-get-shbet-promo-code__article p {
        font-size: 0.95rem;
    }
    .page-blog-how-to-get-shbet-promo-code__list-item {
        padding: 12px 15px;
    }
    .page-blog-how-to-get-shbet-promo-code__list-title {
        font-size: 1.1rem;
    }
    .page-blog-how-to-get-shbet-promo-code__numbered-list .page-blog-how-to-get-shbet-promo-code__list-item .page-blog-how-to-get-shbet-promo-code__list-title {
        font-size: 1.2rem;
    }
    .page-blog-how-to-get-shbet-promo-code__image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 20px 0;
    }
    .page-blog-how-to-get-shbet-promo-code__faq-question {
        font-size: 1rem;
        padding: 15px;
    }
    .page-blog-how-to-get-shbet-promo-code__faq-toggle {
        font-size: 1.5rem;
    }
    .page-blog-how-to-get-shbet-promo-code__faq-answer {
        padding: 0 15px 15px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-get-shbet-promo-code__main-title {
        font-size: clamp(1.6rem, 8vw, 2.2rem);
    }
    .page-blog-how-to-get-shbet-promo-code__section-title {
        font-size: 1.6rem;
    }
}