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