.sieya--survey-results-display.sieya--survey-results-display.sieya--survey-results-display{display:flex;flex-direction:column;gap:16px;.sieya--survey-results-display--answer-container{position:relative;min-height:30px;display:flex;padding:8px 16px;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;line-height:20px;color:var(--color-solid-deep-blue);z-index:1;&:before{position:absolute;content:"";left:0;top:0;bottom:0;width:100%;background-color:#007082;z-index:-1;opacity:.8}}.sieya--survey-results-display--answer-container--progress-background{position:absolute;left:0;top:0;bottom:0;z-index:-1;background-color:var(--color-solid-bold-green);max-width:0;animation-delay:.3s;opacity:.8;animation:maxWidthGrowAnimation .7s forwards}}@keyframes maxWidthGrowAnimation{0%{max-width:0}to{max-width:100%}}