.dprime-product-attachments {
	margin: 28px 0;
}

.dprime-product-attachments__title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 14px;
	color: currentColor;
}

.dprime-product-attachments-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dprime-product-attachments-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
}

.dprime-product-attachment-info {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.dprime-product-attachment-icon {
	width: 34px;
	height: 34px;
	background: #F0F4FA;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #66758B;
}

.dprime-product-attachment-type {
	font-weight: 600;
	font-size: 14px;
	color: #172536;
	line-height: 1.3;
}

.dprime-product-attachment-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
	background: #172536;
	color: #FFB33F !important;
	padding: 7px 14px;
	border-radius: 8px;
	font-size: 12.5px;
	transition: background .15s;
	flex-shrink: 0;
}

.dprime-product-attachment-link:hover {
	background: #0F3D70;
	color: #FFB33F !important;
	text-decoration: none !important;
}

.dprime-product-attachment-link svg {
	width: 13px;
	height: 13px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 480px) {
	.dprime-product-attachments-list li {
		flex-wrap: wrap;
	}
	.dprime-product-attachment-link {
		width: 100%;
		justify-content: center;
	}
}
