.breathing-container{position:relative;width:350px;height:350px;min-width:350px;flex-shrink:0;margin:1rem auto;background-color:#2c3e50;border-radius:12px;overflow:hidden}.breathing-circle,.breathing-container{display:flex;justify-content:center;align-items:center}.breathing-circle{width:180px;height:180px;background-color:#4a90e2;border-radius:50%;color:#ffffff!important;font-weight:700;text-align:center;animation-name:breathe-animation;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-delay:.5s}@keyframes breathe-animation{0%{transform:scale(1)}30%{transform:scale(1.5)}to{transform:scale(1)}}.breathing-text-wrapper{display:flex;flex-direction:column;align-items:center;line-height:1.2}.breathing-main-text{font-size:30px;font-weight:500;opacity:.9;line-height:1.1;margin-bottom:2px}.breathing-counter{font-size:64px;font-weight:700;opacity:1;line-height:1}