/* Ewanto Header Trustami Bar */
.ewanto-header-trustami {
    background: #F5F5F5;
    border-bottom: 2px solid #D9400B;
    padding: 12px 0;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.ewanto-header-trustami .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* ===== DESKTOP: Alle Zeilen nebeneinander ===== */
.line-1-wrapper,
.line-2-wrapper,
.line-3-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ===== Trustami Label (KLICKBAR) ===== */
.ewanto-header-trustami .trustami-label-link {
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
}

.ewanto-header-trustami .trustami-label-link:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

/* 🔧 FIX: Trust ami OHNE Lücke */
.ewanto-header-trustami .trustami-text {
    display: inline;
    font-size: 0;
}

.ewanto-header-trustami .trust-blue {
    color: #00A8E1 !important;
    font-size: 16px;
}

.ewanto-header-trustami .trust-green {
    color: #7FBF3F !important;
    font-size: 16px;
}

/* Sterne */
.ewanto-header-trustami .stars {
    display: inline-flex;
    gap: 2px;
    font-size: 18px;
    letter-spacing: 2px;
}

.ewanto-header-trustami .stars .star {
    display: inline-block;
}

.ewanto-header-trustami .star-filled {
    color: #FFD700 !important;
}

.ewanto-header-trustami .star-half {
    color: #FFD700 !important;
    opacity: 0.6;
}

.ewanto-header-trustami .star-empty {
    color: #CCCCCC !important;
}

/* Orange Zahlen */
.ewanto-header-trustami .rating-value {
    font-weight: 900 !important;
    color: #D9400B !important;
    font-size: 18px;
}

.ewanto-header-trustami .reviews-count {
    font-weight: 900 !important;
    color: #D9400B !important;
    font-size: 16px;
}

/* Grünes Positiv */
.ewanto-header-trustami .positive-percent {
    font-weight: 700;
    color: #4CAF50 !important;
    font-size: 16px;
}

/* Normaler Text */
.ewanto-header-trustami .text-normal {
    color: #333 !important;
    font-weight: 400;
}

/* Separator */
.ewanto-header-trustami .separator {
    color: #999 !important;
    margin: 0 5px;
    font-weight: 300;
}

.ewanto-header-trustami .separator-strong {
    color: #666 !important;
    font-size: 20px;
    font-weight: 700;
    margin: 0 15px;
}

/* Versandinfo */
.ewanto-header-trustami .shipping-icon {
    font-size: 18px;
}

.ewanto-header-trustami .shipping-price {
    font-weight: 700;
    color: #D9400B !important;
    font-size: 16px;
}

.ewanto-header-trustami .text-highlight {
    font-weight: 600;
    color: #333 !important;
}

/* ===== MOBILE: 3 Zeilen untereinander ===== */
@media (max-width: 768px) {
    .ewanto-header-trustami {
        font-size: 12px;
        padding: 10px 0;
    }
    
    .ewanto-header-trustami .container {
        flex-direction: column;
        gap: 8px;
    }
    
    /* Alle 3 Zeilen: volle Breite, zentriert */
    .line-1-wrapper,
    .line-2-wrapper,
    .line-3-wrapper {
        width: 100%;
        justify-content: center;
        gap: 8px;
    }
    
    /* Kleinere Schriften */
    .ewanto-header-trustami .trust-blue,
    .ewanto-header-trustami .trust-green {
        font-size: 14px;
    }
    
    .ewanto-header-trustami .stars {
        font-size: 16px;
    }
    
    .ewanto-header-trustami .rating-value {
        font-size: 16px;
    }
    
    .ewanto-header-trustami .reviews-count,
    .ewanto-header-trustami .positive-percent {
        font-size: 13px;
    }
    
    .ewanto-header-trustami .separator-strong {
        font-size: 16px;
        margin: 0 5px;
    }
}

@media (max-width: 576px) {
    .ewanto-header-trustami {
        font-size: 11px;
    }
    
    .ewanto-header-trustami .trust-blue,
    .ewanto-header-trustami .trust-green {
        font-size: 13px;
    }
    
    .ewanto-header-trustami .rating-value {
        font-size: 14px;
    }
    
    .ewanto-header-trustami .reviews-count {
        font-size: 12px;
    }
    
    .ewanto-header-trustami .stars {
        font-size: 14px;
    }
}
