.spell-footer {
  padding: 2rem 1rem;
  font-family: Arial, sans-serif;
}

.spell-footer__top.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.spell-footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex: 1 1 100%;
}

.spell-footer__col {
  flex: 1;
  min-width: 150px;
}

.spell-footer__title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.spell-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spell-footer__list li {
  margin: 0.3rem 0;
}

.spell-footer__list li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.spell-footer__list li a:hover {
  text-decoration: underline;
}

.spell-footer__payments img {
  max-height: 30px;
  margin: 0.2rem;
  object-fit: contain;
}

.spell-footer__logo {
    text-align: center;
    margin-top: 2rem;
    display: flex;
    align-items: center;
}

.spell-footer__logo img {
  max-width: 100px;
  height: auto;
}

.spell-footer__bottom {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.spell-footer__social a {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 1.2rem;
  color: inherit;
}

.spell-footer__social a:hover {
  opacity: 0.7;
}

.spell-footer__copy {
  font-size: 0.9rem;
  opacity: 0.7;
  text-align: center;
}
