.exp-todayonlinedeals-pulse-dot { height: 8px; border-radius: 50%; background-color: #FF3B30; display: inline-block; width: 8px; animation: exp-todayonlinedeals-pulse-red 1.5s infinite; }
.exp-todayonlinedeals-card { overflow: hidden; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; border: 1px solid #E2E8F0; flex-direction: column; background: #FFFFFF; height: 100%; border-radius: 16px; position: relative; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
.exp-todayonlinedeals-img-link { display: block; height: 100%; width: 100%; }
.exp-todayonlinedeals-card:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); border-color: #000000; transform: translateY(-6px); }
.exp-todayonlinedeals-card:hover .exp-todayonlinedeals-img-link img { transform: scale(1.08); }
.exp-todayonlinedeals-img-wrapper { position: relative; border-bottom: 1px solid #F1F5F9; aspect-ratio: 400/240; width: 100%; overflow: hidden; background: #F8FAFC; }
.exp-todayonlinedeals-urgency-badge { font-size: 0.75rem; align-items: center; font-weight: 800; display: inline-flex; border-radius: 30px; padding: 6px 12px; gap: 6px; background: #000000; top: 12px; position: absolute; left: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.2); z-index: 2; color: #FFFFFF; letter-spacing: 0.5px; }
.exp-todayonlinedeals-img-link img { height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); width: 100%; }
@keyframes exp-todayonlinedeals-pulse-red {
  0% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.6); }
  70% { box-shadow: 0 0 0 6px rgba(255, 59, 48, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); }
}
.exp-todayonlinedeals-compare-box { transition: background 0.2s ease; padding: 10px; border: 1px solid #E2E8F0; margin-bottom: 16px; border-left: 4px solid #D4FF00; background: #FFFFFF; border-radius: 12px; }
.exp-todayonlinedeals-compare-text strong { text-overflow: ellipsis; font-size: 0.85rem; color: #000000; overflow: hidden; white-space: nowrap; font-weight: 800; }
.exp-todayonlinedeals-compare-text { overflow: hidden; display: flex; width: 100%; flex-direction: column; }
.exp-todayonlinedeals-compare-text span { line-height: 1; text-transform: uppercase; font-size: 0.7rem; color: #64748B; font-weight: 700; margin-bottom: 4px; letter-spacing: 0.5px; }
.exp-todayonlinedeals-compare-box:hover { background: #F8FAFC; }
.exp-todayonlinedeals-title { line-height: 1.5; display: -webkit-box; font-weight: 600; -webkit-box-orient: vertical; font-size: 0.95rem; margin: 0 0 8px 0; overflow: hidden; -webkit-line-clamp: 2; color: #475569; }
.exp-todayonlinedeals-compare-box a { align-items: center; gap: 12px; color: #334155; display: flex; text-decoration: none; }
.exp-todayonlinedeals-btn-black:hover { color: #ffffff; background: #e11d48; border-color: #e11d48; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(225, 29, 72, 0.4); }
.exp-todayonlinedeals-compare-box i { height: 28px; border-radius: 6px; justify-content: center; background: #D4FF00; width: 28px; font-size: 1.1rem; display: flex; align-items: center; color: #000000; }
.exp-todayonlinedeals-logo-box img { object-fit: contain; max-height: 100%; max-width: 100%; border-radius: 8px; }
.exp-todayonlinedeals-btn-black { padding: 12px; color: #D4FF00; background: #000000; letter-spacing: 0.5px; text-decoration: none; display: flex; gap: 8px; width: 100%; font-size: 0.95rem; cursor: pointer; transition: all 0.3s ease; border: 2px solid #000000; font-weight: 800; justify-content: center; align-items: center; text-transform: uppercase; border-radius: 12px; }
.exp-todayonlinedeals-discount-text { padding-bottom: 16px; margin-bottom: auto; letter-spacing: -0.5px; font-size: 1.6rem; font-weight: 900; color: #000000; }
.exp-todayonlinedeals-logo-box { transition: transform 0.3s ease; display: flex; background: #FFFFFF; justify-content: center; margin-bottom: 16px; z-index: 3; align-items: center; border-radius: 14px; position: relative; height: 60px; padding: 8px; width: 60px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); border: 1px solid #E2E8F0; margin-top: -30px; }
.exp-todayonlinedeals-content { position: relative; display: flex; flex-direction: column; flex-grow: 1; padding: 0 20px 20px; }
.exp-todayonlinedeals-card:hover .exp-todayonlinedeals-logo-box { transform: translateY(-4px); border-color: #000000; }