/* Hide normal footer except sticky footer + monetization block */
body.has-comparator #ac-footer .ac-footer__rule,
body.has-comparator #ac-footer .ac-footer-cols,
body.has-comparator #ac-footer .row > [class*="col-"],
body.has-comparator footer.copyright-footer {
  display: none !important;
}

/* Custom Footer */
.comparator-custom-footer {
  padding: 24px 15px 32px 15px;
  border-top: none;
  position: relative;
  z-index: 2000;
  background-color: #fff;
}

.comparator-custom-footer .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}

.comparator-custom-footer .footer-title {
  margin: 0 0 8px 0;
  color: #343535;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.084px;
}

.comparator-custom-footer .btn-dino {
  font-size: 14px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.comparator-custom-footer .feedback-note {
  margin: 0 0 24px 0;
  color: #58595B;
  fill: #58595B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0px;
}

.comparator-custom-footer .footer-links {
  margin-bottom: 20px;
}

.comparator-custom-footer .footer-link {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  margin-right: 16px;
  margin-bottom: 12px;
  line-height: 160%;
}

.comparator-custom-footer .footer-bottom {
  border-top: none;
  padding-top: 0;
}

.comparator-custom-footer .logo-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.comparator-custom-footer .logo-section svg {
  fill: var(--color-secondary, var(--base-secondary, #015aa3));
}

.comparator-custom-footer .copyright {
  color: #58595B;
  font-size: 12px;
  line-height: 160%;
}

@media (min-width: 768px) {
  .comparator-custom-footer .row {
    align-items: center;
  }

  .comparator-custom-footer .footer-title {
    font-size: 16px;
  }

  .comparator-custom-footer .btn-dino {
    font-size: 16px;
  }

  .comparator-custom-footer .feedback-note {
    font-size: 14px;
  }

  .comparator-custom-footer .footer-link {
    margin-right: 16px;
  }
}
