/**
 * Smart MFO Sync — Credit Products section (compliance НБУ).
 * Mobile-first.
 */

.smfo-credit-products {
	border-left: 4px solid #f59e0b;
	background: #fffbeb;
}

.smfo-credit-products h2 {
	color: #78350f;
}

.smfo-cp-intro {
	font-size: 13px;
	color: #78350f;
	background: rgba(245, 158, 11, 0.1);
	padding: 10px 14px;
	border-radius: 6px;
	margin-bottom: 14px;
}

.smfo-cp-table-wrap {
	overflow-x: auto;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #fcd34d;
	margin-bottom: 14px;
}

.smfo-cp-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	min-width: 700px;
}

.smfo-cp-table thead {
	background: #fef3c7;
}

.smfo-cp-table th {
	text-align: left;
	padding: 10px 12px;
	font-weight: 700;
	color: #78350f;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #f59e0b;
}

.smfo-cp-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #fef3c7;
	vertical-align: top;
}

.smfo-cp-table tbody tr:last-child td {
	border-bottom: none;
}

.smfo-cp-table tbody tr:hover td {
	background: #fffbeb;
}

.smfo-cp-table strong {
	color: #111827;
	font-weight: 700;
}

.smfo-cp-apr {
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	white-space: nowrap;
}

.smfo-cp-apr-max {
	color: #b91c1c;
}

/* Document links */

.smfo-cp-docs {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 200px;
}

.smfo-cp-doc-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	color: #2271b1;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.15s;
}

.smfo-cp-doc-link:hover {
	border-color: #2271b1;
	background: #f0f6fc;
}

.smfo-cp-doc-warning {
	color: #b91c1c;
	border-color: #fca5a5;
}

.smfo-cp-doc-warning:hover {
	border-color: #dc2626;
	background: #fee2e2;
}

.smfo-cp-note {
	font-size: 12px;
	color: #78350f;
	font-style: italic;
	background: #fef3c7;
	padding: 10px 14px;
	border-radius: 6px;
	margin-top: 10px;
	border-left: 3px solid #f59e0b;
}

.smfo-cp-note strong {
	color: #78350f;
}

/* ============ MOBILE ============ */

@media (max-width: 700px) {
	.smfo-cp-table {
		font-size: 12px;
		min-width: 600px;
	}

	.smfo-cp-docs {
		min-width: 160px;
	}

	.smfo-cp-doc-link {
		font-size: 10px;
		padding: 3px 8px;
	}
}
