#configuratorListRoot{flex:1;display:flex;flex-direction:column;gap:16px}
@media only screen and (max-width:970px){#configuratorListRoot{padding:0 16px}
}
#configuratorListRoot .cl-action{width:auto;display:flex;flex-direction:row;align-items:center;gap:8px}
#configuratorListRoot .cl-action div{display:flex;align-items:center}
#configuratorListRoot .cl-action span{font-family:"VodafoneRegular";font-weight:400;font-size:20px;line-height:28px;color:#e60000;text-decoration:underline}
#configuratorListRoot .cl-action svg{width:15px;height:15px;object-fit:contain}
#configuratorListRoot .cl-row{display:flex;flex-direction:row;align-items:center;position:relative;gap:16px}
@media only screen and (max-width:970px){#configuratorListRoot .cl-row{flex-direction:column;align-items:flex-start}
}
#configuratorListRoot .cl-content-pill{display:flex;padding:4px 16px;border-radius:13px}
#configuratorListRoot .cl-content-pill span{font-family:"VodafoneRegular";font-weight:400;font-size:14px;line-height:18px}