/* MIROMAX Footer Update */
body.miromax-hide-original-footer footer.site-footer:not(#miromax-custom-footer),
body.miromax-hide-original-footer #colophon:not(#miromax-custom-footer),
body.miromax-hide-original-footer .site-info,
body.miromax-hide-original-footer .wp-block-template-part > footer:not(#miromax-custom-footer) {
  display: none !important;
}

#miromax-custom-footer.miromax-footer {
  margin-top: 56px;
  background: #0f172a;
  color: #e5e7eb;
  font-size: 15px;
  line-height: 1.6;
}

#miromax-custom-footer .miromax-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 32px;
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(160px, 1fr));
  gap: 32px;
}

#miromax-custom-footer .miromax-footer__logo {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: .03em;
  margin-bottom: 12px;
}

#miromax-custom-footer p {
  margin: 0 0 12px;
  color: #cbd5e1;
}

#miromax-custom-footer h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
}

#miromax-custom-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#miromax-custom-footer li {
  margin: 0 0 8px;
}

#miromax-custom-footer a {
  color: #e5e7eb;
  text-decoration: none;
}

#miromax-custom-footer a:hover,
#miromax-custom-footer a:focus {
  color: #ffffff;
  text-decoration: underline;
}

#miromax-custom-footer .miromax-footer__badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(59, 130, 246, .16);
  color: #bfdbfe;
  font-size: 13px;
  border: 1px solid rgba(147, 197, 253, .22);
}

#miromax-custom-footer .miromax-footer__cta {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #2563eb;
  color: #ffffff;
  font-weight: 700;
}

#miromax-custom-footer .miromax-footer__cta:hover,
#miromax-custom-footer .miromax-footer__cta:focus {
  background: #1d4ed8;
  color: #ffffff;
  text-decoration: none;
}

#miromax-custom-footer .miromax-footer__bottom {
  border-top: 1px solid rgba(148, 163, 184, .22);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

#miromax-custom-footer .miromax-footer__bottom p {
  margin: 0;
  font-size: 13px;
  color: #94a3b8;
}

@media (max-width: 900px) {
  #miromax-custom-footer .miromax-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  #miromax-custom-footer .miromax-footer__inner {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  #miromax-custom-footer .miromax-footer__bottom {
    display: block;
  }

  #miromax-custom-footer .miromax-footer__bottom p + p {
    margin-top: 8px;
  }
}
