/* Änderungsprotokoll: 2026-07-04 | cursor-agent | @skill-css-rules, @skill-change-provenance | Globaler prominenter Amazon-Kauf-Button */
/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Authentischer Amazon.de In-den-Einkaufswagen-Stil */
/* Änderungsprotokoll: 2026-07-06 | Auto | @skill-css-rules, @skill-change-provenance | Prefix-Logo-Suffix-Layout, Amazon-Typografie und Gelb */

.base-amazon-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 44px;
    padding: 11px 18px;
    background: #ffd814;
    color: #0f1111;
    border: 1px solid #e7b731;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    transition: background 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
    box-shadow: 0 1px 2px rgba(15, 17, 17, 0.15);
    -webkit-tap-highlight-color: transparent;
}

.base-amazon-cta-button-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* Änderungsprotokoll: 2026-07-06 | Auto | @skill-css-rules, @skill-change-provenance | Prefix/Suffix wie Amazon-Logo-Typografie */
.base-amazon-cta-button-prefix,
.base-amazon-cta-button-suffix {
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    color: #0f1111;
    line-height: 1;
    letter-spacing: inherit;
}

/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | Logo-Aspect 56:20, vollständiges „amazon“ sichtbar */
/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Logo-Aspect 64:20, vollständiges „amazon“ */
/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Logo ohne rechten SVG-Leerraum, gleicher Prefix/Suffix-Abstand */
.base-amazon-cta-button-logo {
    display: block;
    flex-shrink: 0;
    width: auto;
    height: 18px;
    max-width: none;
    margin-top: 0;
    object-fit: contain;
    object-position: left center;
}

.base-amazon-cta-button-label {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    line-height: 1;
    letter-spacing: inherit;
}

.base-amazon-cta-button:hover {
    background: #f7ca00;
    border-color: #d5a500;
    color: #0f1111;
    box-shadow: 0 1px 3px rgba(15, 17, 17, 0.2);
}

.base-amazon-cta-button:active {
    background: #f0b800;
    border-color: #c99700;
    box-shadow: inset 0 1px 2px rgba(15, 17, 17, 0.18);
}

.base-amazon-cta-button:focus-visible {
    outline: 2px solid #e77600;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(228, 121, 17, 0.35);
}

.base-amazon-cta-button-compact {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 999px;
    width: auto;
    max-width: none;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 1;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Compact-Button: Logo und Suffix gleiche Höhe */
/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Compact: gleicher Abstand Prefix-Logo-Suffix, Schrift wie Logo */

.base-amazon-cta-button-compact .base-amazon-cta-button-inner {
    gap: 4px;
    align-items: center;
    line-height: 1;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Compact-Logo: volle Wortbreite „amazon“ sichtbar */
.base-amazon-cta-button-compact .base-amazon-cta-button-logo {
    display: block;
    height: 16px;
    width: auto;
    max-width: none;
    margin-top: 0;
    flex-shrink: 0;
    object-fit: contain;
    object-position: left center;
}

.base-amazon-cta-button-compact .base-amazon-cta-button-prefix,
.base-amazon-cta-button-compact .base-amazon-cta-button-suffix {
    display: inline-flex;
    align-items: center;
    height: 16px;
    font-size: 0.75rem;
    line-height: 16px;
}

.base-amazon-cta-button-hero {
    min-height: 32px;
    padding: 6px 14px;
    font-size: 0.8125rem;
    border-radius: 999px;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Hero-Button Amazon-Höhe, Logo und Suffix bündig */
.base-amazon-cta-button-hero .base-amazon-cta-button-inner {
    gap: 4px;
    align-items: center;
    line-height: 1;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Hero-Logo: volle Wortbreite „amazon“ sichtbar */
.base-amazon-cta-button-hero .base-amazon-cta-button-logo {
    display: block;
    height: 16px;
    width: auto;
    max-width: none;
    margin-top: 0;
    flex-shrink: 0;
    object-fit: contain;
    object-position: left center;
}

.base-amazon-cta-button-hero .base-amazon-cta-button-prefix,
.base-amazon-cta-button-hero .base-amazon-cta-button-suffix {
    display: inline-flex;
    align-items: center;
    height: 16px;
    font-size: 0.8125rem;
    line-height: 16px;
}

.base-amazon-cta-hint {
    margin: 1rem 0 0;
    font-size: 0.875rem;
    color: var(--color-text-secondary);
    line-height: 1.5;
}

.base-amazon-cta-panel {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid var(--color-border-default);
    border-radius: 16px;
    background: var(--color-background-surface);
    box-shadow: 0 2px 12px rgba(15, 17, 17, 0.06);
}

.base-amazon-cta-panel-headline {
    margin: 0 0 1.25rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-text-primary);
}

.base-amazon-cta-hero {
    margin-top: 1.75rem;
}

@media (max-width: 576px) {
    .base-amazon-cta-button {
        width: 100%;
        font-size: 0.875rem;
        min-height: 44px;
        padding: 11px 16px;
    }

    .base-amazon-cta-button-compact {
        width: auto;
        max-width: none;
    }

    .base-amazon-cta-panel {
        padding: 1.5rem 1rem;
    }
}
