.woo-oos-inquiry-wrap {
	position: relative;
	margin: 0.5em 0;
	/* border: 1px solid #e0e0e0; */
	/* border-radius: 6px; */
	/* background: #fafafa; */
	/* max-width: 480px; */
}

.woo-oos-inquiry-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 100%; */
	padding: 0.1em 0.8em;
	background: #375226;
	border: 2px solid #4bc300;
	border-radius: unset;
	cursor: pointer;
	font-size: 1em;
	font-weight: 600;
	text-align: left;
	color: #ffffff;
}

.woo-oos-inquiry-toggle:hover {
	border-color: #375226;
	background: #4bc300;
}

.woo-oos-toggle-icon {
	font-size: 2em;
	line-height: 1;
	transition: transform 0.2s ease;
}

.woo-oos-inquiry-toggle[aria-expanded="true"] .woo-oos-toggle-icon {
	transform: rotate(90deg);
}

.woo-oos-inquiry-panel {
	position: absolute;
	/* top: calc(100% + 6px); */
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 1.25em 1.5em;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	z-index: 20;
}

.woo-oos-inquiry-panel[hidden] {
	display: none !important;
}

.woo-oos-inquiry-heading {
	margin-top: 0;
	font-size: 1.1em;
}

.woo-oos-inquiry-subheading {
	margin-top: 0;
	color: #555;
	font-size: 0.95em;
}

.woo-oos-inquiry-form .woo-oos-field {
	margin-bottom: 1em;
}

.woo-oos-inquiry-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.woo-oos-inquiry-form input[type="text"],
.woo-oos-inquiry-form input[type="email"],
.woo-oos-inquiry-form textarea {
	width: 100%;
	padding: 0.6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.woo-oos-inquiry-form .woo-oos-captcha-question {
	font-weight: 600;
	margin-bottom: 0.3em;
}

.woo-oos-submit-btn {
	cursor: pointer;
}

.woo-oos-hp-field {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.woo-oos-inquiry-notice {
	padding: 0.9em 1.1em;
	border-radius: 4px;
	margin-bottom: 1em;
}

.woo-oos-inquiry-success {
	background: #e7f6e7;
	border: 1px solid #b7e0b7;
	color: #256029;
}

.woo-oos-inquiry-error {
	background: #fdeaea;
	border: 1px solid #f3c0c0;
	color: #86181d;
}

#woo-oos-inquiry-panel-10682 > form > p:nth-child(10) > button:hover {
	background: #4bc300;
	border-color: #256029;
}