.cmp-backbutton{width:max-content;font-size:12px;color:#000;display:flex;letter-spacing:1.4px;align-items:center;margin:1rem .5rem 2rem}
.cmp-backbutton i{transform:rotate(90deg);display:inline-block;font-size:10px}
.cmp-backbutton span{display:none;padding-left:1rem;color:#000}
@media only screen and (min-width:1024px){.cmp-backbutton span{display:block}
}