/* TATMOTIVE EU-Gewährleistungsmitteilung v0.6.0
   xt:Commerce 6.7.3

   Testdarstellung:
   - Produktseite: kleiner Link direkt unter Herstellerinformationen
   - Checkout: kleiner Link in der vorhandenen Abschlussbox
   - Footer: normaler Textlink
   - Alle drei Links öffnen dieselbe lokale EU-Grafik in einem Popup.
   - Im Popup befindet sich zusätzlich der Link zu Your Europe.

   Ohne aktives Plugin bleibt alles durch inline display:none unsichtbar.
*/

.tat-legal-guarantee-slot,
.tat-legal-guarantee-footer-item {
    box-sizing: border-box;
}

/* ------------------------------------------------------------
   Produktseite: gleiche Grundoptik wie die Service-/Herstellerzeilen
   ------------------------------------------------------------ */
#product .tat-legal-guarantee-slot-product-link {
    display: block !important;
}

#product .tat-legal-guarantee-product-summary {
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer;
}

#product .tat-legal-guarantee-product-summary:hover,
#product .tat-legal-guarantee-product-summary:focus {
    color: inherit !important;
    text-decoration: none !important;
}

/* Der Pfeil ist hier nur ein Linkpfeil und kein Accordion-Indikator. */
#product .tat-legal-guarantee-link-chevron {
    transform: none !important;
}

/* ------------------------------------------------------------
   Checkout: nur kleiner Link wie in der bisherigen Version
   ------------------------------------------------------------ */
#checkout #checkout-confirmation .tat-legal-guarantee-slot-checkout,
.confirmation-action-wrap #checkout-confirmation .tat-legal-guarantee-slot-checkout,
.tat-legal-guarantee-slot-checkout {
    display: block !important;
    margin: 11px 0 1px;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
    text-align: left;
}

.tat-legal-guarantee-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.tat-legal-guarantee-link:hover,
.tat-legal-guarantee-link:focus {
    color: #111;
    text-decoration: underline;
}

.tat-legal-guarantee-icon {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#checkout #checkout-confirmation .tat-legal-guarantee-slot-checkout .tat-legal-guarantee-link,
.confirmation-action-wrap #checkout-confirmation .tat-legal-guarantee-slot-checkout .tat-legal-guarantee-link {
    font-size: 13px;
    line-height: 1.35;
}

/* ------------------------------------------------------------
   Footer: normaler Footer-Link
   ------------------------------------------------------------ */
.tatmotive-footer-links .tat-legal-guarantee-footer-item {
    display: list-item !important;
}

.tatmotive-footer-links .tat-legal-guarantee-footer-item .tat-legal-guarantee-footer-link {
    color: inherit;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

.tatmotive-footer-links .tat-legal-guarantee-footer-item .tat-legal-guarantee-footer-link:hover,
.tatmotive-footer-links .tat-legal-guarantee-footer-item .tat-legal-guarantee-footer-link:focus {
    text-decoration: underline;
}

/* ------------------------------------------------------------
   Popup mit der offiziellen, lokal gespeicherten EU-Grafik
   ------------------------------------------------------------ */
.tat-legal-guarantee-modal[hidden] {
    display: none !important;
}

.tat-legal-guarantee-modal {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    box-sizing: border-box;
}

.tat-legal-guarantee-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.60);
}

.tat-legal-guarantee-dialog {
    position: relative;
    z-index: 1;
    width: min(780px, 96vw);
    max-height: 94vh;
    overflow: auto;
    box-sizing: border-box;
    padding: 46px 18px 18px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
    -webkit-overflow-scrolling: touch;
}

.tat-legal-guarantee-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.tat-legal-guarantee-close:hover,
.tat-legal-guarantee-close:focus {
    background: #f2f2f2;
    outline: none;
}

.tat-legal-guarantee-notice-wrap {
    width: 100%;
    text-align: center;
}

.tat-legal-guarantee-notice {
    display: block;
    width: 100%;
    max-width: 720px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.tat-legal-guarantee-info-link {
    display: inline-block;
    margin: 15px 0 2px;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: underline;
}

.tat-legal-guarantee-load-error {
    margin: 12px 0;
    padding: 12px;
    border: 1px solid #ddd;
    background: #fafafa;
    color: #555;
    text-align: left;
}

body.tat-legal-guarantee-modal-open {
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .tat-legal-guarantee-modal {
        align-items: flex-start;
        padding: 8px;
    }

    .tat-legal-guarantee-dialog {
        width: 100%;
        max-height: calc(100vh - 16px);
        margin-top: 8px;
        padding: 43px 8px 12px;
        border-radius: 5px;
    }

    .tat-legal-guarantee-notice {
        width: 100%;
        max-width: 100%;
    }
}
