.spitch-author-detail-shortcode {
	max-width: 1344px;
	margin: 0 auto;
}

.spitch-author-detail-shortcode .spitch-author-detail-hero {
	margin-bottom: 72px;
}

.spitch-author-detail-shortcode .spitch-author-detail-hero__head {
	text-align: center;
	margin-bottom: 56px;
}

.spitch-author-detail-shortcode .spitch-author-section__title {
	margin: 0;
	color: #fd4b55;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
}

.spitch-author-detail-shortcode .spitch-author-section__job {
	margin: 8px 0 0;
	color: #191741;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
}

.spitch-author-detail-shortcode .spitch-author-detail-hero__inner {
	display: grid;
	grid-template-columns: 546px 1fr;
	align-items: center;
	column-gap: 138px;
}

.spitch-author-detail-shortcode .spitch-author-image-widget {
	position: relative;
	max-width: 546px;
	width: 100%;
	padding-bottom: 34px;
}

.spitch-author-detail-shortcode .spitch-author-image-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 546 / 603;
	max-width: 546px;
	max-height: 603px;
	z-index: 1;
}

.spitch-author-detail-shortcode .spitch-author-image-widget img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.spitch-author-detail-shortcode .spitch-author-image-widget.left-triangle-masking .spitch-author-image-frame,
.spitch-author-detail-shortcode .spitch-author-image-widget.left-triangle-masking .spitch-author-image-frame > img {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.spitch-author-detail-shortcode .spitch-author-image-widget::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	pointer-events: none;
	z-index: 2;
}

.spitch-author-detail-shortcode .spitch-author-image-widget.left-triangle-masking::after {
	background-image: url('/wp-content/uploads/2025/01/right-bottom-triangle.svg');
}

.spitch-author-detail-shortcode .spitch-author-content-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.spitch-author-detail-shortcode .spitch-author-section__bio {
	width: 100%;
	color: #191741;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
}

.spitch-author-detail-shortcode .spitch-author-section__bio p {
	margin: 0 0 24px;
	color: inherit;
}

.spitch-author-detail-shortcode .spitch-author-section__bio p:last-child {
	margin-bottom: 0;
}

.spitch-author-detail-shortcode .spitch-author-link-wrap {
	margin-top: 40px;
}

.spitch-author-detail-shortcode .spitch-author-section__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	background-color: #E3F2FD;
	color: #0A66C2;
	text-decoration: none;
	text-transform: none;
	padding: 10px;
	border-radius: 10px;
	min-width: 286px;
}

.spitch-author-detail-shortcode .spitch-author-section__link-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.spitch-author-detail-shortcode .spitch-author-detail-posts .texonomy-filter {
	display: none;
}

.spitch-author-detail-shortcode .spitch-author-detail-posts .wrap-top-row {
	margin-bottom: 36px;
}

.spitch-author-detail-shortcode .spitch-author-detail-posts .filter_title h2 {
	margin-bottom: 0;
}

.spitch-author-detail-shortcode .spitch-author-detail-posts .filter_search {
	min-width: 320px;
}

@media (max-width: 1600px) {
	.spitch-author-detail-shortcode .spitch-author-detail-hero__inner {
		grid-template-columns: 500px 1fr;
		column-gap: 90px;
	}

	.spitch-author-detail-shortcode .spitch-author-image-widget {
		max-width: 500px;
	}
}

@media (max-width: 1199.98px) {
	.spitch-author-detail-shortcode .spitch-author-detail-hero {
		margin-bottom: 56px;
	}

	.spitch-author-detail-shortcode .spitch-author-detail-hero__head {
		margin-bottom: 40px;
	}

	.spitch-author-detail-shortcode .spitch-author-section__title {
		font-size: 36px;
	}

	.spitch-author-detail-shortcode .spitch-author-section__job {
		font-size: 28px;
	}

	.spitch-author-detail-shortcode .spitch-author-detail-hero__inner {
		grid-template-columns: 350px 1fr;
		column-gap: 24px;
	}

	.spitch-author-detail-shortcode .spitch-author-image-widget {
		max-width: 350px;
		padding-bottom: 28px;
	}

	.spitch-author-detail-shortcode .spitch-author-image-frame {
		max-width: 100%;
		max-height: none;
	}
}

@media (max-width: 768px) {
	.spitch-author-detail-shortcode .spitch-author-detail-hero {
		margin-bottom: 40px;
	}

	.spitch-author-detail-shortcode .spitch-author-detail-hero__head {
		margin-bottom: 28px;
	}

	.spitch-author-detail-shortcode .spitch-author-section__title {
		font-size: 28px;
		line-height: 1.3;
	}

	.spitch-author-detail-shortcode .spitch-author-section__job {
		font-size: 24px;
		line-height: 1.3;
	}

	.spitch-author-detail-shortcode .spitch-author-detail-hero__inner {
		grid-template-columns: 1fr;
		row-gap: 28px;
	}

	.spitch-author-detail-shortcode .spitch-author-image-widget {
		max-width: 358px;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 22px;
	}

	.spitch-author-detail-shortcode .spitch-author-image-frame {
		aspect-ratio: 358 / 396;
		max-width: 358px;
		max-height: 396px;
	}

	.spitch-author-detail-shortcode .spitch-author-section__bio {
		font-size: 14px;
	}

	.spitch-author-detail-shortcode .spitch-author-section__bio p {
		margin-bottom: 16px;
	}

	.spitch-author-detail-shortcode .spitch-author-detail-posts .wrap-top-row {
		margin-bottom: 20px;
	}

	.spitch-author-detail-shortcode .spitch-author-detail-posts .filter_search {
		min-width: 100%;
	}
}
