/* style/guides-shbet-jackpot-tips.css */
.page-guides-shbet-jackpot-tips {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-guides-shbet-jackpot-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-guides-shbet-jackpot-tips__hero-section {
    background: linear-gradient(135deg, #FFD700 0%, #2F4F4F 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-guides-shbet-jackpot-tips__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-guides-shbet-jackpot-tips__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-guides-shbet-jackpot-tips__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.page-guides-shbet-jackpot-tips__btn--primary {
    background-color: #FFD700;
    color: #2F4F4F;
}

.page-guides-shbet-jackpot-tips__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-guides-shbet-jackpot-tips__btn--secondary {
    background-color: #2F4F4F;
    color: #FFD700;
    border: 1px solid #FFD700;
}

.page-guides-shbet-jackpot-tips__btn--secondary:hover {
    background-color: #1a2a2a;
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-guides-shbet-jackpot-tips__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-guides-shbet-jackpot-tips__article-body {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-guides-shbet-jackpot-tips__heading {
    font-size: 2.2em;
    color: #2F4F4F;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-guides-shbet-jackpot-tips__sub-heading {
    font-size: 1.6em;
    color: #2F4F4F;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-guides-shbet-jackpot-tips__article-body p {
    margin-bottom: 1em;
    font-size: 1.1em;
    color: #444;
}

.page-guides-shbet-jackpot-tips__article-body ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1em;
    font-size: 1.1em;
    color: #444;
}

.page-guides-shbet-jackpot-tips__article-body ul li {
    margin-bottom: 0.5em;
}

.page-guides-shbet-jackpot-tips__image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-guides-shbet-jackpot-tips__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-guides-shbet-jackpot-tips__image-caption {
    font-style: italic;
    color: #666;
    margin-top: 10px;
    font-size: 0.95em;
}

.page-guides-shbet-jackpot-tips__cta-bottom {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.page-guides-shbet-jackpot-tips__faq-list {
    margin-top: 30px;
}

.page-guides-shbet-jackpot-tips__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}

.page-guides-shbet-jackpot-tips__faq-question {
    font-size: 1.4em;
    color: #2F4F4F;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-guides-shbet-jackpot-tips__faq-answer {
    font-size: 1.05em;
    color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-guides-shbet-jackpot-tips__hero-title {
        font-size: 2.5em;
    }

    .page-guides-shbet-jackpot-tips__hero-description {
        font-size: 1em;
    }

    .page-guides-shbet-jackpot-tips__article-body {
        padding: 20px;
    }

    .page-guides-shbet-jackpot-tips__heading {
        font-size: 1.8em;
    }

    .page-guides-shbet-jackpot-tips__sub-heading {
        font-size: 1.4em;
    }

    .page-guides-shbet-jackpot-tips__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-guides-shbet-jackpot-tips__hero-title {
        font-size: 2em;
    }

    .page-guides-shbet-jackpot-tips__hero-description {
        font-size: 0.9em;
    }

    .page-guides-shbet-jackpot-tips__article-body {
        padding: 15px;
    }

    .page-guides-shbet-jackpot-tips__heading {
        font-size: 1.5em;
    }

    .page-guides-shbet-jackpot-tips__sub-heading {
        font-size: 1.2em;
    }

    .page-guides-shbet-jackpot-tips__btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}