.nut-footer {
  width: $footer-width;
  height: $footer-height;
  display: flex;
  flex-direction: $footer-flex-direction;
  align-items: $footer-align-items;
  justify-content: $footer-justify-content;
  padding: $footer-padding;
  background-color: $footer-background-color;
  box-sizing: border-box;
  &__logo {
    width: $footer-logo-width;
    height: $footer-logo-height;
  }
  &__text {
    width: 100%;
    font-size: $footer-text-font-size;
    line-height: $footer-text-line-height;
    color: $footer-text-color;
    padding: $footer-text-padding;
    text-align: $footer-text-text-align;
    box-sizing: border-box;
  }
  &__has--logo.nut-footer__has--text {
    .nut-footer__text {
      margin: $footer-text-margin;
    }
  }
  &__deep {
    .nut-footer__text {
      color: $footer-deep-text-color;
    }
  }
}
