.gfb-quote-estimator {
	max-width: 620px;
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.gfb-quote-estimator h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
}

.gfb-field {
	margin-bottom: 16px;
}

.gfb-field label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.gfb-field input,
.gfb-field select {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
}

.gfb-checkbox {
	display: block;
	margin-bottom: 8px;
	font-weight: 400;
}

.gfb-checkbox input {
	width: auto;
	margin-right: 8px;
}

.gfb-estimate-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	margin: 20px 0;
	border-radius: 12px;
	background: #f3f4f6;
	font-size: 18px;
}

.gfb-estimate-box strong {
	font-size: 26px;
}

.gfb-submit-button {
	width: 100%;
	padding: 14px 18px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 700;
	background: #1f7a4d;
	color: #ffffff;
}

#gfb-quote-message {
	margin-top: 14px;
	font-weight: 600;
}

.gfb-success {
	color: #166534;
}

.gfb-error {
	color: #b91c1c;
}
.gfb-quote-appointment {
	max-width: 620px;
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.gfb-quote-appointment h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
}

.gfb-quote-appointment .gfb-submit-button,
.gfb-quote-appointment .gfb-appointment-button {
	width: 100%;
	padding: 14px 18px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 700;
	background: #1f7a4d;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.2;
}

.gfb-quote-appointment .gfb-submit-button:hover,
.gfb-quote-appointment .gfb-appointment-button:hover {
	opacity: 0.92;
	color: #ffffff;
}
.gfb-payment-choice {
	margin: 24px 0;
}

.gfb-payment-choice-title {
	margin: 0 0 12px;
	font-weight: 700;
}

.gfb-payment-option {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px;
	width: 100%;
	padding: 16px;
	margin-bottom: 12px;
	border: 1px solid #d8e2dc;
	border-radius: 14px;
	cursor: pointer;
	background: #ffffff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gfb-payment-option:hover {
	border-color: #1f7a4d;
	box-shadow: 0 6px 16px rgba(31, 122, 77, 0.12);
}

.gfb-payment-option input[type="radio"] {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	flex: 0 0 auto !important;
	position: static !important;
}
.gfb-payment-option span {
	display: inline-flex !important;
	align-items: center;
	margin: 0;
}

.gfb-payment-option strong {
	display: inline-block;
	margin: 0;
}

.gfb-payment-option span {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.gfb-payment-option strong {
	font-size: 15px;
	line-height: 1.4;
}

.gfb-payment-option small {
	color: #64748b;
	line-height: 1.4;
}
.gfb-payment-option:has(input[type="radio"]:checked) {
	border-color: #1f7a4d;
	background: #f0fdf4;
	box-shadow: 0 6px 16px rgba(31, 122, 77, 0.12);
}

.gfb-submit-button.gfb-button-loading,
.gfb-appointment-button.gfb-button-loading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	opacity: 0.85;
	cursor: not-allowed;
}

.gfb-button-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	animation: gfb-spin 0.75s linear infinite;
}

@keyframes gfb-spin {
	to {
		transform: rotate(360deg);
	}
}

.gfb-field input[type="file"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px dashed #ccd0d4;
    border-radius: 6px;
    background: #fff;
}

.gfb-field small {
    display: block;
    margin-top: 6px;
    color: #666;
    font-size: 13px;
}

.gfb-quote-flow-summary {
    margin: 0 0 18px;
    padding: 14px;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    background: #fff;
}

.gfb-quote-flow-summary ol {
    margin: 0 0 12px 20px;
    padding: 0;
}

.gfb-quote-flow-summary li {
    margin-bottom: 6px;
}

.gfb-quote-flow-summary li.is-complete {
    font-weight: 600;
}

.gfb-quote-flow-summary li.is-current {
    font-weight: 700;
}

.gfb-payment-option small {
    display: block;
    margin-top: 4px;
    font-weight: 400;
    opacity: 0.8;
}

.gfb-payment-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.gfb-payment-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.gfb-payment-option input[type="radio"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.gfb-payment-option span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.4;
}

.gfb-payment-option strong {
    display: block;
    font-weight: 600;
}

.gfb-payment-option small {
    display: block;
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.8;
}

.gfb-payment-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 12px;
}

.gfb-payment-option {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px;
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.gfb-payment-option input[type="radio"] {
    margin: 4px 0 0 0 !important;
    flex: 0 0 auto;
}

.gfb-payment-option-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px;
    width: 100%;
    line-height: 1.4;
}

.gfb-payment-option-content strong {
    display: block;
    margin: 0;
}

.gfb-payment-amount {
    display: block !important;
    margin: 0 !important;
    white-space: normal;
    line-height: 1.5;
}

.gfb-payment-amount .woocommerce-Price-amount,
.gfb-payment-amount bdi {
    display: inline !important;
    white-space: nowrap;
}

.gfb-payment-amount .woocommerce-Price-currencySymbol {
    display: inline !important;
    margin-left: 2px;
}