/* V12.4: janela ampla para clientes e fornecedores */
body div[style*="max-width: 560px"][style*="max-height: 90vh"] {
  width: min(94vw, 1040px) !important;
  max-width: 1040px !important;
  padding: 30px 34px !important;
}

@media (min-width: 1200px) {
  body div[style*="max-width: 560px"][style*="max-height: 90vh"] {
    max-height: 92vh !important;
  }
}

@media (max-width: 700px) {
  body div[style*="max-width: 560px"][style*="max-height: 90vh"] {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 20px 16px 28px !important;
    border-radius: 0 !important;
  }
}
