.pbasket-tutor-profile {
	color: #111827;
	font-family: var(--et_global_body_font, inherit);
	font-size: 18px;
	line-height: 1.55;
	margin: 0 auto;
	padding: 28px 20px 72px;
	width: min(1320px, 100%);
}

.pbasket-tutor-profile__header {
	display: grid;
	gap: 28px;
	grid-template-columns: 160px minmax(0, 1fr);
	align-items: start;
}

.pbasket-tutor-profile__photo {
	display: block;
	height: auto;
	width: 150px;
}

.pbasket-tutor-profile__intro h1 {
	color: #111827;
	font-family: var(--et_global_heading_font, inherit);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.pbasket-tutor-profile__intro h1 {
	font-size: clamp(36px, 5vw, 58px);
	margin-bottom: 26px;
}

.pbasket-tutor-profile__socials {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 8px;
}

.pbasket-tutor-profile__socials a {
	color: #171bca;
	text-decoration: none;
}

.pbasket-tutor-profile__socials a + a::before {
	color: #111827;
	content: "|";
	display: inline-block;
	margin: 0 8px 0 0;
}

.pbasket-tutor-profile__socials a:hover,
.pbasket-tutor-profile__socials a:focus {
	text-decoration: underline;
}

.pbasket-tutor-profile__bio p {
	margin: 0 0 22px;
}

.pbasket-tutor-profile__library {
	margin-top: 56px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.pbasket-tutor-profile__library .pbasket-class-card .pb-wishlist-btn {
	pointer-events: none;
}

@media (max-width: 700px) {
	.pbasket-tutor-profile__header {
		grid-template-columns: 1fr;
	}

	.pbasket-tutor-profile__photo {
		width: 140px;
	}

}
