/* ==========================================================================
   Profile Styling
   ========================================================================== */


/* Profile field label gaps*/

.field--label-inline {
	display: flex;
	gap: .5em;
}

/* Profile email text customizations*/

.field--name-field-profile-email > .field__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Remove country from address */

p.address > .country {
	display: none;
}

/** Remove weird spacing on organizations on individual profile pages **/

.node--type-osu-profile .field--name-field-osu-organizations .field__items {
	display: block;
}

/* Controls image width in various areas of profile tables */

.coe-profile-image-360 {
	border-right: 1px solid #ccc !important;
  padding: 20px;
  text-align: center;
}
.coe-profile-image-360 img {
	min-width: 260px;
	width: 260px;
}