/* HalkÖde Sanal POS — ön yüz */

.hlk-secure-note {
	font-size: .85em;
	opacity: .8;
	margin-top: 8px;
}

.hlk-installment-note {
	font-size: .88em;
	opacity: .85;
}

.hlk-installments {
	margin: 10px 0 6px;
}

.hlk-installments-label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: .92em;
}

.hlk-installment-options {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.hlk-installment-option {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 6px 12px;
	cursor: pointer;
	font-size: .9em;
	background: #fff;
	transition: border-color .15s, background .15s;
}

.hlk-installment-option:hover { border-color: #9ca3af; }

.hlk-installment-option input { margin: 0; }

.hlk-installment-option input:checked + span { font-weight: 700; }

.hlk-installment-hint {
	font-size: .8em;
	opacity: .75;
	margin-top: 6px;
}

.hlk-inst-table {
	margin: 18px 0;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 14px 16px;
}

.hlk-inst-table h4 { margin: 0 0 10px; font-size: 1em; }

.hlk-inst-table table { width: 100%; border-collapse: collapse; }

.hlk-inst-table th,
.hlk-inst-table td {
	text-align: left;
	padding: 7px 10px;
	border-bottom: 1px solid #f1f2f4;
	font-size: .9em;
}

.hlk-inst-table th { background: #f9fafb; font-weight: 600; }

.hlk-inst-note {
	font-size: .78em;
	opacity: .7;
	margin: 8px 0 0;
}
