/* TPK — Yazılar dökümanları: minimal liste */

.tpk-yazi-documents {
	width: 100%;
	margin-top: 32px;
}

.tpk-yazi-documents__title {
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	font-family: 'Manrope', var(--tpk-font, sans-serif);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #111;
}

.tpk-yazi-documents__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.tpk-yazi-documents__item {
	margin: 0;
	padding: 0;
	border: 0;
}

.tpk-yazi-documents__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 5px 0;
	color: #767777;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.tpk-yazi-documents__link:hover {
	opacity: 0.55;
}

.tpk-yazi-documents__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: #767777;
}

.tpk-yazi-documents__icon-svg {
	display: block;
	width: 20px;
	height: 20px;
}

.tpk-yazi-documents__icon-svg--pdf {
	color: #767777;
}

.tpk-yazi-documents__label {
	flex: 1 1 auto;
	min-width: 0;
	font-family: 'Manrope', var(--tpk-font, sans-serif);
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.01em;
	word-break: break-word;
}
