/* style/resources-how-to-choose-best-online-casino.css */
.page-resources-how-to-choose-best-online-casino {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: #FFFFFF;
}

.page-resources-how-to-choose-best-online-casino__dark-bg {
    background-color: #017439;
    color: #ffffff;
}

.page-resources-how-to-choose-best-online-casino__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-resources-how-to-choose-best-online-casino__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Ensure spacing from fixed header */
    overflow: hidden;
}

.page-resources-how-to-choose-best-online-casino__hero-content {
    max-width: 900px;
    z-index: 10;
    margin-bottom: 30px;
}

.page-resources-how-to-choose-best-online-casino__main-title {
    font-size: 3em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.page-resources-how-to-choose-best-online-casino__intro-text {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-how-to-choose-best-online-casino__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

.page-resources-how-to-choose-best-online-casino__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.page-resources-how-to-choose-best-online-casino__btn-primary {
    display: inline-block;
    background-color: #C30808; /* Specific color for register/login type actions */
    color: #FFFF00; /* Specific font color for register/login type actions */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-how-to-choose-best-online-casino__btn-primary:hover {
    background-color: #a00606;
    color: #f0f0f0;
}

.page-resources-how-to-choose-best-online-casino__content-section {
    padding: 60px 20px;
}

.page-resources-how-to-choose-best-online-casino__container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-resources-how-to-choose-best-online-casino__section-title {
    font-size: 2.5em;
    margin-bottom: 40px;
    text-align: center;
    color: inherit;
}

.page-resources-how-to-choose-best-online-casino__subsection-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: inherit;
}

.page-resources-how-to-choose-best-online-casino__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: inherit;
}

.page-resources-how-to-choose-best-online-casino__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-how-to-choose-best-online-casino__feature-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #333333;
}

.page-resources-how-to-choose-best-online-casino__feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-how-to-choose-best-online-casino__card-image {
    width: 100%;
    max-width: 400px; /* Example size, adjust as needed */
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    min-height: 200px;
}

.page-resources-how-to-choose-best-online-casino__card-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #017439;
}

.page-resources-how-to-choose-best-online-casino__card-text {
    font-size: 1em;
    color: #555555;
}

.page-resources-how-to-choose-best-online-casino__checklist {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-resources-how-to-choose-best-online-casino__list-item {
    background-color: #f9f9f9;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid #017439;
    border-radius: 5px;
    font-size: 1.1em;
    color: #333333;
}

.page-resources-how-to-choose-best-online-casino__value-props {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-how-to-choose-best-online-casino__value-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 25px;
    color: #333333;
    text-align: left;
}

.page-resources-how-to-choose-best-online-casino__value-card .page-resources-how-to-choose-best-online-casino__card-title {
    color: #017439;
    margin-top: 0;
}

.page-resources-how-to-choose-best-online-casino__cta-wrapper {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.page-resources-how-to-choose-best-online-casino__faq-section {
    padding: 60px 20px;
}

.page-resources-how-to-choose-best-online-casino__faq-list {
    margin-top: 30px;
}

.page-resources-how-to-choose-best-online-casino__faq-item {
    background-color: #f9f9f9;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-choose-best-online-casino__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: #017439;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
    list-style: none; /* For details summary */
}

.page-resources-how-to-choose-best-online-casino__faq-question::-webkit-details-marker {
    display: none;
}

.page-resources-how-to-choose-best-online-casino__faq-question:hover {
    background-color: #005a2e;
}

.page-resources-how-to-choose-best-online-casino__faq-qtext {
    flex-grow: 1;
}

.page-resources-how-to-choose-best-online-casino__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
}

.page-resources-how-to-choose-best-online-casino__faq-answer {
    padding: 20px;
    background-color: #ffffff;
    color: #333333;
    font-size: 1.05em;
}

.page-resources-how-to-choose-best-online-casino__conclusion-section {
    padding: 80px 20px;
    text-align: center;
}

.page-resources-how-to-choose-best-online-casino__conclusion-section .page-resources-how-to-choose-best-online-casino__text-block {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: #f0f0f0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-resources-how-to-choose-best-online-casino__main-title {
        font-size: 2.5em;
    }
    .page-resources-how-to-choose-best-online-casino__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-choose-best-online-casino__hero-section {
        padding: 60px 15px;
        padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header spacing */
    }
    .page-resources-how-to-choose-best-online-casino__hero-content {
        margin-bottom: 20px;
    }
    .page-resources-how-to-choose-best-online-casino__main-title {
        font-size: 2em;
    }
    .page-resources-how-to-choose-best-online-casino__intro-text {
        font-size: 1em;
    }
    .page-resources-how-to-choose-best-online-casino__btn-primary {
        padding: 12px 25px;
        font-size: 1em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-resources-how-to-choose-best-online-casino__content-section,
    .page-resources-how-to-choose-best-online-casino__faq-section,
    .page-resources-how-to-choose-best-online-casino__conclusion-section {
        padding: 40px 15px;
    }
    .page-resources-how-to-choose-best-online-casino__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-resources-how-to-choose-best-online-casino__subsection-title {
        font-size: 1.5em;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .page-resources-how-to-choose-best-online-casino__text-block,
    .page-resources-how-to-choose-best-online-casino__list-item,
    .page-resources-how-to-choose-best-online-casino__card-text,
    .page-resources-how-to-choose-best-online-casino__faq-answer p {
        font-size: 1em;
    }
    .page-resources-how-to-choose-best-online-casino__feature-grid,
    .page-resources-how-to-choose-best-online-casino__value-props {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-resources-how-to-choose-best-online-casino__card-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }
    .page-resources-how-to-choose-best-online-casino img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-resources-how-to-choose-best-online-casino__section,
    .page-resources-how-to-choose-best-online-casino__card,
    .page-resources-how-to-choose-best-online-casino__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-resources-how-to-choose-best-online-casino__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }
}