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