.LesOffersPanel {
    --les-op-rule: color-mix(in srgb, currentColor 15%, transparent);
    --les-op-wash: color-mix(in srgb, currentColor 5%, transparent);
    --les-op-muted: color-mix(in srgb, currentColor 60%, transparent);
    margin-bottom: 18px;
}
.LesOffersPanel-adSlot:empty {
    display: none;
}
.LesOffersPanel-section {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--les-op-rule);
}
.LesOffersPanel-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.LesOffersPanel-heading {
    margin: 0 0 8px;
    font-size: 0.78em;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.7;
}
.LesOffersPanel-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.LesOffersPanel-list li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding: 5px 6px;
    border-radius: 4px;
}
.LesOffersPanel-list li:hover {
    background: var(--les-op-wash);
}
.LesOffersPanel-list a {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
}
.LesOffersPanel-list a:hover {
    text-decoration: underline;
}
.LesOffersPanel-value {
    flex-shrink: 0;
    font-size: 0.82em;
    font-weight: 600;
    color: var(--les-op-muted);
}
