
/* Ajustes de compatibilidade do checkout público */
.checkout-icon{font-weight:800;color:var(--brand);font-size:18px}
.notice-box{align-items:center}
.notice-badge{flex:0 0 auto;min-width:50px;padding:7px 8px;border-radius:9px;background:#fff1cf;color:#93370d;font-size:9px!important;font-weight:900;text-align:center;line-height:1}
.whatsapp-badge{background:#dff8e8;color:#087443}
.choice-symbol{width:34px;height:34px;border-radius:11px;background:#f3f6f8;color:var(--brand);display:grid;place-items:center;font-size:16px!important}
.payment-list b{min-width:38px;height:26px;padding:0 6px;border-radius:8px;background:#f3f6f8;color:#344054;display:grid;place-items:center;font-size:8px!important;font-weight:900}
.review-item-detail{grid-template-columns:44px 1fr!important}
.review-label{font-size:7px!important;font-weight:900;color:var(--brand)!important;letter-spacing:.04em}
@media(max-width:520px){
  .notice-box{gap:8px}
  .notice-box p{font-size:10px}
  .choice-cards label>span{min-height:106px;justify-content:center}
}
