.mrlexx-public-page .form-control {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

.mrlexx-public-page .form-control:focus {
  border-color: rgba(255, 8, 8, 0.75);
  box-shadow: 0 0 0 0.15rem rgba(255, 8, 8, 0.18);
}

.mrlexx-public-page select.form-control option {
  background: #14141b;
  color: #fff;
}

/* Runder Lila-Button „Anschauen“ (Clip-Karten) */
.mrlexx-public-page .clips-open-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.4rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 9999px;
  border: 0;
  text-decoration: none;
  background: #9146ff;
  color: #fff;
  box-shadow: 0 4px 16px rgba(145, 70, 255, 0.32);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.15s ease, color 0.15s ease;
}

.mrlexx-public-page a.clips-open-btn:hover {
  background: #a970ff;
  color: #fff;
  box-shadow: 0 6px 22px rgba(145, 70, 255, 0.48);
  transform: translateY(-1px);
}

.mrlexx-public-page a.clips-open-btn:focus-visible {
  outline: 2px solid #d4b8ff;
  outline-offset: 3px;
}

.mrlexx-public-page .clips-open-btn--disabled {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.42);
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}

/* Forum-style pagination: etwas größer, klare Hover-Zustände */
.mrlexx-public-page .clips-pagination {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
}

.mrlexx-public-page .clips-pag-pages {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.mrlexx-public-page .clips-pag-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0 0.35rem;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 1.05em;
  transition: color 0.15s ease, background 0.15s ease, transform 0.12s ease;
}

.mrlexx-public-page a.clips-pag-arrow:hover {
  color: #fff;
  background: rgba(145, 70, 255, 0.35);
  transform: scale(1.05);
}

.mrlexx-public-page a.clips-pag-arrow:focus-visible {
  outline: 2px solid #c9a3ff;
  outline-offset: 2px;
}

.mrlexx-public-page .clips-pag-arrow.is-disabled {
  color: rgba(255, 255, 255, 0.28);
  pointer-events: none;
  background: transparent;
}

.mrlexx-public-page .clips-pag-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0 0.4rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  font-size: 1em;
  transition: color 0.15s ease, background 0.15s ease, transform 0.12s ease;
}

.mrlexx-public-page a.clips-pag-num:hover {
  color: #fff;
  background: rgba(145, 70, 255, 0.28);
  text-decoration: none;
  transform: translateY(-1px);
}

.mrlexx-public-page a.clips-pag-num:focus-visible {
  outline: 2px solid #c9a3ff;
  outline-offset: 2px;
}

.mrlexx-public-page .clips-pag-num.is-active {
  background: #9146ff;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(145, 70, 255, 0.35);
}

.mrlexx-public-page .clips-pag-ellipsis {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  user-select: none;
  padding: 0 4px;
  font-size: 1em;
}

/* Filter: Person mit Vorschlägen + Custom-Dropdown Zeitraum */
.mrlexx-public-page .clips-person-wrap {
  position: relative;
}

.mrlexx-public-page .clips-person-search {
  padding-right: 2.5rem;
}

/* Twitch-Lila Fokus (überschreibt globales .form-control:focus Rot in der Filterleiste) */
.mrlexx-public-page .clips-filter-form .clips-person-search:focus,
.mrlexx-public-page .clips-filter-form .clips-person-search:focus-visible {
  border-color: #9146ff !important;
  box-shadow: 0 0 0 0.15rem rgba(145, 70, 255, 0.28) !important;
}

.mrlexx-public-page .clips-person-clear {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
}

.mrlexx-public-page .clips-person-clear:hover {
  background: rgba(145, 70, 255, 0.35);
  color: #fff;
}

.mrlexx-public-page .clips-person-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 40;
  max-height: 280px;
  overflow-y: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(20, 20, 27, 0.98);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.mrlexx-public-page .clips-person-suggest-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.65rem 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: #fff;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background 0.12s ease;
}

.mrlexx-public-page .clips-person-suggest-item:last-child {
  border-bottom: 0;
}

.mrlexx-public-page .clips-person-suggest-item:hover,
.mrlexx-public-page .clips-person-suggest-item:focus-visible {
  background: rgba(145, 70, 255, 0.28);
  outline: none;
}

.mrlexx-public-page .clips-filter-dropdown {
  position: relative;
}

.mrlexx-public-page .clips-filter-dropdown-toggle {
  cursor: pointer;
  min-height: calc(1.5em + 0.75rem + 2px);
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}

.mrlexx-public-page .clips-filter-dropdown-toggle:hover {
  border-color: rgba(145, 70, 255, 0.45) !important;
}

.mrlexx-public-page .clips-filter-form .clips-filter-dropdown-toggle:focus,
.mrlexx-public-page .clips-filter-form .clips-filter-dropdown-toggle:focus-visible {
  border-color: #9146ff !important;
  box-shadow: 0 0 0 0.15rem rgba(145, 70, 255, 0.28) !important;
}

.mrlexx-public-page .clips-filter-dropdown.is-open .clips-filter-dropdown-toggle {
  border-color: #9146ff !important;
  box-shadow: 0 0 0 0.15rem rgba(145, 70, 255, 0.22) !important;
}

.mrlexx-public-page .clips-filter-dropdown-chevron {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid rgba(255, 255, 255, 0.65);
  border-bottom: 2px solid rgba(255, 255, 255, 0.65);
  transform: rotate(45deg);
  margin-top: -0.2rem;
  transition: transform 0.18s ease;
}

.mrlexx-public-page .clips-filter-dropdown.is-open .clips-filter-dropdown-chevron {
  transform: rotate(225deg);
  margin-top: 0.1rem;
}

.mrlexx-public-page .clips-filter-dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 35;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(20, 20, 27, 0.98);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.mrlexx-public-page .clips-filter-dropdown-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.65rem 1rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
}

.mrlexx-public-page .clips-filter-dropdown-option:hover,
.mrlexx-public-page .clips-filter-dropdown-option:focus-visible {
  background: rgba(145, 70, 255, 0.28);
  color: #fff;
  outline: none;
}

.mrlexx-public-page .clips-filter-dropdown-option[aria-selected="true"] {
  background: rgba(145, 70, 255, 0.18);
  color: #fff;
  font-weight: 600;
}
