.cbfh-widget {
	max-width: 480px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	padding: 24px;
	font-size: 15px;
	box-sizing: border-box;
}
.cbfh-widget * {
	box-sizing: border-box;
}
.cbfh-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.cbfh-logo {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: #185fa5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	flex-shrink: 0;
}
.cbfh-brand {
	margin: 0;
	font-weight: 600;
	font-size: 15px;
}
.cbfh-brand-sub {
	margin: 0;
	font-size: 12px;
	color: #777;
}
.cbfh-field {
	margin-bottom: 14px;
	flex: 1;
}
.cbfh-row {
	display: flex;
	gap: 12px;
}
.cbfh-cephe-satiri {
	margin-bottom: 10px;
	padding: 10px;
	background: #f8f8f8;
	border-radius: 6px;
}
.cbfh-cephe-satiri .cbfh-field {
	margin-bottom: 0;
}
.cbfh-widget label {
	display: block;
	font-size: 13px;
	color: #666;
	margin-bottom: 5px;
}
.cbfh-widget select,
.cbfh-widget input[type="number"] {
	width: 100%;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	background: #fff;
}
.cbfh-not {
	font-size: 12px;
	color: #888;
	margin-bottom: 10px;
	min-height: 14px;
}
.cbfh-not.cbfh-hata {
	color: #c0392b;
}
.cbfh-btn {
	width: 100%;
	height: 42px;
	background: #185fa5;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
.cbfh-btn:hover {
	background: #0c447c;
}
.cbfh-btn:disabled {
	opacity: 0.7;
	cursor: default;
}
.cbfh-sonuc {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	border-top: 1px solid #eee;
	margin-top: 18px;
	padding-top: 14px;
}
.cbfh-sonuc span {
	font-size: 13px;
	color: #666;
}
.cbfh-sonuc strong {
	font-size: 22px;
	font-weight: 600;
}
.cbfh-uyari-metin {
	font-size: 11px;
	color: #999;
	margin: 10px 0 0;
	text-align: center;
}
