.emb-out-of-stock-form-wrapper {
	margin-top: 20px;
}

.emb-out-of-stock-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 14px 18px;
	border: 0;
	border-radius: 4px;
	background: var(--header-orange);
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	transition: background 0.2s ease;
}

.emb-out-of-stock-toggle:hover {
	background: #222222;
}

.emb-out-of-stock-toggle__arrow {
	flex-shrink: 0;
	margin-left: 12px;
	font-size: 12px;
	transition: transform 0.3s ease;
}

.emb-out-of-stock-form {
	display: none;
	margin-top: 16px;
	padding: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	background: #ffffff;
}

.emb-out-of-stock-form-wrapper.active .emb-out-of-stock-form {
    display: block;
}

.emb-out-of-stock-form-wrapper.active .emb-out-of-stock-toggle__arrow {
	transform: rotate(180deg);
}

.emb-out-of-stock-form .wpcf7-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #333333;
}

.emb-out-of-stock-form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 14px;
}

.emb-out-of-stock-form .wpcf7-form-control-wrap input,
.emb-out-of-stock-form .wpcf7-form-control.wpcf7-textarea,
.emb-out-of-stock-form .wpcf7-form-control.wpcf7-select {
	width: 100%;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	background: #ffffff;
	color: #333333;
	font-family: inherit;
	font-size: 14px;
	box-sizing: border-box;
}

.emb-out-of-stock-form .wpcf7-form-control.wpcf7-textarea {
	min-height: 120px;
	resize: vertical;
}

.emb-out-of-stock-form .wpcf7-form-control.wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 28px;
	border: 1px solid var(--header-orange);
	border-radius: 4px;
	background: var(--header-orange);
	color: #ffffff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.emb-out-of-stock-form .wpcf7-form-control.wpcf7-submit:hover {
	background: #222222;
	border-color: #222222;
}

.emb-out-of-stock-form .wpcf7-response-output {
	margin: 14px 0 0;
	padding: 12px 14px;
	border-radius: 4px;
	font-size: 14px;
}

.emb-out-of-stock-form .wpcf7-not-valid-tip {
	margin-top: 4px;
	color: #c62828;
	font-size: 12px;
}

.emb-out-of-stock-form .wpcf7-not-valid {
	border-color: #e53935;
}

@media (max-width: 48em) {
	.emb-out-of-stock-toggle {
		font-size: 14px;
		padding: 12px 16px;
	}

	.emb-out-of-stock-form {
		padding: 16px;
	}
}
