/*  Custom Styles */
@import url('../../assets-custom/root.css');

/* Your Custom Styles */
.site-footer {
  background: #0a0a0a;
  color: #fff;
  padding: 60px 20px;
  font-family: sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer-column {
  flex: 1 1 30%;
  min-width: 200px;
  margin-bottom: 30px;
}

.footer-brand .footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
}

.footer-brand .footer-logo .highlighted {
  background: var(--ea-primary-color);
  color: #000;
  padding: 0 8px;
  border-radius: 4px;
}

.footer-text {
  color: #ffffffcc;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 250px;
}

.payment-icons img {
  margin-right: 10px;
  vertical-align: middle;
  width: 40px;
  height: auto;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-links,
.footer-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-info li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffffcc;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #fff;
}

.footer-info li {
  font-size: 0.9rem;
  color: #ffffffcc;
}

.footer-line {
  border: none;
  border-top: 1px solid #333;
  margin-bottom: 20px;
}

.footer-bottom {
  text-align: center;
  font-size: 0.9rem;
  color: #ffffffcc;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-column {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .footer-brand .footer-logo {
    font-size: 1.2rem;
  }

  .footer-text,
  .footer-links li,
  .footer-info li {
    font-size: 0.85rem;
  }

  .payment-icons img {
    width: 30px;
  }
}
