


body {
    @apply bg-gray-50 text-gray-800;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}


body {
    font-family: 'Inter', sans-serif;
}


.material-symbols-outlined.filled {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}


html {
    scroll-behavior: smooth;
}


.no-underline {
    text-decoration: none !important;
}


#rating-grid .grid > div {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

#rating-grid .grid > div p.flex-grow {
    flex-grow: 1;
}


#user-reviews .grid > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#user-reviews .grid > div p.flex-grow {
    flex-grow: 1;
}


.text-indigo-600 {
    color: #4F46E5; 
}

.text-indigo-600:hover {
    text-decoration: underline;
}


.trustPillarUnit {
    
    padding-top: 4rem; 
    padding-bottom: 4rem; 
    padding-left: 1.5rem; 
    padding-right: 1.5rem; 
    max-width: 72rem; 
    margin-left: auto; 
    margin-right: auto; 
}


@media (min-width: 768px) {
    .trustPillarUnit {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}


.trustPillarUnit h1 {
    font-size: 2.5rem; 
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.5rem;
}


.trustPillarUnit h2 {
    font-size: 2rem; 
    line-height: 1.25;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
}


.trustPillarUnit h3 {
    font-size: 1.75rem; 
    line-height: 1.3;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
}


.trustPillarUnit h4 {
    font-size: 1.5rem; 
    line-height: 1.35;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}


.trustPillarUnit h5 {
    font-size: 1.25rem; 
    line-height: 1.4;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}


.trustPillarUnit p {
    font-size: 1.125rem; 
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 1rem;
}


.trustPillarUnit ul {
    list-style-type: disc; 
    padding-left: 1.75rem; 
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.trustPillarUnit li {
    font-size: 1.125rem; 
    line-height: 1.7;
    margin-bottom: 0.5rem; 
}

.age-img{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    object-fit: contain;
}

#cookie-banner{
    top: auto;
    bottom: 0;
}

@media (max-width: 575px){
    .age-btn{
        flex-direction: column;
        gap: 10px;

        button{
            margin: 0 !important;
        }
    }
}

header a{
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: clamp(20px, 4vw, 36px);
    font-weight: 800;
    transition: 0.4s linear;

    &:hover{
        color: #ef4444;
    }
}

footer .inline-block.mb-6{
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: clamp(20px, 4vw, 36px);
    font-weight: 800;
    transition: 0.4s linear;

    &:hover{
        color: #ef4444;
    }
}

#rating-grid{
    .block.mb-4{
        margin: 20px auto;
    }
}

.max-w-full{
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
}

header{
    padding-top: 50px;
    padding-bottom: 50px;
}