/*
 * Espresso Zueco Online Prijzen
 * Front-end prijsweergave
 */

.ezop-price-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.25;
}

.ezop-main-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.ezop-main-price .ezop-price-label {
    font-size: 0.8em;
    font-weight: 500;
}

.ezop-main-price .ezop-price-value {
    font-size: 1.2em;
    font-weight: 700;
}

.ezop-advice-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.82em;
    opacity: 0.65;
}

.ezop-advice-price .ezop-price-label {
    font-style: italic;
    font-weight: 400;
}

.ezop-advice-price del {
    font-weight: 400;
}

.ezop-from {
    font-size: 0.78em;
    font-weight: 400;
}

.ezop-savings-badge {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 700;
    line-height: 1;
    padding: 3px 7px;
    border-radius: 999px;
    background: #e41f1f;
    color: #fff;
    white-space: nowrap;
}
