/* ==========================================================================
   Product documents — [produkt_dokumenty]
   ========================================================================== */

.tp-documents {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tp-documents .tp-doc {
	margin: 0 0 8px;
}

.tp-doc__link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.tp-doc__link:hover {
	border-color: #c7ccd1;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, .06 );
}

.tp-doc__badge {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 24px;
	padding: 0 6px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .02em;
	color: #fff;
	background: #6b7280;
}

.tp-doc__badge--pdf { background: #e3342f; }
.tp-doc__badge--doc,
.tp-doc__badge--docx { background: #2563eb; }
.tp-doc__badge--xls,
.tp-doc__badge--xlsx,
.tp-doc__badge--csv { background: #16a34a; }
.tp-doc__badge--zip,
.tp-doc__badge--rar { background: #a16207; }
.tp-doc__badge--jpg,
.tp-doc__badge--jpeg,
.tp-doc__badge--png,
.tp-doc__badge--webp,
.tp-doc__badge--gif { background: #7c3aed; }

.tp-doc__name {
	flex: 1 1 auto;
	font-weight: 600;
}

.tp-doc__size {
	flex: 0 0 auto;
	color: #6b7280;
	font-size: .85em;
}

.tp-doc__icon {
	flex: 0 0 auto;
	display: inline-flex;
	color: #9ca3af;
}

.tp-doc__icon svg {
	width: 16px;
	height: 16px;
	display: block;
}

/* ==========================================================================
   Energy label — [energeticky_stitok] / [energeticky_stitok_pdf] / [karta_vyrobku]
   ========================================================================== */

.tp-energy {
	display: inline-block;
	max-width: 100%;
}

.tp-energy__svg {
	display: block;
	width: 200px;
	height: auto;
	max-width: 100%;
}

.tp-energy-pdf {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}

.tp-energy-pdf:hover {
	border-color: #c7ccd1;
}

.tp-energy-pdf::before {
	content: "PDF";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 22px;
	border-radius: 4px;
	background: #e3342f;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}
