/* استایل نمایش باکس لینک‌های داخلی - در فرانت‌اند و پیش‌نمایش بلاک */

.smart-ilb-box {
	margin: 24px 0;
	padding: 16px 18px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #f9f9fb;
}

.smart-ilb-box-title {
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 15px;
	color: #23282d;
}

.smart-ilb-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smart-ilb-item {
	padding: 6px 0;
	border-top: 1px dashed #ddd;
}

.smart-ilb-item:first-child {
	border-top: none;
}

.smart-ilb-item a {
	text-decoration: none;
	color: #2271b1;
}

.smart-ilb-item::before {
	content: '• ';
}

.smart-ilb-item-desc {
	color: #555;
	margin-inline-end: 6px;
}

.smart-ilb-item a:hover {
	text-decoration: underline;
}

/* Style 2: کارت‌های کوچک */
.smart-ilb-style2 .smart-ilb-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.smart-ilb-style2 .smart-ilb-item {
	border: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 14px;
	background: #fff;
	flex: 1 1 200px;
}

.smart-ilb-style2 .smart-ilb-item::before {
	content: '';
}

/* Style 3: لیست ساده بدون بوردر و بک‌گراند */
.smart-ilb-style3 {
	border: none;
	background: transparent;
	padding: 0;
}

.smart-ilb-style3 .smart-ilb-item {
	border-top: none;
	padding: 3px 0;
}
