
.editor-styles-wrapper .block-editor-block-list__layout .leaders-block__grid, body.frontend .leaders-block__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
	margin: 40px auto;
	max-width: 1300px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .leaders-block__grid, body.frontend .leaders-block__grid {
		grid-template-columns: 1fr;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .leaders-block__grid.single-item, .editor-styles-wrapper .block-editor-block-list__layout .leaders-block__grid:only-child, body.frontend .leaders-block__grid.single-item, body.frontend .leaders-block__grid:only-child {
	justify-content: center;
}

.editor-styles-wrapper .block-editor-block-list__layout .leaders-block__grid.single-item, body.frontend .leaders-block__grid.single-item {
	display: flex;
}

.editor-styles-wrapper .block-editor-block-list__layout .leaders-block__grid.single-item .leader-card, body.frontend .leaders-block__grid.single-item .leader-card {
	max-width: 700px;
	width: 700px;
}

.editor-styles-wrapper .block-editor-block-list__layout .leaders-block__grid.single-item .leader-card__image img, body.frontend .leaders-block__grid.single-item .leader-card__image img {
	height: 125px !important;
	width: 125px;
}

.editor-styles-wrapper .block-editor-block-list__layout .leader-card, body.frontend .leader-card {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
	padding: 28px 35px;
	transition: all .25s ease;
}

.editor-styles-wrapper .block-editor-block-list__layout .leader-card:hover, body.frontend .leader-card:hover {
	box-shadow: 0 12px 38px rgba(0, 0, 0, .18);
	transform: translateY(-3px);
}

@media only screen and (min-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .leader-card, body.frontend .leader-card {
		padding: 22px 20px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .leader-card__wrapper, body.frontend .leader-card__wrapper {
	display: flex;
	gap: 28px;
}

@media (max-width:768px) {
	.editor-styles-wrapper .block-editor-block-list__layout .leader-card__wrapper, body.frontend .leader-card__wrapper {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .leader-card__image img, body.frontend .leader-card__image img {
	border-radius: 50%;
	height: 125px !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	width: 125px;
}

.editor-styles-wrapper .block-editor-block-list__layout .leader-name, body.frontend .leader-name {
	color: #000d42;
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 6px;
}

.editor-styles-wrapper .block-editor-block-list__layout .leader-title, body.frontend .leader-title {
	color: #666;
	font-size: 16px;
	margin-bottom: 18px;
}

.editor-styles-wrapper .block-editor-block-list__layout .leader-contact, body.frontend .leader-contact {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .leader-row, body.frontend .leader-row {
	align-items: center;
	display: flex;
	gap: 10px;
}

.editor-styles-wrapper .block-editor-block-list__layout .leader-row a, body.frontend .leader-row a {
	color: #003087;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.editor-styles-wrapper .block-editor-block-list__layout .icon svg, body.frontend .icon svg {
	fill: #555;
	display: inline-block;
	height: 18px;
	margin-top: -2px;
	width: 18px;
}

.editor-styles-wrapper .block-editor-block-list__layout .linkedin-icon svg, body.frontend .linkedin-icon svg {
	fill: #282567;
	height: 18px;
	margin-top: -3px;
	transition: opacity .2s;
	width: 18px;
}

.editor-styles-wrapper .block-editor-block-list__layout .linkedin-icon:hover svg, body.frontend .linkedin-icon:hover svg {
	opacity: .75;
}
