#brxe-zfocwa .form-group > label:not(.choose-files) {
	display: block;
	margin-bottom: 0.6rem;
	color: var(--color-text);
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.4;
}

#brxe-zfocwa .form-group:has(.patches-quote-more-toggle) > label,
#brxe-zfocwa .form-group:has(.patches-quote-notice) > label,
#brxe-zfocwa .form-group:has([name="form-field-fuefid"]) {
	display: none !important;
}

#brxe-zfocwa input:not([type="hidden"]),
#brxe-zfocwa select,
#brxe-zfocwa textarea,
#brxe-zfocwa .submit-button-wrapper .bricks-button {
	min-height: 48px;
}

#brxe-zfocwa textarea {
	min-height: 120px;
}

#brxe-zfocwa .patches-quote-more-toggle {
	display: none;
	width: 100%;
	min-height: 4.4rem;
	padding: 0.8rem 1rem;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-s);
	color: var(--color-text);
	background: transparent;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-button);
	font: inherit;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

#brxe-zfocwa .submit-button-wrapper .bricks-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#brxe-zfocwa.patches-quote-enhanced .patches-quote-more-toggle {
	display: flex;
}

#brxe-zfocwa .patches-quote-more-toggle:hover {
	border-color: var(--color-accent);
	color: var(--color-accent-hover);
}

#brxe-zfocwa .patches-quote-more-toggle:focus-visible,
#brxe-zfocwa .choose-files:focus-within {
	outline: var(--focus-ring-width) solid var(--color-focus);
	outline-offset: var(--focus-ring-offset);
}

#brxe-zfocwa .patches-quote-more-icon {
	font-size: 2rem;
	line-height: 1;
	transition: transform var(--transition-base);
}

#brxe-zfocwa .patches-quote-more-toggle[aria-expanded="true"] .patches-quote-more-icon {
	transform: rotate(45deg);
}

#brxe-zfocwa .choose-files {
	width: 100%;
	min-height: 4.8rem;
	padding: 1.2rem 1.4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--color-text);
	background: var(--color-surface-raised);
	border: 1px dashed var(--color-border-strong);
	border-radius: var(--radius-button);
	font-weight: 600;
	cursor: pointer;
}

#brxe-zfocwa .patches-quote-notice {
	color: var(--color-text-muted);
	font-size: 1.2rem;
	line-height: var(--line-height-normal);
}

#brxe-zfocwa .patches-quote-notice p {
	margin: 0;
}

#brxe-zfocwa .patches-quote-notice p + p {
	margin-top: 0.4rem;
	color: var(--color-text);
	font-weight: 600;
}

#brxe-zfocwa [hidden] {
	display: none !important;
}
