/* Estilos básicos para las anclas */

.entity-ref-anchor-formatter > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
}
.entity-ref-anchor-formatter > ul img {
  width: 64px;
  height: 64px;
}
.entity-ref-anchor-formatter > ul li {
  display: inline;
}

.entity-ref-anchor-formatter > ul li a {
  text-decoration: none;
  color: #007bff;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.3s;

  display: flex;
}

.entity-ref-anchor-formatter > ul li a:hover {
  background: #007bff;
  color: #fff;
}

/* Estilos para el contenido anclado */
.entity-ref-anchor-formatter div[id^="anchor-"] {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tabs-items {
  margin-bottom: 10px;
  padding: 20px;
}
