/**
 * Fichas de produto — links de download
 *
 * @package CastroPinto
 * @since   1.0.0
 */

/* -------------------------------------------------------
 * Bloco de documentação na página de produto
 * ------------------------------------------------------- */

.cp-product-documents {
	margin: 1.5em 0;
	padding: 1em 0 0;
	border-top: 1px solid var(--ast-border-color, #eee);
}

.cp-product-documents-title {
	font-size: 0.95em;
	font-weight: 600;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--ast-global-color-2, #374151);
}

.cp-product-documents-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4em;
}

/* Ícone PDF antes do link */
.cp-document-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	text-decoration: none;
	font-size: 0.9em;
	transition: color 0.2s ease;
}

.cp-document-link::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.cp-document-link:hover {
	color: var(--ast-global-color-1, #3a3a3a);
}
