/* Chips de URLs (banners categoría) */
.collection-banner-url-lines--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.collection-banner-tag-field {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid var(--theme-card-border);
  border-radius: 10px;
  background: var(--theme-card-bg-alt);
}

.collection-banner-tag-field__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.collection-banner-tag-field__input {
  width: 100%;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
  outline: none;
}

.collection-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 4px 8px 4px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: var(--sandos-accent-soft);
  border: 1px solid var(--sandos-accent-border);
  color: var(--sandos-accent-dark);
}

.collection-banner-tag__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}

.collection-banner-tag__remove {
  flex-shrink: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 2px;
  color: inherit;
  opacity: 0.75;
}

.collection-banner-tag__remove:hover {
  opacity: 1;
}

.banners-sphinx-js {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.45;
}

.banners-sphinx-publish-card {
  margin-top: 20px;
}

.banners-sphinx-publish-card__title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--theme-heading);
}

.banners-sphinx-publish-card__hint {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--theme-muted);
}

.banners-sphinx-publish-card__hint code {
  font-size: 12px;
}

.banners-sphinx-publish-card__out {
  margin: 12px 0 0;
  padding: 12px 14px;
  max-height: 280px;
  overflow: auto;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 8px;
  background: var(--theme-card-bg-alt);
  border: 1px solid var(--theme-card-border);
  color: var(--theme-table-cell-text);
}
