﻿body {
	background-color: var(--color-blue);
}

.bio-teaser.bio-teaser--large {
	display: flex;
	align-items: center;
	font-family: DM Sans, sans-serif;
	font-size: 16px;
	line-height: 145%;
	font-weight: 400;
}

img.bio-teaser__image {
	border-radius: 50%;
	width: 64px;
	height: 64px;
	object-fit: cover;
	margin-right: 12px;
}

p.bio-teaser__name {
	font-size: 23px;
	line-height: 120%;
	font-weight: 700;
	margin: 0;
}

.container.member-container {
	width: 100%;
}

section.member-container__inner {
	width: 100%;
}

i.fa-solid.fa-star {
	color: #e38d13 !important;
}

.result .result__tag h5 {
	margin-top: 5px;
}

.section-heading p {
	margin-bottom: 30px;
}

.section-heading h2.h2-desk {
	margin-bottom: 15px;
}

@media (min-width: 821px) {
	.result .result__info, .result .result__button {
		flex-basis: calc(33.3333% - 30px) !important;
	}
}

@media (min-width: 821px) and (max-width: 1422px) {
	a.button.button--secondary.button--invert.mt-4 {
		width: 140px;
		white-space: normal;
	}
}

@media (min-width: 992px) {
	.member-panel {
		padding: 25px;
		margin-right: 48px;
	}
}

@media (max-width: 768px)  {
	.pe-3 {
		padding-right: 0 !important;
	}
	.member-panel {
		margin-bottom: 15px;
	}
	p.bio-teaser__name {
		padding: 0 !important;
	}
}

.account-container {
	padding: 15px;
	background-color: #FFF;
}