/**
 * Widerrufs-Hinweis im Footer (footer_link.phtml)
 * Ausgelagert aus Inline-<style>: zuverlaessiges Laden (CSP, Merge, Cache).
 */
.solutioo-withdrawal-banner {
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    /* Abstand zur grauen Footer-Spaltenflaeche (Trusted Shops) / unten vor dunkler Leiste — bewusst knapp */
    margin: 8px auto 24px auto !important;
    max-width: 1440px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.solutioo-withdrawal-banner__inner {
    background: #f0f6fa !important;
    border-radius: 12px !important;
    padding: 18px 32px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    text-align: center !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

.solutioo-withdrawal-banner__intro {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.solutioo-withdrawal-banner__icon {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #4a6886 !important;
}

.solutioo-withdrawal-banner__icon svg {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
}

.solutioo-withdrawal-banner__text {
    margin: 0 !important;
    padding: 0 !important;
    color: #00446a !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-family: 'Montserrat', sans-serif !important;
    max-width: 100% !important;
    text-align: center !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

/* Pill-Button — hohe Spezifitaet gegen Footer-/Theme-Links */
a.solutioo-withdrawal-banner__btn,
.solutioo-withdrawal-banner__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 11px 28px !important;
    border-radius: 999px !important;
    -webkit-border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
    white-space: nowrap !important;
    background-color: #00446a !important;
    color: #fff !important;
    border: 2px solid #00446a !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

a.solutioo-withdrawal-banner__btn:hover,
.solutioo-withdrawal-banner__btn:hover {
    background-color: #e0eef6 !important;
    color: #00446a !important;
    border-color: #00446a !important;
    transform: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Tab-Fokus: ein Ring direkt am Button — html body … schlägt globalen a[href]:focus-visible (outline-offset:2px) */
html body .solutioo-withdrawal-banner a.solutioo-withdrawal-banner__btn:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

html body .solutioo-withdrawal-banner a.solutioo-withdrawal-banner__btn:focus-visible {
    border: 2px solid #fff !important;
    outline: 2px solid #00446a !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

html body .solutioo-withdrawal-banner a.solutioo-withdrawal-banner__btn:hover:focus-visible {
    background-color: #e0eef6 !important;
    color: #00446a !important;
    border-color: #fff !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .solutioo-withdrawal-banner {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media screen and (max-width: 767px) {
    /* An .page-main Mobil (20px), Longhands ueberschreiben Basis zuverlaessig */
    .solutioo-withdrawal-banner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .solutioo-withdrawal-banner__inner {
        padding: 18px 16px !important;
        gap: 14px !important;
    }

    .solutioo-withdrawal-banner__intro {
        gap: 12px !important;
    }

    .solutioo-withdrawal-banner__icon svg {
        width: 26px !important;
        height: 26px !important;
    }

    .solutioo-withdrawal-banner__text {
        font-size: 14px !important;
    }

    a.solutioo-withdrawal-banner__btn,
    .solutioo-withdrawal-banner__btn {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        border-radius: 999px !important;
        -webkit-border-radius: 999px !important;
    }
}
