.footer-main {
  background: #2d3231;
  color: #fff;
  font-size: 15px;
}

.footer-top {
  padding: 32px 0 0 0;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.footer-links {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
}
.footer-link:hover,
.footer-link:focus {
  color: #ffe600;
}

.footer-asterisk-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  margin-top: 8px;
}

.footer-warning-row {
  color: #ccc;
  font-size: 13px;
  text-align: center;
  margin-bottom: 18px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.footer-divider {
  border-top: 1.5px solid #444;
  margin: 24px 0 0 0;
  width: 100%;
}

.footer-bottom {
  padding: 24px 0 0 0;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.footer-eeep-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.footer-eeep-logo {
  height: 40px;
  width: auto;
  display: block;
}

.footer-eeep-text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.footer-copyright {
  color: #888;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  padding-bottom: 18px;
}

/* Адаптивність */
@media (max-width: 700px) {
  .footer-links {
    gap: 18px;
    font-size: 0.95em;
  }
  .footer-eeep-text {
    font-size: 15px;
  }
  .footer-eeep-row {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .footer-asterisk-row {
    font-size: 12px;
  }
  .footer-eeep-text {
    font-size: 12px;
  }
}
