/* StockGro Sidebar Ad — scoped styles. Class names are prefixed with sg-ad to avoid theme collisions. */
.sg-ad {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 16px 0;
}

.sg-ad__frame {
	position: relative;
	display: inline-block;
	max-width: 100%;
	border-radius: 12px;
	overflow: hidden;
	background: #0e1116 url("https://www.stockgro.club/assets/bgMesh.png") center / cover no-repeat;
	line-height: 0;
}

.sg-ad__sponsored {
	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 2;
	font: 600 10px/1.4 -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	letter-spacing: 0.04em;
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
	padding: 2px 6px;
	border-radius: 6px;
	pointer-events: none;
}

.sg-ad__media {
	display: block;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}
