.e4-timeline-scroll-container{box-sizing:border-box;position:relative;width:100%}.e4-timeline-wrapper{box-sizing:border-box;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:20px;scroll-behavior:smooth}.e4-timeline-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;padding-left:20px;padding-right:20px;scroll-snap-type:x mandatory}.e4-timeline-item{background:#fff;border:1px solid #ff2362;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.08);box-sizing:border-box;flex:0 0 250px;margin:0;max-width:250px;min-width:250px;padding:20px;position:relative;scroll-snap-align:start;transition:background-color .3s ease}.e4-timeline-item:hover{background-color:#fcf0f0}.e4-timeline-connector{align-self:center;background-color:#ff2362;flex-shrink:0;height:1px;margin:0 10px;width:40px}.e4-timeline-wrapper::-webkit-scrollbar{height:0}.e4-timeline-wrapper::-webkit-scrollbar-track{background:transparent}.e4-timeline-wrapper::-webkit-scrollbar-thumb{background-color:rgba(255,35,98,.5);border-radius:3px}.e4-scroll-controls{align-items:center;display:flex;gap:40px;justify-content:center;margin-top:0}.e4-scroll-arrow{animation:pulse 1.8s infinite;background-color:#ff2362;border:none;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:24px;height:48px;transition:transform .3s ease,background-color .3s ease;width:48px}.e4-scroll-arrow:hover{background-color:#e00048;transform:scale(1.1)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}