/* style/blog-how-to-choose-best-hubet-slot-game.css */

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

/* Base styles for the page content, assuming body has --bg-color from shared.css */
.page-blog-how-to-choose-best-hubet-slot-game {
    background-color: var(--background-color);
    color: var(--text-main-color);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 40px; /* Ensure space above footer */
}

.page-blog-how-to-choose-best-hubet-slot-game__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-how-to-choose-best-hubet-slot-game__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
    background-color: var(--background-color);
    overflow: hidden;
}

.page-blog-how-to-choose-best-hubet-slot-game__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 8px;
}

.page-blog-how-to-choose-best-hubet-slot-game__hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    z-index: 1; /* Ensure content is above image if any overlap */
}

.page-blog-how-to-choose-best-hubet-slot-game__main-title {
    font-size: clamp(2.2em, 4vw, 3.5em);
    color: var(--gold-color);
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.page-blog-how-to-choose-best-hubet-slot-game__description {
    font-size: 1.2em;
    color: var(--text-secondary-color);
    margin-bottom: 30px;
}

/* Section Titles */
.page-blog-how-to-choose-best-hubet-slot-game__section-title {
    font-size: 2.5em;
    color: var(--gold-color);
    text-align: center;
    margin: 60px 0 40px 0;
    font-weight: bold;
    border-bottom: 2px solid var(--divider-color);
    padding-bottom: 15px;
}

.page-blog-how-to-choose-best-hubet-slot-game__sub-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin: 30px 0 20px 0;
    font-weight: bold;
}

/* Content Area */
.page-blog-how-to-choose-best-hubet-slot-game__content-area {
    padding: 40px 0;
    background-color: var(--card-bg-color);
    border-radius: 10px;
    margin-top: -30px; /* Pull up slightly into hero */
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-best-hubet-slot-game__content-area p {
    margin-bottom: 20px;
    color: var(--text-main-color);
    font-size: 1.1em;
}

.page-blog-how-to-choose-best-hubet-slot-game__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-hubet-slot-game__list-item {
    margin-bottom: 10px;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-hubet-slot-game__nested-list {
    list-style: circle;
    margin-left: 20px;
    margin-top: 5px;
    color: var(--text-secondary-color);
}

/* Images within content */
.page-blog-how-to-choose-best-hubet-slot-game__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.page-blog-how-to-choose-best-hubet-slot-game__image--left {
    float: left;
    margin-right: 25px;
    max-width: 40%;
}

.page-blog-how-to-choose-best-hubet-slot-game__image--right {
    float: right;
    margin-left: 25px;
    max-width: 40%;
}

/* Clearfix for floating images */
.page-blog-how-to-choose-best-hubet-slot-game__container::after {
    content: "";
    display: table;
    clear: both;
}

/* Call to Action Buttons */
.page-blog-how-to-choose-best-hubet-slot-game__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-blog-how-to-choose-best-hubet-slot-game__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.page-blog-how-to-choose-best-hubet-slot-game__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-how-to-choose-best-hubet-slot-game__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-how-to-choose-best-hubet-slot-game__btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-how-to-choose-best-hubet-slot-game__btn-secondary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
    transform: translateY(-3px);
}

/* FAQ Section */
.page-blog-how-to-choose-best-hubet-slot-game__faq-list {
    margin-top: 40px;
    border-top: 1px solid var(--divider-color);
    padding-top: 20px;
}

.page-blog-how-to-choose-best-hubet-slot-game__faq-item {
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-blog-how-to-choose-best-hubet-slot-game__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
    color: var(--text-main-color);
    position: relative;
    user-select: none;
    list-style: none; /* For details/summary */
}

.page-blog-how-to-choose-best-hubet-slot-game__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-choose-best-hubet-slot-game__faq-qtext {
    flex-grow: 1;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-hubet-slot-game__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.page-blog-how-to-choose-best-hubet-slot-game__faq-item[open] .page-blog-how-to-choose-best-hubet-slot-game__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-how-to-choose-best-hubet-slot-game__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1em;
    color: var(--text-secondary-color);
    line-height: 1.5;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-how-to-choose-best-hubet-slot-game__hero-image {
        height: 500px;
    }
    .page-blog-how-to-choose-best-hubet-slot-game__image--left,
    .page-blog-how-to-choose-best-hubet-slot-game__image--right {
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-choose-best-hubet-slot-game {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__hero-image {
        height: 300px;
        margin-bottom: 20px;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__main-title {
        font-size: 2.2em;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__description {
        font-size: 1em;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__section-title {
        font-size: 2em;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__sub-title {
        font-size: 1.5em;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__content-area {
        padding: 30px 0;
        margin-top: -20px;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__container {
        padding: 0 15px; /* Add padding for mobile content */
    }

    .page-blog-how-to-choose-best-hubet-slot-game__image,
    .page-blog-how-to-choose-best-hubet-slot-game__image--left,
    .page-blog-how-to-choose-best-hubet-slot-game__image--right {
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-blog-how-to-choose-best-hubet-slot-game__faq-answer {
        padding: 0 20px 15px 20px;
    }
    
    /* Ensure all containing elements for images/buttons/videos are responsive */
    .page-blog-how-to-choose-best-hubet-slot-game__section,
    .page-blog-how-to-choose-best-hubet-slot-game__card,
    .page-blog-how-to-choose-best-hubet-slot-game__container,
    .page-blog-how-to-choose-best-hubet-slot-game__hero-section {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }
    
    .page-blog-how-to-choose-best-hubet-slot-game__content-area {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important; /* Full width on mobile */
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-choose-best-hubet-slot-game__main-title {
        font-size: 1.8em;
    }
    .page-blog-how-to-choose-best-hubet-slot-game__section-title {
        font-size: 1.8em;
    }
    .page-blog-how-to-choose-best-hubet-slot-game__hero-image {
        height: 250px;
    }
}