/*!
 * Webcampista – Footer corporativo (AJUSTADO)
 * Requiere bootstrap5_wc_capado.css
 * Scope: .wc-footer (no afecta a XenForo)
 */

/* ======================================
   Integración con footer XenForo
   ====================================== */
.p-footer {
  margin-bottom: 0 !important;
}

.wc-footer {
  margin-top: 0 !important;
}

/* separación visual respecto al footer XF */
.wc-footer {
  margin-top: 2rem;
}

/* ======================================
   Footer wrapper / marca
   ====================================== */
.wc-footer .footer-brand-area {
  background-color: #4578AD;
  text-align: right;
  padding: 8px 1rem;        /* altura ajustada */
  line-height: 1.35;        /* igual a XF */
  font-size: 13px;          /* tamaño base XenForo */
}

/* ======================================
   Marca / copyright
   ====================================== */
.wc-footer .footer-copy {
  font-family: 'Kaushan Script', cursive, system-ui;
  font-size: 13px;          /* IGUAL que footer XF */
  line-height: 1.35;
  color: #ffffff;
  display: inline-block;
  margin: 0;
}

/* ======================================
   Bloque de enlaces
   ====================================== */
.wc-footer .footer-links {
  padding: 6px 0;           /* reducido para igualar altura */
  font-size: 13px;
  line-height: 1.35;
}

.wc-footer .footer-links a {
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wc-footer .footer-links a:hover {
  color: #033c73;
  text-decoration: underline;
}

/* mantener altura estable */
.wc-footer .text-link-stable {
  display: inline-block;
  min-height: 1.35em;
}

/* ======================================
   Social icons
   ====================================== */
.wc-footer .footer-social {
  padding: 6px 0;
  text-align: center;
}

.wc-footer .footer-social a {
  color: #0d6efd;
  margin: 0 0.4rem;
  font-size: 1.1rem;
  line-height: 1;
  transition: color 0.2s ease;
}

.wc-footer .footer-social a:hover {
  color: #033c73;
}

/* ======================================
   Separadores
   ====================================== */
.wc-footer hr {
  margin: 4px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* eliminar márgenes internos innecesarios */
.wc-footer p,
.wc-footer div {
  margin-bottom: 0;
}

/* ======================================
   Responsive tweaks
   ====================================== */
@media (max-width: 767.98px) {

  .wc-footer .footer-brand-area {
    text-align: center;
  }

  .wc-footer .footer-links {
    text-align: center;
  }

  .wc-footer .footer-links .text-start,
  .wc-footer .footer-links .text-end {
    text-align: center !important;
  }
}
