.gin--edit-form .page-wrapper__node-edit-form .block-local-tasks-block, .gin--edit-form .page-wrapper__node-edit-form .block-system-main-block, .gin--edit-form .page-wrapper__node-edit-form .messages-list, .gin--edit-form .page-wrapper__node-edit-form .node-form, .gin--edit-form .page-wrapper__node-edit-form .node-confirm-form, .gin--edit-form .page-wrapper__node-edit-form .admin-list, .gin--edit-form .page-wrapper__node-edit-form .help{
  max-width: initial;
}
.field--name-field-clientify-agents{
  .field__label{
    display:none;
  }
}
/* === Editable Fields: botón de edición === */
/* Aspecto base (pill button) */
.use-ajax.editablefields-popup-edit-link {
  --ef-bg: #d6eee3;
  --ef-border: #d1d5db;
  --ef-text: rgb(28 104 68);
  --ef-bg-hover: #e5e7eb;
  --ef-border-hover: #9ca3af;
  --ef-focus: #2563eb;
  --ef-focus-ring: 0 0 0 3px rgba(37, 99, 235, .35);
  color: var(--ef-text);
  background: var(--ef-bg);
  border-radius: .375rem; /* 6px */
  text-decoration: none;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .02s ease;
  width: 26px;
  height: 26px;
  justify-content: center;
  /* Oculta el texto visualmente pero sigue siendo accesible para SR */
  text-indent: -9999px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: .25rem .5rem;
  position: relative;

}

/* Icono (lápiz) antes del texto */
.use-ajax.editablefields-popup-edit-link::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: currentColor;
  /* SVG inline como máscara (permite heredar currentColor) */
  -webkit-mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
<path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zm2.92 2.33H5v-.92l8.06-8.06.92.92L5.92 19.58zM20.71 7.04a1.003 1.003 0 0 0 0-1.42l-2.34-2.34a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z"/>\
</svg>') no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
<path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zm2.92 2.33H5v-.92l8.06-8.06.92.92L5.92 19.58zM20.71 7.04a1.003 1.003 0 0 0 0-1.42l-2.34-2.34a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z"/>\
</svg>') no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* Estados */
.use-ajax.editablefields-popup-edit-link:hover {
  background: var(--ef-bg-hover);
  border-color: var(--ef-border-hover);
}

.use-ajax.editablefields-popup-edit-link:focus-visible {
  outline: 2px solid transparent;
  box-shadow: var(--ef-focus-ring);
  border-color: var(--ef-focus);
}

.use-ajax.editablefields-popup-edit-link:active {
  transform: translateY(1px);
}


/* === Variante compacta (solo icono) ===
   Añade .editable-link-compact a la tabla o contenedor que incluya los enlaces */
.use-ajax.editablefields-popup-edit-link {

}

.use-ajax.editablefields-popup-edit-link::before {
  margin: 0; /* centra el icono */
}

.editablefields-popup{
  display: flex;
  gap:10px;
  .field__items{
    .field__item{
      white-space: nowrap;
      padding-bottom: 5px;
    }
  }
}
.views-field-field-clientify-agents ul{
  li{
    margin:0;
    list-style: none;

  }
}
