.onewin-author-box {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
	margin: 42px 0 22px;
	padding: 28px;
	border: 1px solid #e1e6ee;
	border-left: 4px solid #1769e0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(25, 39, 68, 0.07);
	color: #20242a;
	line-height: 1.7;
}

.onewin-author-box__photo img {
	display: block;
	width: 150px;
	height: 150px;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #d9e0ea, 0 5px 16px rgba(25, 39, 68, 0.14);
	object-fit: cover;
}

.onewin-author-box__label {
	margin: 0 0 3px;
	color: #667085;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.onewin-author-box h2 {
	margin: 0 0 2px;
	color: #1769e0;
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.2;
}

.onewin-author-box__role {
	margin: 0 0 14px;
	font-size: 16px;
}

.onewin-author-box__content > p:not(.onewin-author-box__label) {
	margin-top: 0;
	margin-bottom: 12px;
}

.onewin-author-box a {
	color: #1769e0;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.onewin-author-box a:hover,
.onewin-author-box a:focus {
	color: #0d4fae;
}

.onewin-author-box__email {
	margin-bottom: 0 !important;
	padding-top: 2px;
}

@media (max-width: 680px) {
	.onewin-author-box {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 22px 18px;
		text-align: left;
	}

	.onewin-author-box__photo img {
		width: 112px;
		height: 112px;
	}

	.onewin-author-box h2 {
		font-size: 27px;
	}
}
