.posten-logo {
  max-width: 100%;
}

.input {
  display: flex;
  flex-direction: row;
  column-gap: 10px;

  @media only screen and (max-width: 1200px) {
    flex-direction: column;
    row-gap: 10px;
  }

  button {
    min-width: fit-content;
  }
}

body {
  height: 100vh;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.left-arrow {
  width: 1em;
  margin-right: 8px;
}

@media only screen and (min-width: 1200px) {
  .footer-buttons {
    max-width: 15%;
  }
}

.logo-and-text__wrapper {
  justify-content: space-between;
  display: flex;
  flex-direction: column;

  @media only screen and (min-width: 1200px) {
    margin-right: var(--hds-spacing-24);
  }

  @media only screen and (max-width: 1200px) {
    margin-top: var(--hds-spacing-24);
  }
}

@media only screen and (max-width: 1200px) {
  .logo-text-and-buttons__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

.footer_line {
  margin-top: 0 !important;
}
