@use '../../sass/abstracts/variables' as *;
@use '../../sass/abstracts/typography';

#{$component-prefix}compact-footer {
  @include typography.body-small;
  text-align: center;
  padding: 3.75rem 1rem;
  width: 600px;
  max-width: 100%;
  margin: auto;
  flex-shrink: 0;

  &__inner {
    width: 600px;
    max-width: 100%;
    margin: auto;
  }

  .navbar {
    margin: 0 !important;
    border: 0 !important;
  }

  a {
    color: $dark-blue-50;
    text-decoration: none;
    transition: all $transition-effect 0.3s;

    &:hover {
      opacity: 0.85;
    }
  }

  p {
    @include typography.body-small;
  }

  &__logo {
    width: 10rem;
    height: 2.25rem;
    margin: auto;
    margin-bottom: 1rem;
  }
}
