/* === Footer payment strip (eroute.es) === */
.footer-platby-es {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.footer-platby-es__inner {
  max-width: 1178px;
  margin: 0 auto;
  padding: 0 16px;
}

.footer-platby-es__label {
  font-size: 13px;
  color: #888;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-platby-es__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 14px;
}

.footer-platby-es__icons a {
  display: inline-flex;
  align-items: center;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-platby-es__icons a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.footer-platby-es__icons img {
  height: 24px;
  width: auto;
  display: block;
}

/* Klarna má vlastní vyšší proporci — nech ji vlastní výšku */
.footer-platby-es__icons img[alt="Klarna"] {
  height: 28px;
}

.footer-platby-es__link {
  font-size: 14px;
  color: #239D38;
  text-decoration: none;
  font-weight: 600;
}

.footer-platby-es__link:hover {
  text-decoration: underline;
}

.footer-platby-es__link::before {
  content: "▸ ";
  font-weight: 800;
}

/* === Responsive === */
@media screen and (max-width: 575px) {
  .footer-platby-es__icons {
    gap: 16px;
  }
  .footer-platby-es__icons img {
    height: 20px;
  }
  .footer-platby-es__icons img[alt="Klarna"] {
    height: 22px;
  }
  .footer-platby-es__label {
    font-size: 12px;
  }
}
