#slp-recommendations .slp-recommendations{background-color:#fff;margin-bottom:20px;margin-top:20px;-ms-overflow-style:none;scrollbar-width:none}#slp-recommendations .slp-recommendations .slp-recommendations-header h2{color:#333;font-size:20px;font-weight:700;line-height:24px;margin-bottom:15px}#slp-recommendations .slp-recommendations .slp-recommendations-list,#slp-recommendations .slp-recommendations:not(.mobile) .slp-recommendations-header{display:flex;height:100%;margin:0 auto;width:clamp(660px,100%,1400px)}#slp-recommendations .slp-recommendations .slp-recommendations-list{flex-wrap:wrap;gap:10px}#slp-recommendations .slp-recommendations .slp-recommendations-list .slp-recommendation-item{background-color:#fff;border:1px solid #e5e5e5;border-radius:20px;color:#333;cursor:pointer;font-size:14px;padding:10px;white-space:nowrap}#slp-recommendations .slp-recommendations .slp-recommendations-list .slp-recommendation-item:hover{border-color:#f27a1a;color:#f27a1a;transition:color .3s ease,border-color .3s ease}#slp-recommendations .slp-recommendations .slp-recommendations-list .slp-recommendation-item:hover a{color:#f27a1a}#slp-recommendations .slp-recommendations ::-webkit-scrollbar{display:none}#slp-recommendations .mobile{margin:10px 0;padding:15px}#slp-recommendations .mobile .header{width:100%}#slp-recommendations .mobile .header h2{color:#333;font-size:14px;font-weight:600;margin-bottom:15px}#slp-recommendations .mobile .slp-recommendations-list{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:scroll;width:100%}#slp-recommendations .mobile .slp-recommendations-list .slp-recommendation-item{font-size:10px!important}