.business-profile__tab-container {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.business-profile__card {
  width: 100%;
  flex-basis: 50%;
  align-items: stretch;
  flex-grow: 1;
  min-width: 343px;
}

.business-profile__card__container {
  margin: 10px 10px 20px 10px;
}

md-card {
  margin-bottom: 20px;
}

// Assume we want full width input elements
md-input-container, md-select, va-input, va-input-repeated, va-input-textarea, va-input-tags, va-hours-of-operation {
  width: 100%;
}

md-input-container, va-input, va-input-repeated, va-input-textarea, va-input-tags {
  margin-bottom: 15px;
}

// Space out md selects roughly like md inputs (1em margins inside, 15px extra bottom)
md-select {
  margin: 1em 0 calc(1em + 15px) 0;
}

.remove-field-button {
  // Make it similar shape to other material component input suffix controls (select dropdown)
  cursor: pointer;
  font-size: 14px;
  margin: 0 4px;
}

.card-invalid {
  background-color: rgba(255, 240, 240, 0.3);
}

.tab-invalid {
  color: red;
}

// Use full width and center tabs
md-tab-group {
  width: 100%;

  /deep/ .mat-tab-labels {
    justify-content: space-around;
  }
}
