/* Padronização global de alertas x0p (mesmo padrão do Home Ecommerce) */

/* Garantir que alertas x0p fiquem acima de modais/backdrops */
#x0p-overlay {
  z-index: 2147483600 !important;
}
#x0popup {
  z-index: 2147483601 !important;
}

/* x0p (GERAL) - padronização visual */
#x0popup {
  max-width: calc(100vw - 24px) !important;
  width: 520px !important;
  box-sizing: border-box;
  border-radius: 14px !important;
  overflow: hidden;
}
#x0popup .content {
  padding: 16px 18px !important;
}
#x0popup .title,
#x0popup .text {
  text-align: center !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}
#x0popup .text {
  max-height: 42vh;
  overflow: auto;
}
#x0popup .buttons {
  padding: 0 0 10px 0 !important;
}
#x0popup .button {
  border-radius: 10px !important;
  min-height: 44px;
}

/* x0p (COMBOS) - compacto, texto sempre cabe, sem ícone X (compatibilidade) */
body.bm-x0p-combo #x0popup {
  max-width: calc(100vw - 24px) !important;
  width: 520px !important;
  box-sizing: border-box;
  transform: translate(-50%, -55%) !important;
}
body.bm-x0p-combo #x0popup .content {
  padding: 16px 18px !important;
}
body.bm-x0p-combo #x0popup .title {
  font-size: 18px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}
body.bm-x0p-combo #x0popup .text {
  font-size: 14px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-height: 42vh;
  overflow: auto;
}
body.bm-x0p-combo #x0popup .buttons {
  padding: 0 0 10px 0 !important;
}
body.bm-x0p-combo #x0popup .button {
  min-height: 44px;
}
