.seo-expert-wrapper {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 24px;
	margin: 40px 0;
	border-left: 4px solid #007b5e;
	border-radius: 0 12px 12px 0;
	background: #f8f9fa;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.seo-expert-photo {
	flex-shrink: 0;
}

.seo-expert-photo__image {
	display: block;
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.seo-expert-content {
	flex: 1 1 auto;
	min-width: 0;
}

.seo-expert-name {
	margin: 0 0 4px;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.seo-expert-role {
	display: block;
	margin-bottom: 12px;
	color: #777;
	font-size: 13px;
	line-height: 1.5;
}

.seo-expert-text {
	position: relative;
	margin-bottom: 16px;
	padding-left: 20px;
	color: #444;
	font-size: 15px;
	font-style: italic;
	line-height: 1.6;
}

.seo-expert-text::before {
	content: "\201C";
	position: absolute;
	top: -6px;
	left: 0;
	color: #007b5e;
	font-size: 28px;
	font-style: normal;
	line-height: 1;
}

.seo-expert-btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 6px;
	background: #25d366;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: background 0.3s ease;
}

.seo-expert-btn:hover,
.seo-expert-btn:focus-visible {
	background: #20b858;
	color: #fff;
	text-decoration: none;
}

.seo-expert-btn:focus-visible {
	outline: 2px solid rgba(37, 211, 102, 0.28);
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.seo-expert-wrapper {
		flex-direction: column;
		text-align: center;
	}

	.seo-expert-photo {
		margin: 0 auto;
	}

	.seo-expert-text {
		padding-left: 0;
	}

	.seo-expert-text::before {
		position: static;
		display: block;
		margin-bottom: 6px;
	}
}
