/**
 * About Us Plugin — Front-end Styles
 * Roster shortcode and single bio page.
 */

/* -------------------------------------------------------------------------
   Roster shortcode [about_us_roster]
   ------------------------------------------------------------------------- */

.hg-about-us-roster {
	margin: 2rem 0;
}

.hg-about-us-roster-section {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e9ecef;
}

.hg-about-us-roster-section:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.hg-about-us-roster-heading {
	font-size: 1.5rem;
	font-weight: 700;
	color: #002D42;
	margin-bottom: 0.75rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #002D42;
}

.hg-about-us-roster-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hg-about-us-roster-item {
	padding: 0.4rem 0;
	line-height: 1.5;
}

.hg-about-us-roster-link {
	color: #002D42;
	text-decoration: none;
	font-weight: 500;
}

.hg-about-us-roster-link:hover {
	text-decoration: underline;
	color: #004d73;
}

.hg-about-us-roster-name {
	color: #333;
	font-weight: 500;
}

.hg-about-us-roster-empty {
	color: #646970;
	margin: 1rem 0;
}

/* -------------------------------------------------------------------------
   Single bio page
   ------------------------------------------------------------------------- */

.hg-about-us-single-hero {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 992px) {
	.hg-about-us-single-hero {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.hg-about-us-single-content {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 992px) {
	.hg-about-us-single-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.hg-about-us-single-bio {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #333;
}

.hg-about-us-single-bio p {
	margin-bottom: 1.2em;
}

.hg-about-us-single-thumb img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.hg-about-us-btn-back {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #002D42;
	color: #002D42;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 0.9rem;
	transition: all 0.3s ease;
}

.hg-about-us-btn-back:hover {
	background: #002D42;
	color: #fff;
}

.hg-about-us-single-back {
	margin-top: 1rem;
}

@media (min-width: 992px) {
	.hg-about-us-single-back {
		margin-top: 0;
	}
}

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */

@media (max-width: 767px) {
	.hg-about-us-roster-heading {
		font-size: 1.25rem;
	}
}
