/* SmutClub Reader UX Fixes */
.smutclub-quick-filters {
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid rgba(208, 45, 51, 0.35);
  border-radius: 18px;
  background: rgba(120, 24, 26, 0.14);
}
.smutclub-quick-filters__title {
  margin: 0 0 12px;
  color: #efe1e1;
  font-size: 18px;
  font-weight: 700;
}
.smutclub-quick-filters__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.smutclub-quick-filter,
.smutclub-clear-filter,
.smutclub-where-to-find a,
a.smutclub-where-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(239, 225, 225, 0.35) !important;
  background: #78181a !important;
  color: #ffffff !important;
  text-decoration: none !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.smutclub-quick-filter:hover,
.smutclub-clear-filter:hover,
.smutclub-where-to-find a:hover,
a.smutclub-where-button:hover {
  background: #d02d33 !important;
  color: #ffffff !important;
  border-color: #d02d33 !important;
  transform: translateY(-1px);
}
.smutclub-quick-filter.is-active {
  background: #d02d33 !important;
  border-color: #d02d33 !important;
}
.smutclub-clear-filter {
  background: transparent !important;
}
.smutclub-advanced-filters {
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid rgba(239, 225, 225, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: #efe1e1;
}
.smutclub-advanced-filters > summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #efe1e1;
  list-style-position: inside;
}
.smutclub-advanced-filters__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.smutclub-advanced-filters__inner > * {
  min-width: 0;
}
.smutclub-where-to-find {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center;
  margin: 14px 0 18px !important;
}
.smutclub-spice-fallback {
  opacity: .85;
}
@media (max-width: 640px) {
  .smutclub-quick-filters { padding: 14px; }
  .smutclub-quick-filter,
  .smutclub-clear-filter,
  .smutclub-where-to-find a,
  a.smutclub-where-button {
    width: 100%;
  }
}
