/* Digikala Importer - frontend specs */
.dki-specifications-fallback {
	margin: 24px 0;
	padding: 16px 0;
	border-top: 1px solid #e5e5e5;
}

.dki-specifications-title {
	font-size: 1.25rem;
	margin-bottom: 12px;
}

.dki-specs-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.dki-specs-table th,
.dki-specs-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #eee;
	text-align: right;
	vertical-align: top;
}

.dki-specs-table th {
	width: 35%;
	font-weight: 600;
	background: #fafafa;
}

.dki-specifications-tab .dki-specs-table {
	margin-top: 8px;
}
