@use '../../../common/scss/global.scss';
@use '~@kyndryl-design-system/shidoka-foundation/scss/mixins/typography.scss';

:host {
  display: block;
}

.footer {
  padding: 8px var(--kd-page-gutter) 12px;
  box-shadow: 0 -1px 0 var(--kd-color-border-light);
}

.footer-links {
  margin: 0 -12px 8px;
}

.footer-cpr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logo-container {
  margin-bottom: 8px;
}

.logo-link {
  svg {
    display: block;
    width: auto;
    height: 20px;
  }
}

.copyright {
  @include typography.type-ui-04;
  color: var(--kd-color-text-secondary);
}

@media (min-width: 42rem) {
  .footer-cpr {
    flex-direction: row-reverse;
  }

  .logo-container {
    margin-bottom: 0;
  }
}
