/* V20.16 — WhatsApp direto, confirmação de carrinho e toast seguro */
.v20-cart-confirm-modal {
  display: grid;
  gap: 14px;
}

.v20-cart-confirm-product {
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #f8fafc;
  padding: 14px;
}

.v20-cart-confirm-product strong {
  display: block;
  color: #101828;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 1000;
}

.v20-cart-confirm-product small {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 12px;
  font-weight: 850;
}

.v20-cart-confirm-modal p {
  margin: 0;
  color: #344054;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.v20-cart-confirm-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.v20-cart-confirm-actions .btn {
  min-height: 48px;
  border-radius: 999px;
  font-weight: 1000;
}

@media (max-width: 760px) {
  .toast-stack {
    position: fixed !important;
    top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    width: min(calc(100vw - 28px), 402px) !important;
    display: grid !important;
    gap: 8px !important;
    z-index: 99999 !important;
    pointer-events: none !important;
  }

  .toast-stack .toast {
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 16px !important;
    background: #000 !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .24) !important;
  }

  .toast-stack.toast-stack-cart-safe {
    top: calc(env(safe-area-inset-top, 0px) + 10px) !important;
    bottom: auto !important;
  }

  body.v19-store-mobile-active .modal-backdrop .mobile-sheet-modal {
    max-height: calc(100dvh - 34px);
  }
}
