.webresto-address-form {
  display: block;
  width: 100%;

  .fields {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;

    mat-form-field {
      width: 100%;
      margin-bottom: 44px;
      box-sizing: border-box;

      @media (max-width: 660px) {
        margin-bottom: 0;
      }

      &:not(.fullwidth-field) {
        max-width: 18.75rem;
      }
    }
  }
}
