.sg-profile-sidebar-ads-source {
	display: none !important;
}

.sg-profile-sidebar-ads {
	display: grid;
	gap: 1.5rem;
	margin-top: 1.75rem;
}

.sg-profile-sidebar-ads__slot {
	display: none;
	width: 100%;
}

.sg-profile-sidebar-ads__slot.is-visible {
	display: block;
}

.sg-profile-sidebar-ads__slot a,
.sg-profile-sidebar-ads__slot img {
	display: block;
	width: 100%;
}

.sg-profile-sidebar-ads__slot img {
	aspect-ratio: 1 / 1;
	height: auto;
	border-radius: 18px;
	object-fit: cover;
	box-shadow: 0 16px 34px rgba(17, 17, 17, 0.12);
}

.sg-manual-desktop-banner {
	margin: 1.5rem 0;
}

.sg-manual-desktop-banner a,
.sg-manual-desktop-banner img {
	display: block;
	max-width: 100%;
}

@media (max-width: 980px) {
	.sg-profile-sidebar-ads {
		display: none !important;
	}

	.sg-manual-desktop-banner {
		display: none !important;
	}
}