.profile-sidebar__title {
	font-size: var(--h4);
	color: var(--purple-40);
	margin-bottom: 5px;
}

.profile-sidebar__description {
	font-size: var(--step--1);
}

.profile-sidebar__super-doctor {
	display: inline-block;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	border: 1px solid rgb(191, 191, 191);
	border-bottom: 4px solid rgb(86, 131, 154);
	line-height: 1.5;

	.profile {
		padding: 2px 10px;
	}

	a {
		color: rgb(131, 7, 30);
		text-decoration: none;

		&:hover,
		&:focus {
			text-decoration: underline;
		}
	}

	.badge a {
		margin-inline: auto;
		display: inline-block;
	}

	img {
		box-shadow: none;
	}

	.online {
		width: 100%;
		text-align: center;
		font-family: arial, sans-serif;
		font-style: italic;
		font-weight: bold;
		font-size: 12px;
		color: rgb(148, 0, 37);
	}

	.visit {
		text-align: center;
		font-size: 10px;
	}
}
