.pbasket-tutor-profile {
	color: #111827;
	font-family: 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: 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 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
}

.pbasket-tutor-profile__socials .pbasket-profile-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: #000;
	font-size: 2em;
}

.pbasket-tutor-profile__socials .pbasket-profile-link-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	height: 2em;
}

.pbasket-tutor-profile__socials a:hover,
.pbasket-tutor-profile__socials a:focus {
	color: #333;
}

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

.pbasket-tutor-profile__bio .pbasket-description-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 8px 0;
	padding: 12px 18px;
	border: 1px solid #171bca;
	border-radius: 6px;
	background: #171bca;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
}

.pbasket-tutor-profile__bio .pbasket-description-button:hover,
.pbasket-tutor-profile__bio .pbasket-description-button:focus-visible {
	background: #eef0ff;
	color: #171bca;
	border-color: #171bca;
}

.pbasket-tutor-profile__bio .pbasket-description-button--secondary {
	border-color: #eef0ff;
	background: #eef0ff;
	color: #171bca;
}

.pbasket-tutor-profile__bio .pbasket-description-button--secondary:hover,
.pbasket-tutor-profile__bio .pbasket-description-button--secondary:focus-visible {
	border-color: #171bca;
	background: #171bca;
	color: #ffffff;
}

.pbasket-tutor-profile__bio .pbasket-description-button--danger {
	border-color: #df2935;
	background: #df2935;
	color: #ffffff;
}

.pbasket-tutor-profile__bio .pbasket-description-button--danger:hover,
.pbasket-tutor-profile__bio .pbasket-description-button--danger:focus-visible {
	border-color: #df2935;
	background: #fee2e2;
	color: #df2935;
}

.pbasket-tutor-profile__bio .pbasket-description-button--success {
	border-color: #22a944;
	background: #22a944;
	color: #ffffff;
}

.pbasket-tutor-profile__bio .pbasket-description-button--success:hover,
.pbasket-tutor-profile__bio .pbasket-description-button--success:focus-visible {
	border-color: #22a944;
	background: #dcfce7;
	color: #166534;
}

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

.pbasket-profile-youtube-modal[hidden] {
	display: none;
}

.pbasket-profile-youtube-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(17, 24, 39, 0.62);
}

.pbasket-profile-youtube-modal__dialog {
	width: min(460px, 100%);
	padding: 24px;
	border: 1px solid #d7def0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(17, 24, 39, 0.28);
}

.pbasket-profile-youtube-modal__dialog h3 {
	margin: 0 0 12px;
	color: #061d5f;
	font-size: 24px;
	line-height: 1.2;
}

.pbasket-profile-youtube-modal__dialog p {
	margin: 0 0 20px;
	color: #334155;
	line-height: 1.55;
}

.pbasket-profile-youtube-modal__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

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

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

}
