/*
 * PABX PRIME CUSTOM DESTINATION GROUP HEADER V1 20260816
 * Somente o editor marcado pelo JS.
 */

.tem-page-editor-host.prime-cdg-headerless-v1 {
  position: relative !important;
}

.tem-page-editor-host.prime-cdg-headerless-v1
.prime-cdg-header-close-v1 {
  position: absolute !important;
  top: 10px !important;
  right: 12px !important;
  z-index: 8 !important;
}

/*
 * PABX PRIME CUSTOM DESTINATION GROUP FULL WIDTH V1 20260817
 * Escopo: somente o editor de Grupo de Destinos Personalizados,
 * previamente marcado pelo asset de cabeçalho aprovado.
 */

.tem-page-editor-host.prime-cdg-headerless-v1 {
  width: calc(100vw - 24px) !important;
  max-width: none !important;
  min-height: calc(100vh - 24px) !important;
  max-height: none !important;
  margin: 12px auto !important;
}

.tem-page-editor-host.prime-cdg-headerless-v1
.form {
  width: 100% !important;
  max-width: none !important;
}

.tem-page-editor-host.prime-cdg-headerless-v1
.custom-destination-group-members
select {
  min-height: 300px !important;
}

.tem-page-editor-host.prime-cdg-headerless-v1
.custom-destination-group-fail-destination {
  grid-column: 1 / -1 !important;
  margin-top: 2px !important;
  padding: 14px !important;
  border: 1px solid #cfe0f3 !important;
  border-radius: 11px !important;
  background: #fbfdff !important;
}

.tem-page-editor-host.prime-cdg-headerless-v1
.custom-destination-group-fail-head {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  margin-bottom: 12px !important;
}

.tem-page-editor-host.prime-cdg-headerless-v1
.custom-destination-group-fail-head strong {
  font-size: 13px !important;
}

.tem-page-editor-host.prime-cdg-headerless-v1
.custom-destination-group-fail-head small {
  color: #6d7e91 !important;
  font-size: 11px !important;
}

.tem-page-editor-host.prime-cdg-headerless-v1
.custom-destination-group-fail-grid {
  display: grid !important;
  grid-template-columns:
    minmax(260px, .8fr)
    minmax(440px, 1.6fr) !important;
  gap: 12px !important;
  align-items: end !important;
}

@media (max-width: 900px) {
  .tem-page-editor-host.prime-cdg-headerless-v1
  .custom-destination-group-fail-grid {
    grid-template-columns: 1fr !important;
  }
}

