.express-delivery-block {
    background: #f5f5f5;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 10px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
}

.express-delivery-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.express-delivery-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.countdown-text {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    gap: 6px;
}

.countdown-text::before {
    content: '⏳';
    font-size: 15px;
}

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;           /* réduit */
    font-weight: 500;          /* moins gras */
    flex-wrap: wrap;
}

.countdown-timer span.time-suffixe {
    background: #ffffff;
    padding: 4px 6px;
    border-radius: 4px;
    min-width: 26px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.countdown-timer .hours,
.countdown-timer .minutes,
.countdown-timer .seconds {
    font-weight: 600; /* ou 700 */
}

.countdown-timer .time-suffixe {
    font-weight: normal;
}

.delivery-suffix {
    font-size: 12px;
    font-weight: 300;
    color: #212529;
    margin-left: 8px;
    display: inline-block;
	background: unset !important;
    box-shadow: unset !important;
}

.express-delivery-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    text-align: right;
}

.express-delivery-sidebar img {
    max-height: 80px;
    margin-bottom: 4px;
}

.express-delivery-sidebar .note {
    font-size: 12px;
    color: #555;
}
