.tea-loader{display:grid;place-items:center}.tea{--secondary:#33406f;#teabag{transform-origin:top center;transform:rotate(3deg);animation:swing 2s infinite}#steamL{stroke-dasharray:13;stroke-dashoffset:13;animation:steamLarge 2s infinite}#steamR{stroke-dasharray:9;stroke-dashoffset:9;animation:steamSmall 2s infinite}}@keyframes swing{50%{transform:rotate(-3deg)}}@keyframes steamLarge{0%{stroke-dashoffset:13;opacity:.6}to{stroke-dashoffset:39;opacity:0}}@keyframes steamSmall{10%{stroke-dashoffset:9;opacity:.6}80%{stroke-dashoffset:27;opacity:0}to{stroke-dashoffset:27;opacity:0}}