.rd-product-attachments-help {
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 1.45;
	color: #6b7280;
}

.rd-product-attachments-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 14px;
}

.rd-product-attachment-item {
	position: relative;
	display: grid;
	gap: 10px;
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f9fafb;
}

.rd-product-attachment-fields .rd-form-label {
	margin-bottom: 6px;
	font-size: 12px;
}

.rd-product-attachment-file {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.rd-product-attachment-file--empty {
	justify-content: flex-start;
}

.rd-product-attachment-pdf-icon,
.rd-product-downloads-icon {
	display: inline-flex;
	flex: 0 0 auto;
	color: #2563eb;
}

.rd-product-attachment-filename {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #374151;
}

.rd-product-attachment-remove {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #6b7280;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.rd-product-attachment-remove:hover {
	color: #111827;
	background: #f3f4f6;
}

.rd-product-downloads {
	margin-top: 20px;
}

.rd-product-downloads-title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

.rd-product-downloads-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rd-product-downloads-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #2563eb;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
}

.rd-product-downloads-link:hover {
	text-decoration: underline;
}

.rd-product-downloads--b2b {
	margin-top: 24px;
}

.b2b-product-detail-bottom .rd-product-downloads--b2b {
	margin-top: 0;
}

.rd-product-downloads--b2b .rd-product-downloads-title {
	font-size: 15px;
}

.rd-product-downloads--admin-preview {
	margin-top: 0;
}

.rd-product-downloads--admin-preview .rd-product-downloads-title {
	font-size: 14px;
	margin-bottom: 10px;
}

[data-rd-theme="dark"] .rd-product-attachment-item {
	background: #111827;
	border-color: #374151;
}

[data-rd-theme="dark"] .rd-product-attachments-help,
[data-rd-theme="dark"] .rd-product-attachment-filename {
	color: #9ca3af;
}

[data-rd-theme="dark"] .rd-product-downloads-title {
	color: #f3f4f6;
}
