/* ─── SpaceArcade – Discontinued Badge ──────────────────────────────────────
   Theme: spacearcade.in — white background, navy #0d2b5e, gold #f5a623
   Visually distinct from the gold "Sold Out"/"Notify Me" treatment so
   customers don't confuse "temporarily out of stock" with "permanently gone."
   Navy is used as the dominant tone here deliberately for that reason.
   ──────────────────────────────────────────────────────────────────────────── */

.sa-disc-badge-wrap {
    margin: 14px 0 18px;
    max-width: 480px;
}

.sa-disc-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: #0d2b5e;
    color: #ffffff;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: inherit;
}

.sa-disc-badge svg {
    flex-shrink: 0;
    color: #f5a623;
}

.sa-disc-note {
    margin: 8px 0 0;
    font-size: 13px;
    color: #666666;
    line-height: 1.55;
    font-family: inherit;
}

.sa-disc-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    background: linear-gradient(180deg, #ffb84d 0%, #f5a623 55%, #e8941a 100%);
    color: #1a1a1a !important;
    border: 1.5px solid #e2941a;
    border-radius: 4px;
    padding: 11px 20px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 6px rgba(245, 166, 35, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.sa-disc-contact-btn:hover {
    background: linear-gradient(180deg, #ffc266 0%, #f7ad32 55%, #ed9c1f 100%);
    border-color: #d9890f;
    color: #1a1a1a !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(245, 166, 35, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.sa-disc-contact-btn:active {
    transform: translateY(0);
}

.sa-disc-contact-btn svg {
    flex-shrink: 0;
    color: #1a1a1a;
}
