/* Google Fonts (Inter) initialization */
body {
    font-family: 'Inter', sans-serif;
    background-color: #000000; /* Black background */
    color: #E0E0E0; /* Light grey for standard text */
}

/* General Styling */
.has-text-primary {
    color: #39FF14 !important; /* Lime Green */
}

.has-background-primary {
    background-color: #39FF14 !important; /* Lime Green */
}

.button.is-primary {
    background-color: #39FF14;
    border-color: #39FF14;
    color: #000000;
    font-weight: 600;
}

.button.is-primary:hover,
.button.is-primary:focus {
    background-color: #2ECC00; /* Darker lime green on hover */
    border-color: #2ECC00;
    color: #000000;
}

.button.is-light.is-outlined {
    border-color: #39FF14;
    color: #39FF14;
    background-color: transparent;
}

.button.is-light.is-outlined:hover {
    background-color: #39FF14;
    color: #000000;
}

.title, .subtitle {
    color: #E0E0E0; /* Default for titles */
}

.has-text-white {
    color: #FFFFFF !important;
}

.has-text-white-ter {
    color: #E0E0E0 !important; /* Slightly off-white for main text */
}

/* Header */
.navbar {
    background-color: #000000;
    border-bottom: 1px solid #39FF14;
}

.navbar-item img.logo-img {
    max-height: 2.75rem; /* Adjust as needed */
    width: auto;
}

.header-disclaimer {
    white-space: normal;
    text-align: right;
    line-height: 1.3;
}

.navbar-burger {
    color: #39FF14;
}

/* Age Verification PopUp */
#age-verification-popup.modal.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.age-modal-content .box {
    background-color: #1a1a1a; /* Darker background for modal */
    border: 2px solid #39FF14;
    padding: 2.5rem;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.4);
}

.age-modal-content .input {
    background-color: #0d0d0d;
    border-color: #39FF14;
    color: #E0E0E0;
}

.age-modal-content .input::placeholder {
    color: #888;
}

.age-modal-content .label {
    color: #E0E0E0;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: fit-content;
    background-color: #1a1a1a;
    color: #E0E0E0;
    padding: 0.75rem 0;
    z-index: 1000;
    border-bottom: 1px solid #39FF14;
}

.cookie-banner.is-hidden {
    display: none;
}

.cookie-banner .container {
    max-width: 960px;
}

.cookie-banner .level-item {
    align-items: center;
}

.cookie-banner p {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 0.875rem;
}

.cookie-banner a {
    text-decoration: underline;
}

/* Cookie Modal */
.cookie-modal-content .box {
    background-color: #1a1a1a;
    border: 2px solid #39FF14;
    padding: 2.5rem;
    max-width: 560px;
    width: 100%;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.4);
}

.cookie-modal-content .field {
    margin-bottom: 1rem;
}

.cookie-modal-content .switch[type="checkbox"] + label {
    color: #E0E0E0;
    font-weight: 600;
}

.cookie-modal-content .help {
    color: #B0B0B0;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/* Hero Section */
.hero-bg {
    background-image: url('static/media/in_light_jumping_background_athlete_hobby_concept_blue_player_young_basketball_ball_neon_sport_of_with_professional_in_studio_against_sportive_motion.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); /* Dark overlay */
    z-index: 1;
}

.hero-body > .container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

/* Platform Responsibility Disclaimer */
.responsibility-disclaimer {
    background-color: #0d0d0d;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 2rem;
    border: 1px solid #39FF14;
}

/* Offer Cards */
.offer-card {
    background-color: #1a1a1a;
    border: 1px solid #39FF14;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.offer-card .media {
    justify-content: center;
    align-items: center !important;
}
.offer-card .media-left img {
    border-radius: 8px;
    object-fit: contain;
}

.offer-card .title {
    color: #39FF14;
}

.offer-card .subtitle .bi-star-fill {
    color: #FFD700; /* Gold for stars */
}

.offer-button {
    font-size: 1.2rem;
    padding: 1.2em 1.5em;
}

/* Editor's Rating */
.editor-rating-section {
    background-color: #0d0d0d;
    padding: 3rem 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.editor-rating-box {
    background-color: #1a1a1a;
    border: 1px solid #39FF14;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.editor-rating-box .bi-award-fill {
    font-size: 4rem;
}

.editor-rating-box .subtitle .bi-star-fill,
.editor-rating-box .subtitle .bi-star-half {
    color: #FFD700;
}

/* Rating Criteria Breakdown */
.criteria-section {
    background-color: #000000; /* Ensure section background is black */
    padding: 3rem 1.5rem;
}

.criteria-box {
    background-color: #1a1a1a;
    border: 1px solid #39FF14;
    border-radius: 8px;
    padding: 1.5rem;
    height: 100%; /* Make all boxes same height */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.criteria-box .media-left .icon {
    font-size: 2.5rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.criteria-box .title {
    margin-top: 0.25rem;
}
.title:not(.is-spaced)+.subtitle {
    margin: 10px 0 !important;
}

/* User Reviews */
.user-reviews-section {
    background-color: #0d0d0d;
    padding: 3rem 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.review-box {
    background-color: #1a1a1a;
    border: 1px solid #39FF14;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.review-box .content strong {
    color: #39FF14;
}

.review-box .content small {
    color: #B0B0B0;
}

.review-vote {
    cursor: pointer;
    transition: none; /* No animation */
}

.review-vote:hover .bi-hand-thumbs-up-fill {
    color: #2ECC00 !important;
}

.review-vote:hover .bi-hand-thumbs-down-fill {
    color: #FF0000 !important;
}
.user-reviews-section p {
    color: #E0E0E0 !important;
}
/* Articles/Insights Block */
.articles-section {
    background-color: #000000; /* Ensure section background is black */
    padding: 3rem 1.5rem;
}

.article-card {
    background-color: #1a1a1a;
    border: 1px solid #39FF14;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.article-card .card-image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.article-card .title {
    margin-bottom: 0.25rem;
    color: #39FF14;
}

.article-card .subtitle {
    color: #B0B0B0;
}

/* FAQ Block */
.faq-section {
    background-color: #0d0d0d;
    padding: 3rem 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.faq-item {
    background-color: #1a1a1a;
    border: 1px solid #39FF14;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1.25rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.faq-question {
    display: block;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    padding-right: 2rem; /* Space for icon */
}

.faq-question .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #39FF14;
}

.faq-question .icon .bi-plus-lg {
    display: inline-block;
}

.faq-question .icon .bi-dash-lg {
    display: none;
}

.faq-question.is-active .icon .bi-plus-lg {
    display: none;
}

.faq-question.is-active .icon .bi-dash-lg {
    display: inline-block;
}

.faq-answer {
    margin-top: 1rem;
    border-top: 1px solid #2a2a2a;
    padding-top: 1rem;
}

.faq-answer.is-hidden {
    display: none;
}

/* Form Section */
.form-section {
    background-color: #000000; /* Ensure section background is black */
    padding: 3rem 1.5rem;
}

.form-box {
    background-color: #1a1a1a;
    border: 1px solid #39FF14;
    border-radius: 8px;
    padding: 2.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.form-box .label {
    color: #E0E0E0;
}

.form-box .input,
.form-box .textarea,
.form-box .select select {
    background-color: #0d0d0d;
    border-color: #39FF14;
    color: #E0E0E0;
}

.form-box .input::placeholder,
.form-box .textarea::placeholder {
    color: #888;
}

.form-box .select::after {
    border-color: #39FF14;
}

.form-box .help.is-danger {
    color: #FF3860; /* Bulma default danger color */
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.form-box .help.is-hidden {
    display: none;
}

/* Disclaimer Block */
.disclaimer-block {
    background-color: #0d0d0d; /* Darker background */
    padding: 3rem 1.5rem;
    margin-top: 3rem;
    border-top: 3px solid #FF3860; /* Red border to highlight warning */
    border-bottom: 3px solid #FF3860;
}

.disclaimer-box {
    background-color: #1a1a1a;
    border: 2px solid #FF3860; /* Red border */
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 0 15px rgba(255, 56, 96, 0.6); /* Red glow */
    max-width: 800px;
    margin: 0 auto;
}

.disclaimer-box .title {
    color: #FF3860 !important; /* Red title */
}

/* Footer */
.footer-bg {
    background-color: #000000;
    padding: 3rem 1.5rem;
    border-top: 1px solid #39FF14;
}

.footer-logo {
    max-height: 3rem;
    width: auto;
}

.footer .menu-label {
    color: #39FF14;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer .menu-list a {
    color: #E0E0E0;
    transition: none; /* No animation */
}

.footer .menu-list a:hover {
    color: #39FF14;
    background-color: transparent;
}

.responsible-gaming-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.responsible-gaming-logos .footer-img {
    max-width: 120px; /* Limit width as requested */
    height: auto;
    object-fit: contain;
    filter: none; /* Ensure no grayscale */
}
footer .is-multiline {
    justify-content: space-between !important;
}
/* Responsive adjustments */
@media screen and (max-width: 992px) {
    .level.is-mobile {
        flex-direction: column;
        gap: 15px;
    }
}
@media screen and (max-width: 768px) {
    .level.is-mobile {
        flex-direction: column;
        gap: 15px;
    }
    .editor-rating-section .media {
        flex-direction: column;
    }
    .level.is-mobile .level-left, .level.is-mobile .level-right {
        flex-direction: column;
        align-items: flex-start;
    }
    .offer-card .media {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        align-items: center;
        text-align: center;
    }
    .button.is-primary {
        font-size: 14px;
    }
    .responsibility-disclaimer {
        padding: 16px;
        margin: 10px;
    }
    footer .columns {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .header-disclaimer {
        text-align: center;
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-top: 1px solid #39FF14;
    }

    .navbar-menu {
        background-color: #000000;
    }

    .navbar-menu.is-active {
        padding-bottom: 1rem;
    }

    .navbar-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .footer .column {
        text-align: center;
    }

    .footer .menu-list {
        padding-left: 0;
    }

    .footer .menu-list li {
        margin-bottom: 0.5rem;
    }
}/* Styles for the main content wrapper */
.secureTermsHub {
    padding: 3rem 1.5rem; /* Top/bottom and side padding */
    max-width: 1200px; /* Max width for readability */
    margin: 0 auto; /* Center the content */
    background-color: #000000; /* Ensure background is black for content sections */
}

/* Heading styles within secureTermsHub */
.secureTermsHub h1 {
    font-size: 2.25rem; /* H1 font size */
    font-weight: 700; /* Bold font weight */
    color: #39FF14; /* Primary color for main headings */
    margin-top: 2rem; /* Top margin for separation */
    margin-bottom: 1rem; /* Bottom margin */
    line-height: 1.2; /* Line height for readability */
}

.secureTermsHub h2 {
    font-size: 1.875rem; /* H2 font size */
    font-weight: 600; /* Semi-bold font weight */
    color: #E0E0E0; /* Light grey for sub-headings */
    margin-top: 1.75rem; /* Top margin */
    margin-bottom: 0.875rem; /* Bottom margin */
    line-height: 1.3; /* Line height */
}

.secureTermsHub h3 {
    font-size: 1.5rem; /* H3 font size */
    font-weight: 600; /* Semi-bold font weight */
    color: #E0E0E0; /* Light grey for sub-sub-headings */
    margin-top: 1.5rem; /* Top margin */
    margin-bottom: 0.75rem; /* Bottom margin */
    line-height: 1.4; /* Line height */
}

.secureTermsHub h4 {
    font-size: 1.25rem; /* H4 font size */
    font-weight: 500; /* Medium font weight */
    color: #E0E0E0; /* Light grey for smaller headings */
    margin-top: 1.25rem; /* Top margin */
    margin-bottom: 0.625rem; /* Bottom margin */
    line-height: 1.5; /* Line height */
}

.secureTermsHub h5 {
    font-size: 1.125rem; /* H5 font size */
    font-weight: 500; /* Medium font weight */
    color: #E0E0E0; /* Light grey for even smaller headings */
    margin-top: 1rem; /* Top margin */
    margin-bottom: 0.5rem; /* Bottom margin */
    line-height: 1.5; /* Line height */
}

/* Paragraph styles */
.secureTermsHub p {
    font-size: 1rem; /* Paragraph font size */
    line-height: 1.6; /* Line height for readability */
    color: #E0E0E0; /* Light grey for body text */
    margin-bottom: 1rem; /* Bottom margin for paragraph separation */
}

/* Unordered list styles */
.secureTermsHub ul {
    list-style-type: disc; /* Default disc bullet points */
    padding-left: 1.5rem; /* Indentation for list items */
    margin-top: 1rem; /* Top margin for list */
    margin-bottom: 1rem; /* Bottom margin for list */
    color: #E0E0E0; /* Light grey for list text */
}

/* List item styles */
.secureTermsHub ul li {
    font-size: 1rem; /* List item font size */
    line-height: 1.6; /* Line height for readability */
    margin-bottom: 0.5rem; /* Bottom margin for list item separation */
}

/* Ensure no margin-bottom on the last paragraph/list item if it's the last child */
.secureTermsHub p:last-child,
.secureTermsHub ul:last-child {
    margin-bottom: 0;
}
.image.is-128x128 {
    height: auto !important;
}
#offers strong {
    color: #2ECC00 !important;
}