/**
 * Motorlink child theme - custom styles
 * Eprodes Solutions S.L - https://eprodes.es
 */

/* Footer copyright (cliente) + desarrollador (Eprodes) — fila a ancho completo */
.tvfooter-copy-payment-icon-inner {
  flex-wrap: wrap;
}

.motorlink-footer-credits.tvcopylink {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  order: 20;
  padding: 12px 0 0;
  text-align: left;
  box-sizing: border-box;
}

.motorlink-footer-credits__text,
.tvcopylink.motorlink-footer-credits p.motorlink-footer-credits__text {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0 !important;
  line-height: 1.5;
  text-transform: none !important;
  font-weight: 400;
  /* Evita el hover colectivo del tema (.tvcopylink p:hover) */
  color: inherit !important;
}

/* Anula hover del <p> completo del tema padre */
.tvcopylink.motorlink-footer-credits p:hover,
.motorlink-footer-credits.tvcopylink p:hover,
.footer-container .tvcopylink.motorlink-footer-credits p:hover,
#footer .tvcopylink.motorlink-footer-credits p:hover {
  color: inherit !important;
}

.motorlink-footer-credits__copyright,
.motorlink-footer-credits__developer {
  display: inline-block;
  color: inherit;
}

.motorlink-footer-credits__brand,
.motorlink-footer-credits__agency {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

/* Hover solo en el enlace concreto, no en todo el bloque */
.motorlink-footer-credits__brand:hover,
.motorlink-footer-credits__agency:hover {
  color: #e53f29;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .motorlink-footer-credits.tvcopylink {
    text-align: center;
    padding-top: 10px;
  }

  .motorlink-footer-credits__text,
  .tvcopylink.motorlink-footer-credits p.motorlink-footer-credits__text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
  }
}
