body[data-theme="dark"] .stock-sales-offer-page {
    --offer-hero-bg: color-mix(in srgb, var(--s-color-card, #1a1a1a) 90%, var(--s-color-body-text, #ffffff) 10%);
    --offer-hero-fg: var(--s-color-body-text, #f4f4f5);
    --offer-hero-muted: color-mix(in srgb, var(--offer-hero-fg) 60%, transparent);
    --offer-hero-chip-bg: color-mix(in srgb, var(--offer-hero-fg) 12%, transparent);

    --offer-focused-row-bg: color-mix(in srgb, var(--s-color-primary, #3b82f6) 16%, var(--offer-panel-bg));
}
