.csalite-ad-card {
	width: 100%;
	margin: 18px 0;
	border: 1px solid #dde3ea;
	border-radius: 8px;
	background: #fff;
	color: #172033;
	box-shadow: 0 2px 8px rgba(23, 32, 51, 0.07);
	overflow: hidden;
}

.csalite-ad-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 20px;
	border-bottom: 1px solid #edf0f3;
}

.csalite-ad-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #eef3ff;
	color: #1f5bd8;
	font-size: 18px;
	font-weight: 800;
}

.csalite-ad-header strong,
.csalite-ad-header small {
	display: block;
}

.csalite-ad-header strong {
	font-size: 15px;
	line-height: 1.3;
}

.csalite-ad-header small {
	margin-top: 3px;
	color: #687386;
	font-size: 12px;
}

.csalite-ad-content {
	padding: 17px 20px;
}

.csalite-ad-content h3 {
	margin: 0;
	color: #172033;
	font-size: 19px;
	line-height: 1.35;
	letter-spacing: 0;
}

.csalite-ad-content p {
	margin: 8px 0 0;
	color: #4e596b;
	font-size: 14px;
	line-height: 1.55;
}

.csalite-ad-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 220px;
	max-height: 520px;
	background: #f5f6f8;
	overflow: hidden;
}

.csalite-ad-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
}

.csalite-ad-footer {
	display: flex;
	justify-content: flex-start;
	padding: 14px 20px 18px;
	border-top: 1px solid #edf0f3;
}

.csalite-ad-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 17px;
	border-radius: 6px;
	background: #2463eb;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
}

.csalite-ad-button:hover,
.csalite-ad-button:focus {
	background: #194fca;
	color: #fff !important;
}

@media (max-width: 600px) {
	.csalite-ad-card {
		margin: 12px 0;
		border-radius: 6px;
	}

	.csalite-ad-header,
	.csalite-ad-content {
		padding: 14px;
	}

	.csalite-ad-image {
		min-height: 180px;
		max-height: 420px;
	}

	.csalite-ad-image img {
		max-height: 420px;
	}

	.csalite-ad-footer {
		padding: 12px 14px 14px;
	}

	.csalite-ad-button {
		width: 100%;
	}
}
