.catalogue-section .number-card.exact-search-match {
    border-color: var(--coral);
    background: var(--theme-primary-soft, #fcf2f0);
    box-shadow: inset 0 0 0 1px var(--coral);
}
.section-platinum .number-card.exact-search-match { background: #29333c; }
.section-gold .number-card.exact-search-match { background: #332a21; }
.number-card.exact-search-match .exact-search-label {
    display: inline-block;
    margin: 0 0 12px;
    color: var(--coral-text);
    font-size: 11px;
    font-weight: 800;
}
.section-platinum .exact-search-label, .section-gold .exact-search-label { color: #fff !important; }
