.contact-card {
  width: 100%;
  height: 100%;
  border: solid 1px $gray-border-color;
  &__wrapper {
    height: 100%;
  }
  &__initials-wrapper {
    background: $warning-medium-color;
    border-radius: 100%;
    width: 80px;
    height: 80px;
  }
  &__initials {
    height: 100%;
    text-align: center;
    font-size: $large-title-font-size-global;
    font-weight: bold;
    text-transform: uppercase;
  }
  &__info {
    padding: 15px 10px;
    height: 100%;
  }
  &__actions {
    padding: 5px 10px;
    background-color: $warning-light-color;
    border-radius: 0 0 5px 5px;
  }
}

.brokers-card {
  width: 100%;
  height: 100%;
  border: solid 1px $gray-border-color;
  &__wrapper {
    height: 100%;
  }
  &__initials-wrapper {
    background: $warning-medium-color;
    border-radius: 100%;
    width: 80px;
    height: 80px;
  }
  &__initials {
    height: 100%;
    text-align: center;
    font-size: $large-title-font-size-global;
    font-weight: bold;
    text-transform: uppercase;
  }
  &__info {
    padding: 15px 10px;
    height: 100%;
  }
  &__default {
    padding: 5px 10px;
    background-color: #fff9e3;
    border-radius: 0 0 5px 5px;
  }
  &__admin {
    background-color: #f1f8ff;
  }
  &__none {
    background-color: #efefef;
  }
}

.max-img-card {
  max-width: 250px;
}