/* Produktdetail-spezifische Styles */

.fehlhinweis {
    color: #dc2626;
    font-size: 0.875rem;
}

.preis_rahmen {
    background: linear-gradient(to bottom, #fef3c7 0%, #fcd34d 100%);
    border: 2px solid #f59e0b;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.geschenk2 {
    background-color: #fef3c7;
    padding: 1rem;
    border-left: 4px solid #f59e0b;
    margin: 1rem 0;
}

.input-compact {
    width: 100%;
    max-width: 6rem;
}

.client-error-active .border {
    border-color: #dc2626 !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.anrede-option {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.5rem 0.9rem;
    font-weight: 600;
    color: #1f2937;
    background-color: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.anrede-option:hover {
    border-color: #059669;
}

.anrede-option-active {
    border-color: #059669;
    background-color: #ecfdf5;
    color: #065f46;
}

/* Validation Alert Styles - now handled by Alpine.js transitions */
