.nimo-support-footer {
  box-sizing: border-box;
  width: var(--scaled-canvas-width, 1440px);
  max-width: 100%;
  min-height: 144px;
  margin: 0 auto;
  padding: 42px clamp(24px, 8.33vw, 120px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #353538;
  background: #111114;
  color: #f7f7f8;
  font-family: inherit;
}

.nimo-support-footer__label {
  color: #bcbcc3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.5;
}

.nimo-support-footer__address {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  direction: ltr;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: #77777d;
  text-underline-offset: 5px;
  unicode-bidi: isolate;
}

.nimo-support-footer__address:hover { text-decoration-color: #fff; }
.nimo-support-footer__address:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

@media (width <= 820px) {
  .nimo-support-footer {
    width: 100%;
    min-height: 0;
    padding: 32px 20px 38px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .nimo-support-footer__label { font-size: 13px; }
  .nimo-support-footer__address { font-size: 18px; }
}
