.local-method-logo{
  width:40px;
  height:40px;
  padding:0;
  overflow:hidden;
  border-radius:10px;
  background:transparent!important;
  box-shadow:none;
}
.local-method-logo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.local-provider-badge{
  min-height:28px;
  padding:4px 9px 4px 5px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid transparent;
  background:transparent!important;
}
.local-provider-badge img{
  width:20px;
  height:20px;
  display:block;
  object-fit:contain;
}
.local-provider-badge b{font:inherit;letter-spacing:.06em}
.local-provider-badge.yape{
  color:#d9b9ff;
  border-color:rgba(159,64,173,.48);
  background:rgba(159,64,173,.15)!important;
}
.local-provider-badge.plin{
  color:#20d6c7;
  border-color:rgba(32,214,199,.48);
  background:rgba(32,214,199,.14)!important;
}
.order-cancel-form{
  margin-top:18px;
  padding-top:18px;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  border-top:1px solid rgba(127,127,127,.22);
}
.order-cancel-form small{opacity:.68}
.danger-outline-button{
  border:1px solid rgba(226,80,80,.62)!important;
  background:rgba(226,80,80,.08)!important;
  color:#ff9b9b!important;
}
.order-action-message{
  margin:14px 0;
  padding:11px 13px;
  border-radius:9px;
  border:1px solid rgba(35,133,91,.42);
  background:rgba(35,133,91,.12);
  color:#79dfae;
}
@media(max-width:640px){
  .local-method-logo{width:36px;height:36px}
  .order-cancel-form{align-items:stretch}
  .order-cancel-form .button{width:100%}
}
.local-claim-help{margin:0 0 14px;color:var(--muted,#9ca3af);font-size:12px;line-height:1.55}
