.footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 40px 0 20px;
  border-top: 1px solid #333;
  text-align: left;
}

.footerContainer {
  max-width: 1416px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

.footerSection {
  flex: 1;
  margin: 10px;
  min-width: 200px;
}

.footerSection h4 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #e61111;
}

.footerSection ul {
  list-style: none;
  padding: 0;
}

.footerSection ul li {
  margin-bottom: 10px;
}

.footerSection a {
  color: #ffffff;
  text-decoration: none;
}

.footerSection a:hover {
  text-decoration: underline;
  color: #e61111;
}

.footerSocial {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footerSocialLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

.footerSocialLink svg {
  color: #e61111;
  flex-shrink: 0;
}

.footerSocialLink:hover {
  color: #e61111;
  text-decoration: none;
}

.cookieLink {
  background: none;
  border: none;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
  width: 100%;
}

.cookieLink:hover {
  text-decoration: underline;
  color: #e61111;
}

.footerCertificate {
  width: 120px;
  margin-top: 10px;
}

.footerBottom {
  border-top: 1px solid #333;
  padding-top: 10px;
  text-align: center;
  font-size: 0.9rem;
}

