

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news.list/d1_promotion_list/style.css?17701249893143*/
/* laptop repair cost table */
.laptop-repair-cost .cost-disclaimer {
	font-size: 12px;
	line-height: 1.6;
	color: var(--main-primary-text-color);
	padding: 15px 20px;
	background: var(--main-bg-gradient-2);
	border-left: 4px solid var(--main-color-1);
	border-radius: 8px;
	margin-bottom: 25px;
	box-shadow: 0 2px 6px var(--main-color-1);
}

.laptop-repair-cost .cost-disclaimer strong {
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.laptop-repair-cost .cost-disclaimer ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: disc;
}

.laptop-repair-cost .cost-disclaimer ul li {
	/* margin-bottom: 6px; */
	padding-left: 5px;
}

.laptop-repair-cost .cost-disclaimer ul li:last-child {
	margin-bottom: 0;
}

.laptop-repair-cost .cost-tables-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.laptop-repair-cost .cost-table-wrapper {
	overflow-x: auto;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.laptop-repair-cost .cost-table {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
}

.laptop-repair-cost .cost-table tbody tr {
	border-bottom: 1px solid #e2e8f0;
	transition: all 0.2s ease;
}

.laptop-repair-cost .cost-table tbody tr:last-child {
	border-bottom: none;
}

.laptop-repair-cost .cost-table tbody tr:hover {
	background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

.laptop-repair-cost .cost-table tbody tr:nth-child(even) {
	background: #f8f9fa;
}

.laptop-repair-cost .cost-table tbody tr:nth-child(even):hover {
	background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}


.laptop-repair-cost .cost-table tbody td {
	padding: 15px 20px;
	font-size: 14px;
	color: #2d3748;
	line-height: 1.5;
}

.laptop-repair-cost .cost-table tbody td.service-name {
	font-weight: 500;
}

.laptop-repair-cost .cost-table tbody td.service-price {
	text-align: right;
	font-weight: 700;
	color: var(--main-color-1);
	font-size: 15px;
	white-space: nowrap;
}

@media (max-width: 992px) {
	.laptop-repair-cost .cost-tables-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.laptop-repair-cost .cost-disclaimer {
		font-size: 11px;
		padding: 12px 15px;
		margin-bottom: 20px;
	}

	.laptop-repair-cost .cost-disclaimer strong {
		font-size: 12px;
	}

	.laptop-repair-cost .cost-table tbody td {
		padding: 12px 15px;
		font-size: 13px;
	}

	.laptop-repair-cost .cost-table tbody td.service-price {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.laptop-repair-cost .cost-disclaimer {
		font-size: 10px;
		padding: 10px 12px;
	}

	.laptop-repair-cost .cost-table tbody td {
		padding: 10px 12px;
		font-size: 12px;
	}

	.laptop-repair-cost .cost-table tbody td.service-price {
		font-size: 13px;
	}
}

@media (max-width: 576px) {
	.laptop-repair-cost .cost-disclaimer {
		font-size: 9px;
		padding: 8px 10px;
		margin-bottom: 15px;
	}

	.laptop-repair-cost .cost-disclaimer strong {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.laptop-repair-cost .cost-table tbody td {
		padding: 8px 8px;
		font-size: 11px;
	}

	.laptop-repair-cost .cost-table tbody td.service-price {
		font-size: 12px;
	}
}


/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news.list/d1_promotion_list/style.css?17701249893143 */
