.coffee-break-container{color:#000;display:inline-flex;flex-direction:column}.coffee-break-container,.coffee-cup-anim{align-items:center;justify-content:center}.coffee-cup-anim{width:44px;height:32px;position:relative;display:flex}.coffee-cup-svg{width:44px;height:32px;color:#000}.coffee-steam-group{position:absolute;top:-4px;left:45%;transform:translateX(-50%);display:flex;gap:3px;align-items:flex-end;height:12px}.steam-line{width:1.8px;background-color:#000;border-radius:9999px;opacity:0;animation:steamRise 2s ease-in-out infinite}.steam-1{height:7px;animation-delay:0s}.steam-2{height:10px;animation-delay:.4s}.steam-3{height:6px;animation-delay:.8s}@keyframes steamRise{0%{transform:translateY(2px);opacity:0}40%{opacity:.8}to{transform:translateY(-7px);opacity:0}}