/* Brand Tz Al Mamun Ads Manager — Frontend Styles */

.btam-ad-slot {
	display: block;
	width: 100%;
	margin: 16px 0;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}

.btam-ad-slot .btam-ad-banner {
	max-width: 100%;
	height: auto;
	display: inline-block;
	border-radius: 4px;
}

.btam-header-ad {
	margin: 0 0 12px;
}

.btam-footer-ad {
	margin: 12px 0 0;
}

.btam-before-content-ad,
.btam-after-content-ad,
.btam-middle-content-ad {
	margin: 22px 0;
}

/* Responsive: keep iframes/embeds from breaking layout on mobile */
.btam-ad-slot iframe,
.btam-ad-slot ins,
.btam-ad-slot embed,
.btam-ad-slot object {
	max-width: 100%;
}

@media ( max-width: 600px ) {
	.btam-ad-slot {
		margin: 12px 0;
	}
}

/* -----------------------------------------------------------------
 * Social Share Buttons
 * ----------------------------------------------------------------- */
.btam-share-container {
	margin: 24px 0;
	padding: 16px 0;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}

.btam-share-title {
	font-size: 14px;
	font-weight: 700;
	color: #1e1b4b;
	margin: 0 0 12px;
}

.btam-share-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.btam-share-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	border-radius: 999px;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	transition: filter 0.15s ease, transform 0.15s ease;
}

.btam-share-btn:hover,
.btam-share-btn:focus {
	filter: brightness(0.92);
	transform: translateY(-1px);
	color: #fff !important;
}

.btam-share-btn svg {
	width: 16px;
	height: 16px;
	min-width: 16px;
	fill: currentColor;
	flex-shrink: 0;
	display: block;
}

.btam-share-fb {
	background: #1877f2;
}

.btam-share-wa {
	background: #25d366;
}

.btam-share-tg {
	background: #29a9eb;
}

.btam-share-ms {
	background: #0084ff;
}

@media ( max-width: 480px ) {
	.btam-share-btn {
		padding: 8px 12px;
		font-size: 12.5px;
	}
}
