/**
 * Contact blocks
 */

@use "../settings" as *;
@use "../tools" as *;

.img-contact {
  width: edgel-px-rem(100);
  margin-bottom: edgel-px-rem(12);
  @include edgel-shadow-light();
}

.list-contact,
.list-contact-orgs {
  @include list-unstyled();
  line-height: $contact-list-line-height;
}

.list-contact {
  .bi,
  [class^="bi-"],
  [class*=" bi-"],
  .icon {
    margin-right: .5em;
  }
}

.list-contact-orgs {
  font-weight: $font-weight-semibold;
}
