/**
 * Shanghai Fair Badge — small finishing touches on top of Bootstrap.
 * Loaded only on pages using [sf_badge_form] or [sf_badge_result].
 */

.sf-badge-form-wrap,
.sf-badge-result-wrap {
	background: #f8f9fb;
	font-family: 'Poppins', sans-serif;
}

.sf-card {
	border-radius: 16px;
}

.sf-btn-primary {
	border-radius: 8px;
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
}

.sf-check-icon {
	width: 56px;
	height: 56px;
	font-size: 1.75rem;
	line-height: 1;
}

.sf-qr-image {
	max-width: 260px;
}

.sf-badge-form-wrap .form-control:focus,
.sf-badge-form-wrap .form-select:focus {
	box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}