/* Tvarkingas, kompaktiškas viešos svetainės footer. */
.site-footer.compact-footer {
  display: block;
  min-height: 0;
  width: min(1200px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 0 0 18px;
  border: 0;
  background: none;
  box-shadow: none;
  text-align: center;
}

.site-footer.compact-footer::before { content: none; }

.compact-footer .footer-inner {
  padding: 17px 24px 13px;
  border: 1px solid #dfe8e3;
  border-radius: 22px;
  background: rgb(255 255 255 / 84%);
  box-shadow: 0 12px 36px rgb(28 59 47 / 5%);
}

.compact-footer .footer-groups {
  width: min(960px, 100%);
  margin: 0 auto;
}

.compact-footer .footer-services-group { margin: 0; }

.compact-footer .footer-service-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-self: auto;
  gap: 8px 52px;
  width: min(880px, 100%);
  margin: 0 auto;
  color: #486151;
  font-size: 11px;
  font-weight: 650;
}

.compact-footer .footer-service-links a {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid #e3ebe7;
  border-radius: 10px;
  background: rgb(247 250 248 / 82%);
  line-height: 1.35;
}

.compact-footer .footer-info-links {
  display: flex;
  width: min(880px, 100%);
  justify-self: auto;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 52px;
  margin: 11px auto 0;
  padding-top: 10px;
  border-top: 1px solid #e8eeeb;
  color: #52695e;
  font-size: 11px;
  font-weight: 560;
}

.compact-footer .footer-info-links a {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 4px 2px;
}

.compact-footer a:hover {
  color: #3e651a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.compact-footer a:focus-visible {
  outline: 2px solid #608024;
  outline-offset: 3px;
}

.compact-footer .footer-bottom-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 10px -8px -3px;
  padding: 10px 16px;
  border: 0;
  border-radius: 12px;
  color: rgb(255 255 255 / 86%);
  background: linear-gradient(135deg, #0a2031, #12394d);
  font-size: 10px;
}

.compact-footer .footer-copyright { margin: 0; line-height: 1.5; }

.compact-footer .footer-consent-settings {
  display: inline-flex;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  color: #b8e643;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  opacity: .82;
}

@media (max-width: 720px) {
  .site-footer.compact-footer {
    width: calc(100% - 24px);
    margin-top: 14px;
    padding-bottom: 12px;
  }

  .compact-footer .footer-inner {
    padding: 14px 13px 12px;
    border-radius: 19px;
  }

  .compact-footer .footer-service-links {
    gap: 6px;
    font-size: 10.5px;
  }

  .compact-footer .footer-service-links a {
    min-height: 38px;
    padding: 7px 8px;
  }

  .compact-footer .footer-info-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 16px;
    margin-top: 9px;
    padding-top: 8px;
    font-size: clamp(8.8px, 2.5vw, 10px);
    letter-spacing: -.01em;
  }

  .compact-footer .footer-info-links a {
    min-height: 26px;
    padding: 2px 0;
    white-space: nowrap;
  }

  .compact-footer .footer-bottom-line {
    flex-direction: column;
    gap: 4px;
    margin: 7px -2px -1px;
    padding: 9px 12px;
  }
}
