/**
 * Frontend styles for Prisma Meeskond shortcode
 * Ported from meeskond/style.scss
 */

.wp-block-prisma-realtors {
	width: 100%;
	background-color: #ffffff;
	margin: 0 !important;
	padding: 32px 16px;
}

@media screen and (min-width: 64em) {
	.wp-block-prisma-realtors {
		padding: 64px;
	}
}

.realtors {
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}

.realtors__header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}

.realtors__link {
	display: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	color: #232156;
	text-decoration: none;
}

.realtors__link svg {
	margin-left: 8px;
}

@media screen and (min-width: 64em) {
	.realtors__link {
		display: block;
	}
}

.realtors__title {
	text-align: center;
	margin: 0;
	color: #232156;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

@media screen and (min-width: 64em) {
	.realtors__title {
		font-size: 32px;
		line-height: 37px;
	}
}

.realtors__container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 32px;
	align-items: center;
}

.realtors__card {
	flex: 1;
	max-width: 280px;
	display: flex;
	flex-direction: column;
}

.realtors__card svg {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.realtors__name {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #29255E;
	margin-bottom: 4px;
}

.realtors__position {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #61696E;
	margin-bottom: 4px;
}

.realtors__languages {
	display: flex;
	gap: 8px;
	margin-top: 4px;
	margin-bottom: 8px;
}

.realtors__languages .fi {
	width: 16px;
	line-height: 11px;
}

.realtors__image-wrapper {
	position: relative;
	margin-bottom: 16px;
	padding: 30px 40px 0;
}

.realtors__image-bg {
	background-size: cover;
	background-position: center;
}

.realtors__img {
	width: 100%;
	height: auto;
	display: block;
}

.realtors__phone {
	color: #423E9D;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 8px;
	text-decoration: none;
}

.realtors__email {
	color: #423E9D;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-decoration: none;
}

@media screen and (min-width: 37.5em) {
	.realtors__card {
		min-width: 270px;
	}

	.realtors__container {
		flex-direction: row;
		justify-content: center;
	}
}

@media screen and (min-width: 64em) {
	.realtors {
		max-width: 1216px;
	}

	.realtors__container {
		justify-content: flex-start;
	}
}

.realtors__info {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.realtors__container--juhtkond {
	margin-top: 32px;
}