.sbs-price-match{display:flex;align-items:center;gap:14px;width:100%;box-sizing:border-box;padding:8px 18px;border:0;border-radius:18px;background:#f1eee2;color:#242a20;font-size:14px;line-height:1.5}
.sbs-price-match__icon{width:24px;height:24px;flex:0 0 24px;color:#ff580d}
.sbs-price-match p{flex:1;min-width:0;margin:0}
.sbs-price-match p>span{color:#606658}
.sbs-price-match strong{font-weight:700}
.sbs-price-match .sbs-price-match__button{flex:none;min-height:44px;margin:0;padding:0;border:0;background:none;color:inherit;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:4px;white-space:nowrap;cursor:pointer}
.sbs-price-match__button:focus-visible{outline:2px solid #ff580d;outline-offset:4px;border-radius:2px}
.sbs-price-match__button:hover{opacity:.8}
@media(max-width:600px){.sbs-price-match{display:grid;grid-template-columns:24px minmax(0,1fr);gap:4px 12px;padding:10px 14px;border-radius:16px}.sbs-price-match__icon{align-self:start;margin-top:3px}.sbs-price-match .sbs-price-match__button{grid-column:2;justify-self:start}}

.sbs-price-match-footer{margin-top:20px}
