.glass-form-wrapper-426b749c {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
	font-family: inherit;
}

.glass-form-title {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 600;
}

.gf-field-group {
	margin-bottom: 20px;
}

.gf-label {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	color: #333;
}

.gf-input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	background: #fff;
	box-sizing: border-box;
}

.gf-input:focus {
	border-color: #666;
	outline: none;
}

.gf-radio-group {
	display: flex;
	gap: 20px;
}

.gf-radio-group label {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
}

.gf-dimension-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.gf-dim-input {
	width: calc(20% - 12px);
}

.gf-qty-input {
	width: 12%;
}

.gf-type-input {
	width: 25%;
}

.gf-thick-input {
	width: 20%;
}

.glass-form-add-row {
	background: none;
	border: none;
	color: #0073aa;
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
	padding: 0;
}

.gf-row {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.glass-form-btn-submit {
	background-color: #333;
	color: #fff;
	border: none;
	padding: 12px 25px;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s;
}

.glass-form-btn-submit:hover {
	background-color: #555;
}

.glass-form-btn-submit:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.gf-message {
	margin-top: 15px;
}

.glass-request-form-preview {
	opacity: 0.8;
}

@media (max-width: 600px) {
	.gf-dimension-row {
		flex-wrap: wrap;
	}
	.gf-dim-input, .gf-qty-input, .gf-type-input, .gf-thick-input {
		width: 100%;
	}
	.gf-radio-group {
		flex-direction: column;
		gap: 10px;
	}
}
