/*
 * Base ligera para la fase 1 del rediseño bbPress.
 * Aquí migrarán los snippets visuales de portada, categorías, topic, search y paginación.
 */

.bbp-breadcrumb,
.bbp-breadcrumb p,
.bbp-breadcrumb a {
  font-weight: 700;
}

.bbp-breadcrumb .bbp-breadcrumb-sep {
  opacity: .75;
  padding: 0 6px;
}

.bbp-pagination-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  margin: 0 6px 6px 0;
  border-radius: 10px;
  border: 1px solid var(--am-border);
  background: #fff;
  text-decoration: none;
}

.bbp-pagination-links .page-numbers.current,
.bbp-pagination-links .page-numbers:hover {
  border-color: var(--am-primary);
  color: var(--am-primary);
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.1);
}

.fp-reply__link {
  opacity: .7;
}

.fp-topic__title a,
.bbp-forum-title,
.fp-replytop a,
.bbp-reply-title a {
  text-decoration: none;
}

.fp-topic__title a:hover,
.bbp-forum-title:hover,
.fp-replytop a:hover,
.bbp-reply-title a:hover {
  text-decoration: underline;
}

/* ===== V10.51 paginación negra consistente ===== */
.bbp-pagination-links .page-numbers.current,
.bbp-pagination-links .page-numbers:hover,
.bbp-pagination-links .page-numbers:focus-visible {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.bbp-pagination-links .page-numbers.dots,
.bbp-pagination-links .page-numbers.dots:hover {
  background: #ffffff !important;
  border-color: var(--am-border) !important;
  color: rgba(17, 17, 17, 0.55) !important;
  box-shadow: none !important;
}
