/* Timmer fluidFIT Importer — stiluri front-end minimale pentru secțiunile
 * întotdeauna vizibile de sub rezumatul produsului (nu acordeon/tab-uri). */

.tfi-product-extra {
	margin: 12px 0;
	font-size: 0.95em;
}

.tfi-product-extra .tfi-pack-note {
	background: #fff6e5;
	border-left: 3px solid #e6a23c;
	padding: 8px 12px;
	margin: 0 0 8px;
}

.tfi-product-extra .tfi-delivery {
	margin: 0 0 8px;
}

.tfi-sections {
	margin-top: 32px;
	max-width: 100%;
}

.tfi-section {
	margin-bottom: 36px;
}

.tfi-section h2 {
	font-size: 1.3em;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e2e2e2;
}

.tfi-section-description h3 {
	font-size: 1.1em;
	margin-top: 20px;
}

.tfi-faq-item {
	margin-bottom: 16px;
}

.tfi-faq-q {
	font-size: 1.05em;
	margin: 0 0 4px;
}

.tfi-faq-a {
	margin: 0;
	color: #444;
}

.tfi-downloads-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tfi-downloads-list li {
	margin-bottom: 8px;
}

.tfi-downloads-list a {
	display: inline-block;
	padding: 8px 16px;
	background: #f5f5f5;
	border-radius: 4px;
	text-decoration: none;
}

.tfi-downloads-list a:hover {
	background: #eaeaea;
}

.tfi-technical-table {
	border-collapse: collapse;
	width: 100%;
	max-width: 500px;
}

.tfi-technical-table th,
.tfi-technical-table td {
	border: 1px solid #e2e2e2;
	padding: 8px 12px;
	text-align: left;
}

.tfi-technical-table th {
	background: #fafafa;
	font-weight: 600;
	width: 40%;
}
