.phone-screen__soap-sections{flex-direction:column;gap:10px;display:flex}.phone-screen__soap-entry{opacity:0;align-items:flex-start;gap:8px;animation:.4s forwards soap-fade-in;display:flex}.phone-screen__soap-entry--animate-1{animation-delay:.1s}.phone-screen__soap-entry--animate-2{animation-delay:.4s}.phone-screen__soap-entry--animate-3{animation-delay:.7s}.phone-screen__soap-entry--animate-4{animation-delay:1s}@keyframes soap-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.phone-screen__soap-label{background:var(--pm-accent-bg);width:22px;min-width:22px;height:22px;color:var(--pm-accent);border-radius:4px;justify-content:center;align-items:center;margin-top:1px;font-size:11px;font-weight:700;display:flex}.phone-screen__soap-text{color:var(--pm-text-secondary);font-size:11.5px;line-height:1.45}@media (max-width:991px){.phone-screen__soap-sections{gap:8px}.phone-screen__soap-label{width:20px;min-width:20px;height:20px;font-size:10px}.phone-screen__soap-text{font-size:10.5px}}@media (max-width:767px){.phone-screen__soap-sections{gap:6px}.phone-screen__soap-label{width:18px;min-width:18px;height:18px;font-size:9px}.phone-screen__soap-text{font-size:10px}}
