/* ─── Site Footer ─────────────────────────────────────────────────── */

/* Override legacy Weebly footer styles */
#footer-wrap {
  background: none !important;
  overflow: visible !important;
  text-align: left !important;
  padding: 0 !important;
}

#footer-wrap .wsite-footer {
  padding: 0 !important;
  max-width: none !important;
}

#cvbs-footer {
  background: #333;
  color: #ccc;
  padding: 40px 0 0;
  font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

#cvbs-footer a {
  color: #f0a030;
  text-decoration: none;
  transition: color 0.2s;
}

#cvbs-footer a:hover {
  color: #fff;
}

.cvbs-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.cvbs-footer-col {
  flex: 1;
  min-width: 180px;
}

.cvbs-footer-col h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cvbs-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cvbs-footer-col ul li {
  margin-bottom: 8px;
}

.cvbs-footer-col p {
  margin: 0 0 10px;
  color: #aaa;
}

/* Social icons */
.cvbs-social-links {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.cvbs-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #ccc;
  transition: background 0.2s, color 0.2s;
}

.cvbs-social-links a:hover {
  background: #f0a030;
  color: #333;
}

/* Payment icons row */
.cvbs-payment-icons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4px;
}

.cvbs-payment-icons span {
  background: #fff;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: 0.3px;
}

/* Amazon note */
.cvbs-amazon-note {
  font-size: 12px;
  color: #888;
  margin-top: 6px;
}

/* Footer bottom bar */
.cvbs-footer-bottom {
  margin-top: 32px;
  padding: 16px 24px;
  border-top: 1px solid #444;
  text-align: center;
  font-size: 12px;
  color: #888;
}

.cvbs-footer-bottom a {
  color: #999;
}

.cvbs-footer-bottom a:hover {
  color: #f0a030;
}

/* ─── Footer Responsive ──────────────────────────────────────────── */

@media screen and (max-width: 767px) {
  .cvbs-footer-inner {
    flex-direction: column;
    gap: 24px;
  }

  .cvbs-footer-col {
    min-width: 100%;
  }

  #cvbs-footer {
    padding: 30px 0 0;
  }

  .cvbs-footer-bottom {
    margin-top: 24px;
  }
}
