/* Ukishone global styles. */

@font-face {
  font-family: "Reddit Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("/themes/ukishone/assets/fonts/reddit-sans/reddit-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Reddit Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("/themes/ukishone/assets/fonts/reddit-sans/reddit-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bs-body-font-family: "Reddit Sans", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Reddit Sans", Arial, sans-serif;
}
.page:not(body){
  padding-bottom: 0px;
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}

/* Footer */
.uk-footer {
  --uk-footer-bg: #14284a;
  --uk-footer-text: #fcfcfc;
  --uk-footer-muted: #94a0b0;
  background: var(--uk-footer-bg);
  color: var(--uk-footer-text);
  font-family: "Reddit Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.56;
}

.uk-footer a {
  color: inherit;
  text-decoration: none;
}

.uk-footer a:hover,
.uk-footer a:focus-visible {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.uk-footer__container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.uk-footer__main {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 10px;
}

.uk-footer__company {
  padding-right: 40px;
}

.uk-footer__logo {
  display: inline-flex;
  width: 160px;
  min-height: 34px;
  align-items: center;
  margin-bottom: 24px;
}

.uk-footer__logo img {
  display: block;
  width: 160px;
  height: 34px;
  object-fit: contain;
  object-position: left center;
}

.uk-footer__logo span {
  color: #e71750;
  font-size: 24px;
  font-weight: 700;
}

.uk-footer__address {
  margin: 0 0 10px;
  color: inherit;
  font-style: normal;
  font-size: 16px;
  line-height: 1.52;
}

.uk-footer__address strong,
.uk-footer__company-ids dt,
.uk-footer__contact a {
  font-weight: 600;
}

.uk-footer__company-ids {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.52;
}

.uk-footer__company-ids div {
  display: flex;
  gap: 4px;
}

.uk-footer__company-ids dt,
.uk-footer__company-ids dd {
  margin: 0;
}

.uk-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.uk-footer__contact a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  line-height: 1.52;
}

.uk-footer__contact img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.uk-footer__socials {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.uk-footer__socials a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

.uk-footer__socials img {
  display: block;
  width: 24px;
  height: 24px;
}

.uk-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.uk-footer__column,
.uk-footer-links {
  min-width: 0;
}

.uk-footer-links + .uk-footer-links {
  margin-top: 24px;
}

.uk-footer-links__title {
  margin: 0 0 16px;
  color: var(--uk-footer-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.52;
}

.uk-footer-links__toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.uk-footer-links__toggle img {
  display: none;
  width: 20px;
  height: 20px;
  transition: transform 180ms ease;
}

.uk-footer-links__toggle[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.uk-footer-links__content.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 280ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .uk-footer-links__content.collapsing,
  .uk-footer-links__toggle img {
    transition: none;
  }
}

@media (min-width: 768px) {
  .uk-footer-links__content.collapse {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }
}

.uk-footer-links__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-footer-links__list li {
  margin: 0;
}

.uk-footer-links__list a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 0;
  line-height: 1.56;
}

.uk-footer__bottom {
  display: flex;
  min-height: 40px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--uk-footer-muted);
}

.uk-footer__bottom p {
  margin: 0;
}

.uk-footer__bottom > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-align: right;
}

.uk-footer__bottom img {
  width: 16px;
  height: 24px;
}

.uk-footer__legacy {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 160, 176, 0.45);
  display: none;
}

.uk-footer__legacy:empty {
  display: none;
}

.uk-footer__legacy .footer-block__title,
.uk-footer__legacy .footer-block__content,
.uk-footer__legacy a {
  color: var(--uk-footer-text);
}

@media (max-width: 991.98px) {
  .uk-footer__container {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .uk-footer__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .uk-footer__company {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .uk-footer__container {
    padding: 40px 16px;
  }

  .uk-footer__main {
    gap: 10px;
  }

  .uk-footer__company {
    width: 320px;
    max-width: 100%;
    padding-right: 40px;
  }

  .uk-footer__links {
    display: block;
    padding: 24px 0;
  }

  .uk-footer-links,
  .uk-footer-links + .uk-footer-links {
    margin: 0;
  }

  .uk-footer-links__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.44;
  }

  .uk-footer-links__toggle {
    min-height: 48px;
    padding: 4px 0;
  }

  .uk-footer-links__toggle img {
    display: block;
    flex: 0 0 20px;
  }

  .uk-footer-links__content {
    padding-bottom: 12px;
  }

  .uk-footer-links__list {
    padding: 4px 0 8px;
  }

  .uk-footer__bottom {
    min-height: 0;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 0;
    padding-top: 12px;
    text-align: center;
  }

  .uk-footer__bottom > a {
    text-align: center;
  }
}
