/* =========================================
   FOOTER – centered logo + legal links
   ========================================= */

.pcc-footer.pcc-footer-minimal {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    color: var(--pcc-color-navy) !important;
    padding: 48px 20px 36px !important;
    margin: 0 !important;
    border-top: none !important;
    display: block !important;
    overflow-x: hidden;
}

.pcc-footer-minimal-inner {
    width: 100%;
    max-width: 1093px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.pcc-footer-brand {
    margin-bottom: 24px;
}

.pcc-footer-logo {
    width: 110px;
    max-width: 110px;
    height: 56px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: none;
}

/* Legal links */
.pcc-footer-legal-text {
    margin: 0 0 16px !important;
    padding: 0 !important;
    text-align: center;
    font-family: 'Brother 1816', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: normal;
    color: #d2b688;
}

.pcc-footer-legal-text a {
    color: #d2b688 !important;
    text-decoration: underline !important;
    text-underline-offset: 0;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease;
}

.pcc-footer-legal-text a:hover {
    color: #d2b688 !important;
}

.pcc-footer-legal-text--mobile,
.pcc-footer-copyright-text--mobile {
    display: none;
}

.pcc-footer-legal-line {
    display: inline;
}

.pcc-footer-bottom {
    text-align: center !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    max-width: 1093px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.pcc-footer-bottom p,
.pcc-footer-copyright-text {
    margin: 0;
    font-family: 'Brother 1816', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.2em;
    color: #d2b688 !important;
    letter-spacing: normal;
    text-align: center;
}

/* Responsive – mobile (stile sito madre Wix) */
@media (max-width: 768px) {
    .pcc-footer-legal-text--desktop,
    .pcc-footer-copyright-text--desktop {
        display: none !important;
    }

    .pcc-footer-legal-text--mobile,
    .pcc-footer-copyright-text--mobile {
        display: block;
    }

    .pcc-footer.pcc-footer-minimal {
        padding: 32px 20px 28px !important;
    }

    .pcc-footer-minimal-inner,
    .pcc-footer-bottom {
        width: 100%;
        max-width: 280px;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
    }

    .pcc-footer-brand {
        margin-bottom: 18px;
    }

    .pcc-footer-logo {
        width: 80px;
        max-width: 80px;
        height: 40px;
        object-fit: contain;
    }

    .pcc-footer-legal-text,
    .pcc-footer-copyright-text {
        width: 100%;
        max-width: 280px;
        margin-left: auto !important;
        margin-right: auto !important;
        font-family: 'Brother 1816', sans-serif;
        font-size: 8px;
        font-weight: 400;
        line-height: 1.2em;
        letter-spacing: normal;
        text-align: center;
        color: #d2b688;
    }

    .pcc-footer-legal-text {
        margin-bottom: 12px !important;
    }

    .pcc-footer-legal-line {
        display: block;
    }

    .pcc-footer-legal-text a {
        color: #d2b688 !important;
        text-decoration: underline !important;
        text-underline-offset: 0;
        text-decoration-thickness: 1px;
    }

    .pcc-footer-legal-text a:hover {
        color: #d2b688 !important;
    }

    .pcc-footer-copyright-text {
        color: #d2b688 !important;
        padding: 0;
    }

    .pcc-footer-copyright-text .pcc-footer-legal-line {
        text-decoration: none;
    }
}

@media (min-width: 769px) {
    .pcc-footer-legal-text--desktop {
        display: block;
        width: 100%;
        max-width: 1093px;
    }

    .pcc-footer-copyright-text--desktop {
        display: block;
        width: 100%;
        max-width: 1093px;
        text-decoration: none;
    }
}

@media (max-width: 480px) {
    .pcc-footer-logo {
        width: 80px;
        max-width: 80px;
        height: 40px;
    }
}

/* Cookie banner */
.pcc-cookie-banner {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background-color: var(--pcc-color-navy) !important;
    color: #ffffff !important;
    padding: 20px !important;
    z-index: 9999 !important;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2) !important;
    border-top: 2px solid var(--pcc-color-gold) !important;
}

.pcc-cookie-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.pcc-cookie-content p {
    margin: 0 !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: var(--pcc-font-body);
}

.pcc-cookie-content a {
    color: var(--pcc-color-gold) !important;
    text-decoration: underline !important;
}

.pcc-cookie-buttons {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.pcc-btn-accept {
    background-color: var(--pcc-color-gold) !important;
    color: var(--pcc-color-navy) !important;
    border: 2px solid var(--pcc-color-gold) !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
    font-family: var(--pcc-font-body);
}

.pcc-btn-reject,
.pcc-btn-customize {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
    font-family: var(--pcc-font-body);
}

.pcc-btn-accept:hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.pcc-btn-reject:hover,
.pcc-btn-customize:hover {
    border-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 600px) {
    .pcc-cookie-content {
        flex-direction: column !important;
        text-align: center !important;
    }

    .pcc-cookie-buttons {
        justify-content: center !important;
    }
}

.pcc-cookie-preferences {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    max-width: 100% !important;
}

.pcc-cookie-preferences h4 {
    margin: 0 0 15px 0 !important;
    color: var(--pcc-color-gold) !important;
    font-size: 1.1rem !important;
}

.pcc-cookie-category {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.pcc-category-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.pcc-category-info strong {
    color: #ffffff !important;
    font-size: 0.95rem !important;
}

.pcc-category-info span {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.8rem !important;
}

.pcc-preference-footer {
    margin-top: 20px !important;
    text-align: right !important;
}

.pcc-btn-save {
    background-color: var(--pcc-color-gold) !important;
    color: var(--pcc-color-navy) !important;
    border: none !important;
    padding: 8px 20px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.pcc-btn-save:hover {
    background-color: #ffffff !important;
    transform: translateY(-2px) !important;
}
