.todayonlinedeals-node-timestamp { margin-bottom: 8px; font-size: 0.8rem; letter-spacing: 0.5px; text-transform: uppercase; font-weight: 800; color: #94A3B8; }
.todayonlinedeals-history-wrapper { margin-bottom: 40px; max-width: 100%; }
.todayonlinedeals-timeline-node { margin-bottom: 35px; padding-left: 25px; position: relative; transition: all 0.3s ease; }
.todayonlinedeals-timeline-container { font-family: "Google Sans", system-ui, -apple-system, sans-serif; border-radius: 24px; padding: 32px 32px 10px 32px; margin-top: 60px; position: relative; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02); background: #FFFFFF; border: 1px solid #E2E8F0; }
.todayonlinedeals-timeline-node.faded { opacity: 0.5; }
.todayonlinedeals-node-message { padding: 16px 20px; border-left: 4px solid #E2E8F0; border-radius: 12px; transition: all 0.3s ease; background: #F8FAFC; }
.todayonlinedeals-timeline-node.active .todayonlinedeals-node-text { font-weight: 400; color: #000000; }
.todayonlinedeals-timeline-list { position: relative; padding-left: 30px; }
.todayonlinedeals-expand-trigger { text-decoration: none; align-items: center; display: inline-flex; font-size: 0.95rem; border-radius: 14px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: none; color: #FFFFFF; cursor: pointer; font-weight: 700; position: relative; padding: 12px 32px; gap: 10px; z-index: 10; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); background-color: #000000; }
.todayonlinedeals-timeline-node.active .todayonlinedeals-node-point { background: #D4FF00; border-color: #D4FF00; box-shadow: 0 0 0 5px rgba(0, 218, 36, 0.15); }
.todayonlinedeals-timeline-node.active .todayonlinedeals-node-message { background: #FFFFFF; border-left-color: #D4FF00; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
.todayonlinedeals-node-point { height: 16px; background: #FFFFFF; margin-left: -8px; transition: all 0.3s ease; top: 4px; border-radius: 50%; position: absolute; left: 0; width: 16px; z-index: 2; border: 3px solid #E2E8F0; }
.todayonlinedeals-timeline-more-box { text-align: center; margin-top: -40px; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); padding: 40px 0 30px 0; z-index: 5; position: relative; }
.todayonlinedeals-timeline-badge { color: #475569; background: #F1F5F9; font-size: 0.75rem; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 50px; text-transform: uppercase; font-weight: 700; }
.todayonlinedeals-expand-trigger svg { transition: transform 0.3s ease; }
.todayonlinedeals-timeline-head { display: flex; margin-bottom: 30px; padding-bottom: 20px; align-items: center; border-bottom: 1px solid #F1F5F9; justify-content: space-between; }
.todayonlinedeals-timeline-title i { color: #D4FF00; }
.todayonlinedeals-node-text { font-weight: 500; line-height: 1.6; margin: 0; font-size: 0.95rem; }
.todayonlinedeals-timeline-list::before { bottom: 0; position: absolute; top: 10px; left: 7px; content: ''; background: #F1F5F9; width: 2px; }
.todayonlinedeals-expand-trigger:hover svg { transform: translateY(3px); }
.todayonlinedeals-timeline-title { align-items: center; display: flex; margin: 0; font-size: 1.2rem; gap: 10px; font-weight: 800; color: #000000; }
.todayonlinedeals-expand-trigger:hover { background-color: #D4FF00; color: #000000; transform: translateY(-3px); box-shadow: 0 15px 25px rgba(0, 218, 36, 0.3); }
@media (max-width: 768px) {
  .todayonlinedeals-timeline-container { padding: 25px 20px 5px 20px; }
  .todayonlinedeals-timeline-title { font-size: 1rem; }
}