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