body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
}

.bg-green {
    background-color: #28a745;
}

.bg-green-light {
    background-color: #f0fdf4; /* Very light green */
}

.bg-dark-green {
    background-color: #218838;
}

.dark-gray {
    color: #333;
}

.light-gray {
    color: #f8f9fa;
}

.bg-light-gray {
    background-color: #f8f9fa;
}

.bg-dark-gray {
    background-color: #212529;
}

.gold {
    color: #FFD700;
}

.button-primary {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.button-primary:hover {
    background-color: #218838;
    transform: translateY(-2px);
}

.button-primary:active {
    transform: translateY(0);
}

.button-secondary {
    background-color: #6c757d;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.button-secondary:hover {
    background-color: #5a6268;
    transform: translateY(-2px);
}

.button-secondary:active {
    transform: translateY(0);
}

.button-hero {
    background-color: #fff;
    color: #28a745;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 9999px; /* br-pill */
    font-weight: 600;
    font-size: 1.25rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.button-hero:hover {
    background-color: #e6e6e6;
    color: #218838;
    transform: translateY(-3px);
}

.button-hero:active {
    transform: translateY(0);
}

.hero-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
}

.hero-section h1 {
    font-size: 3rem;
}

.hero-section p {
    font-size: 1.5rem;
}

@media screen and (min-width: 60em) {
    .hero-section h1 {
        font-size: 4rem;
    }
    .hero-section p {
        font-size: 1.75rem;
    }
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.8) 0%, rgba(33, 136, 56, 0.8) 100%);
    z-index: 0;
}
.blopck-logomeny{
     display: flex;
    gap: 5px;
    font-size: 17px;
    align-items: center;

}
@media (max-width:767px) {
    .adaptive-menu{
        display: none;
    }
}
.img-heroes{
    width: 100%;
    height: 420px;
    object-fit: contain;
}
@media (max-width:850px) {
    .block-img-hero{
        display: none;
    }
}
.card {
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

.advantage-card {
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

.review-card {
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
}

.rating-criteria-card {
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
}

.accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    overflow: hidden;
}

.accordion-summary {
    background-color: #fff;
    padding: 1rem 1.5rem;
    cursor: pointer;
    list-style: none;
    outline: none;
    transition: background-color 0.3s ease;
}

.accordion-summary:hover {
    background-color: #f0fdf4;
}

.accordion-summary::-webkit-details-marker {
    display: none;
}

.accordion-summary::marker {
    display: none;
}

.accordion-summary i {
    transition: transform 0.3s ease;
}

.accordion-item[open] .accordion-summary i {
    transform: rotate(180deg);
}

.accordion-content {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e9ecef;
    background-color: #fff;
}

#disclaimer {
    background-color: #218838;
    border-top: 5px solid #1a732e;
    border-bottom: 5px solid #1a732e;
    padding: 2rem 0;
}

#disclaimer .bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2);
}

#disclaimer h2, #disclaimer h3, #disclaimer p, #disclaimer li {
    color: #fff;
}

#disclaimer a {
    color: #90ee90; /* Light green for links */
}

.footer-logos {
    gap: 1rem;
}

.footer-logos img {
    height: 48px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.footer-logos img:hover {
    transform: scale(1.05);
}

#age-verification-popup .bg-white {
    min-width: 300px;
    max-width: 90%;
}

#cookie-banner {
    background-color: #212529;
    border-top: 1px solid #343a40;
}

@media screen and (max-width: 60em) {
    .hero-section {
        text-align: center;
    }
    .hero-section > div {
        width: 100%;
    }
    .hero-section img {
        max-width: 80%;
        margin: 0 auto;
    }
    .header nav {
        flex-direction: column;
    }
    .header nav a {
        margin-bottom: 0.5rem;
    }
    .footer-logos {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .footer-logos img {
        margin: 0.5rem;
    }
    .footer-logos .f2 {
        margin: 0.5rem;
    }
    #subscribe-form {
        align-items: center;
    }
}

@media screen and (max-width: 30em) {
    .button-hero {
        font-size: 1rem;
        padding: 0.8rem 1.8rem;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 1.2rem;
    }
    .f2, .f1-ns {
        font-size: 1.75rem;
    }
    .f3, .f2-ns {
        font-size: 1.5rem;
    }
    .f4, .f3-ns {
        font-size: 1.1rem;
    }
    .f5, .f4-ns {
        font-size: 1rem;
    }
    .f6, .f5-ns {
        font-size: 0.875rem;
    }
    .f7, .f6-ns {
        font-size: 0.75rem;
    }
    .ph3 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ph4-ns {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .pv4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .pv5 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .card, .advantage-card, .review-card, .rating-criteria-card, .accordion-item {
        padding: 1.5rem;
    }
    .accordion-summary {
        padding: 1rem;
    }
    .accordion-content {
        padding: 1rem;
    }

    .footer-logos img {
        margin: 0.5rem 0;
    }
    .footer-logos .f2 {
        margin: 0.5rem 0;
    }
    #cookie-banner .flex-row-ns {
        flex-direction: column;
    }
    #cookie-banner .mb0-ns {
        margin-bottom: 0.5rem;
    }
    #cookie-banner .mr3 {
        margin-right: 0;
    }
    #cookie-banner .flex {
        flex-direction: column;
        width: 100%;
    }
    #cookie-banner button {
        width: 100%;
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
}
/* Main container for legal content, setting overall padding and centering */
.legalDomeBlock {
    padding: 30px 25px; /* Top/bottom and side padding */
    margin-top: 30px; /* Top margin for separation from previous content */
    margin-bottom: 30px; /* Bottom margin for separation */
    max-width: 800px; /* Max width for readability of text content */
    margin-left: auto; /* Center the block horizontally */
    margin-right: auto; /* Center the block horizontally */
    line-height: 1.6; /* Default line height for better readability */
    font-family: Arial, sans-serif; /* A common, readable font */
    color: #333; /* Dark grey for good contrast */
}

/* Heading 1 styles - moderate size */
.legalDomeBlock h1 {
    font-size: 28px; /* Slightly larger than h2, but not overly dominant */
    font-weight: bold;
    margin-top: 35px; /* Space above the heading */
    margin-bottom: 20px; /* Space below the heading */
    line-height: 1.2;
    color: #222; /* Slightly darker for emphasis */
}

/* Heading 2 styles */
.legalDomeBlock h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 18px;
    line-height: 1.3;
    color: #222;
}

/* Heading 3 styles */
.legalDomeBlock h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #222;
}

/* Heading 4 styles */
.legalDomeBlock h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.5;
    color: #222;
}

/* Heading 5 styles - smaller, often used for sub-sections or minor titles */
.legalDomeBlock h5 {
    font-size: 16px; /* Similar to paragraph text, but bold */
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #222;
}

/* Paragraph styles - standard readable text */
.legalDomeBlock p {
    font-size: 16px; /* Base font size for body text */
    margin-bottom: 1em; /* Space between paragraphs */
    line-height: 1.6; /* Optimal line height for readability */
}

/* Unordered list styles */
.legalDomeBlock ul {
    list-style-type: disc; /* Default bullet style */
    margin-top: 1em; /* Space above the list */
    margin-bottom: 1em; /* Space below the list */
    padding-left: 25px; /* Indent for bullet points */
}

/* List item styles */
.legalDomeBlock li {
    margin-bottom: 0.5em; /* Space between list items */
    line-height: 1.6; /* Maintain readability within list items */
}
@media (max-width:575px) {
    .block-adaptive-rating{
        flex-direction: column;
    }
}
.block-flex-footer{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}