.next-best-offers{position:fixed;top:100px;left:50%;transform:translate(-50%);border-radius:8px;background:linear-gradient(90deg,#eaf6f0,#e6f0fa);padding:24px 16px;box-shadow:0 5px 12px 0 rgba(5,106,215,.25);flex-direction:column;gap:24px;width:90%;max-height:80%;overflow-y:auto;display:none;z-index:8}.next-best-offers.-open{display:flex}.next-best-offers__title{font-size:24px;font-style:normal;font-weight:600;line-height:120%;color:#052144;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.next-best-offers__content{display:flex;flex-direction:column;gap:20px}.next-best-offers__content-item{border-radius:8px;background-color:#fff;box-shadow:0 5px 12px 0 rgba(5,106,215,.25)}.next-best-offers__content-item-image{position:relative;width:100%;height:200px}.next-best-offers__content-item-image img{object-position:center;object-fit:cover;border-radius:8px 8px 0 0}.next-best-offers__content-item-description{display:flex;flex-direction:column;padding:20px 16px;gap:20px;font-size:20px;font-style:normal;font-weight:600;line-height:120%;color:#052144}.next-best-offers__content-item-description-text{padding-bottom:20px;border-bottom:1px solid #c4cad0;min-height:72px}.next-best-offers__content-item-description .button.link-button{width:168px;margin:auto}.next-best-offers__hide-button{background:transparent;padding:0}@media screen and (min-width:1280px){.next-best-offers{top:50%;left:50%;transform:translate(-50%,-50%);width:1128px;overflow-y:auto;padding:32px}.next-best-offers__content{flex-direction:row;gap:initial;justify-content:space-between}.next-best-offers__content-item{width:calc((100% - 48px)/3)}}