.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
	padding: 0 !important;
}

.user-profile__profile-card-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.user-profile__section {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	gap: 20px;
	height: 100%;
	width: 100%;
	max-width: 1440px;
	padding: 2rem 10rem;
}

.user-profile__wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	gap: 24px;
}

.user-profile__sidebar {
	width: 280px;
}

.user-profile__card {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	width: 100%;
}

.user-profile__icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 112px;
	width: 112px;
	border: 2px solid #f5c909;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.user-profile__icon {
	height: calc(100% + 22px) !important;
	width: calc(100% + 22px) !important;
	color: #141631 !important;
}

.user-profile__text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.user-profile__tabs-wrapper {
	width: 100%;
}

.user-profile__tab-panel {
	width: 100%;
}

@media (max-width: 1279px) {
	.user-profile__section {
		padding: 2rem 3rem;
	}
}

@media (max-width: 1023px) {
	.user-profile__sidebar {
		display: none;
	}
}


.user-profile__badge span {
	font-size: 0.6rem;
}

@media (min-width: 767px) {
	.user-profile__mobile-badge {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.user-profile__desktop-badge {
		display: none !important;
	}

	.user-profile__profile-card-wrapper {
		gap: 16px;
		padding-bottom: 16px;
		box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
	}

	.user-profile__section {
		padding: 24px;
	}

	.user-profile__card {
		padding: 0;
	}

	.user-profile__image-wrapper {
		height: 64px;
		width: 64px;
	}

	.user-profile__tab-panel {
		padding: 0 24px 24px;
	}
}
