
/* Center the footer text and keep spacing tight */
.td-footer-bottom-copyright,
.pq-copy { 
  text-align: center; 
  margin: 0; 
}

/* Inherit footer link color + subtle hover */
.pq-copy a { 
  text-decoration: none; 
  color: inherit; 
}
.pq-copy a:hover { 
  text-decoration: underline; 
   color: #ffffff !important;
}

/* Mobile: stack onto two lines */
@media (max-width: 576px) {
  .pq-sep { display: none; }         /* hide the pipe */
  .pq-host { display: block; margin-top: 4px; }
  .td-brands-item a img {
        width: 240px !important;
    }
}