/* Skupo4ka Laptops: таблица конфигураций, сетка моделей, навигация.
   Базовые стили (hero, чек оценщика, process, buttons) — из assets/locations.css плагина skupo4ka-locations. */

/* страница семейства */

.sk4lap-meta-line {
	margin: 14px 0 4px;
	font-size: 15px;
	color: #4b5563;
}

.sk4lap-meta-line a {
	color: #b4830b;
	text-decoration: none;
	border-bottom: 1px dashed #d9b25c;
}

.sk4lap-configs-card {
	background: #fff;
	border: 1px solid #e4e7eb;
	border-radius: 16px;
	padding: 26px 26px 22px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .07);
	align-self: start;
}

.sk4lap-configs-card h2 {
	margin: 4px 0 14px;
	font-size: 1.35em;
	line-height: 1.25;
}

table.sk4lap-configs {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

table.sk4lap-configs th,
table.sk4lap-configs td {
	text-align: left;
	vertical-align: top;
	padding: 10px 12px;
	border-bottom: 1px solid #eef0f3;
}

table.sk4lap-configs tr:last-child th,
table.sk4lap-configs tr:last-child td {
	border-bottom: none;
}

table.sk4lap-configs th {
	font-weight: 600;
	white-space: nowrap;
}

table.sk4lap-configs td {
	font-weight: 700;
	white-space: nowrap;
}

.sk4lap-price-empty {
	font-weight: 500;
	color: #6b7280;
}

.sk4lap-configs-note {
	margin: 14px 0 16px;
	font-size: 13px;
	line-height: 1.5;
	color: #6b7280;
}

.sk4lap-configs-cta {
	display: inline-block;
}

.sk4lap-back-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 6px;
}

.sk4lap-back-link {
	display: inline-block;
	padding: 9px 14px;
	border: 1px solid #e2d4b3;
	border-radius: 10px;
	background: #fff;
	color: #374151;
	font-size: 14px;
	text-decoration: none;
}

.sk4lap-back-link:hover {
	border-color: #d9b25c;
	color: #b4830b;
}

.sk4lap-siblings-title {
	margin: 22px 0 12px;
	font-size: 1.2em;
}

/* блок ссылок на /noutbuki/ */

.sk4lap-brands-section .section-title {
	margin-bottom: 10px;
}

.sk4lap-links-line {
	max-width: 860px;
	margin: 8px 0 0;
	font-size: 16px;
	line-height: 2;
}

.sk4lap-links-line a {
	color: #b4830b;
	text-decoration: none;
	border-bottom: 1px dashed #d9b25c;
}

.sk4lap-links-line a:hover {
	color: #8f6806;
}

/* хабы марки и типа */

.sk4lap-brand-text {
	max-width: 760px;
	margin: 14px 0 4px;
	font-size: 16px;
	line-height: 1.65;
	color: #374151;
}

.sk4lap-model-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 14px;
}

.sk4lap-model-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 18px 18px 16px;
	background: #fff;
	border: 1px solid #e4e7eb;
	border-radius: 14px;
	text-decoration: none;
	color: #111827;
	transition: border-color .15s, box-shadow .15s;
}

.sk4lap-model-card:hover {
	border-color: #d9b25c;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .07);
}

.sk4lap-model-card strong {
	font-size: 16px;
	line-height: 1.3;
}

.sk4lap-model-card em {
	font-style: normal;
	font-size: 13px;
	color: #92700c;
	font-weight: 600;
	letter-spacing: .02em;
}

.sk4lap-model-card small {
	font-size: 12.5px;
	color: #6b7280;
}

.sk4lap-model-card span {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #111827;
}

@media (max-width: 900px) {
	.sk4lap-configs-card {
		padding: 18px;
	}

	table.sk4lap-configs th,
	table.sk4lap-configs td {
		white-space: normal;
	}
}
