.elementor-widget-shortcode:has(.tehnix-quick-specs),
.elementor-shortcode:has(.tehnix-quick-specs),
.tehnix-quick-specs {
	width: 100% !important;
	box-sizing: border-box;
}

.tehnix-quick-specs {
	display: block !important;
	background: transparent;
}

.tehnix-quick-specs__title {
	/* Як label варіацій WoodMart («Колір», «Внутрішня пам'ять»): Albert Sans 16px / 600 / #242424 */
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	color: #242424;
	line-height: 1.6;
	margin: 0 0 14px 0;
	display: block;
}

.tehnix-quick-specs__grid {
	display: grid !important;
	width: 100% !important;
	/* Пропорції: 1-ша під екран, середня ширша під процесор, 3-тя притиснута праворуч */
	grid-template-columns: 1fr 1.15fr 1fr !important;
	column-gap: 24px;
	row-gap: 14px;
	box-sizing: border-box;
}

.tehnix-quick-specs__item {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
}

/* Зсуваємо елементи третього стовпчика правіше */
.tehnix-quick-specs__item:nth-child(3n) {
	padding-left: 14px;
}

.tehnix-quick-specs__label {
	font-size: 13px; /* Збільшено з 12px */
	font-weight: 400;
	color: #7d7d7d;
	line-height: 1.35;
	margin-bottom: 4px; /* Трохи збільшено відступ до значення */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tehnix-quick-specs__value {
	font-size: 14px; /* Збільшено з 13px */
	font-weight: 400;
	color: #1a1a1a;
	line-height: 1.4;
	word-break: break-word;
}

.tehnix-quick-specs__more-btn {
	display: inline-block;
	margin-top: 14px;
	font-size: 13px;
	font-weight: 400;
	color: #3b73e8;
	text-decoration: none;
	transition: color 0.2s ease;
}

.tehnix-quick-specs__more-btn:hover {
	text-decoration: underline;
	color: #3b73e8;
}

@media (max-width: 768px) {
	.tehnix-quick-specs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 16px;
	}

	.tehnix-quick-specs__item:nth-child(3n) {
		padding-left: 0;
	}
}

@media (max-width: 480px) {
	.tehnix-quick-specs__grid {
		grid-template-columns: 1fr !important;
		gap: 12px;
	}
}
