/* QAFlow - deal.php single deal page
   Extracted from inline style="" attributes. All values here are static
   (fixed design tokens), not derived from per-record DB data. */

.deal-hero-storelogo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
}

.deal-hero-storename {
    font-size: 13px;
    opacity: 0.8;
}

.badge-expired-lg {
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
}

.coupon-code-hint {
    font-size: 13px;
    color: #64748b;
}

.deal-value-success {
    color: #059669;
}

.deal-value-mono {
    font-family: 'Courier New', monospace;
}

.related-discount-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.related-coupon-badge {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: #92400e;
    background: #fffbeb;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px dashed #f59e0b;
}

.share-btns a.share-twitter { background: #1da1f2; }
.share-btns a.share-facebook { background: #1877f2; }
.share-btns a.share-whatsapp { background: #25d366; }
.share-btns a.share-telegram { background: #0088cc; }
.share-btns a.share-copylink { background: #64748b; }

.store-viewall-link {
    font-size: 13px;
}
