/* =====================================================
   PAGINA COOKIES — BunDeTot Theme
===================================================== */

.cookies-page {
    padding: 56px 0 80px;
    min-height: 60vh;
}

.cookies-page__heading {
    margin-bottom: 36px;
    padding-bottom: 16px;
    border-bottom: 2px solid #eee;
}

.cookies-page__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* =====================================================
   CONTINUT
===================================================== */
.cookies-page__content {
    max-width: 820px;
    color: #444;
    font-size: 0.97rem;
    line-height: 1.8;
}

.cookies-page__content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bdt-brand, #9a0019);
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0e0e3;
}

.cookies-page__content h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    margin: 32px 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.88rem;
}

.cookies-page__content p {
    margin: 0 0 14px;
}

.cookies-page__content ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.cookies-page__content ul li {
    padding: 6px 0 6px 22px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.cookies-page__content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: var(--bdt-brand, #9a0019);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .cookies-page {
        padding: 36px 0 56px;
    }

    .cookies-page__content {
        max-width: 100%;
    }
}
