.top1discounts-card-top { display: flex; align-items: flex-start; padding: 24px 24px 20px 24px; justify-content: space-between; }
.top1discounts-title strong { margin-right: 4px; padding: 2px 6px; font-weight: 800; background: #D4FF00; color: #000000; text-transform: uppercase; border-radius: 4px; font-size: 0.85rem; }
.top1discounts-brand-logo { transition: transform 0.3s ease; max-width: 90px; object-fit: contain; max-height: 36px; mix-blend-mode: multiply; }
.top1discounts-btn-action { letter-spacing: 0.5px; font-weight: 800; text-decoration: none; border-radius: 12px !important; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-transform: uppercase; font-size: 15px; color: #D4FF00; background-color: #000000; gap: 8px; padding: 12px 0; border: none; align-items: center; justify-content: center; cursor: pointer; display: flex; }
.top1discounts-stats { justify-content: space-between; align-items: center; display: flex; font-size: 0.8rem; color: #64748B; }
.top1discounts-btn-action:hover { box-shadow: 0 4px 15px rgba(225, 29, 72, 0.4); background-color: #e11d48; color: #ffffff; transform: translateY(-2px); }
.top1discounts-title { line-height: 1.6; font-weight: 500; margin: 0; font-size: 0.95rem; color: #475569; }
.top1discounts-ticket-card:hover .top1discounts-brand-logo { transform: scale(1.05); }
.top1discounts-divider { transition: border-color 0.3s ease; margin: 0 24px; position: relative; height: 1px; border-top: 2px dashed #E2E8F0; }
.top1discounts-ticket-card { flex-direction: column; border-radius: 16px; border: 1px solid #cccccc; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; background: #FFFFFF; height: 100%; font-family: "Google Sans", system-ui, -apple-system, sans-serif; display: flex; }
.top1discounts-verified { border: 1px solid #000000; background: #D4FF00; padding: 6px 12px; border-radius: 8px; display: inline-flex; letter-spacing: 0.5px; font-weight: 800; align-items: center; text-transform: uppercase; color: #000000; }
.top1discounts-discount-val { line-height: 1; letter-spacing: -0.5px; font-size: 2rem; font-weight: 900; color: #000000; }
.top1discounts-ticket-card:hover .top1discounts-divider { border-color: #000000; }
.top1discounts-stats i { color: #000000; font-size: 0.9rem; margin-top: -1px; margin-right: 4px; }
.top1discounts-ticket-card:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); transform: translateY(-6px); border-color: #000000; }
.top1discounts-card-bottom { gap: 16px; flex-direction: column; padding: 20px 24px 24px 24px; flex-grow: 1; justify-content: space-between; display: flex; }