[data-component-id="avchildcare:location_card_small"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;

  & .location-card-small__image {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 1000px;
    flex-shrink: 0;
  }

  & .location-card-small__heading {
    color: var(--link-primary);
  }
}
