.wcrm-oportunidad-box {
	margin: 18px 0;
	padding: 0;
	border: 1px solid #e8dffa;
	border-radius: 12px;
	background: linear-gradient(180deg, #fff 0%, #fffafd 100%);
	overflow: hidden;
}
.wcrm-oportunidad-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 16px;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
.woocommerce div.product .wcrm-oportunidad-box,
.woocommerce div.product .wcrm-oportunidad-box:hover,
.woocommerce div.product .wcrm-oportunidad-box:focus-within,
.wcrm-oportunidad-trigger:hover,
.wcrm-oportunidad-trigger:focus,
.wcrm-oportunidad-trigger:active {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	color: inherit !important;
	box-shadow: none !important;
	outline: none !important;
}
.woocommerce div.product .wcrm-oportunidad-box,
.woocommerce div.product .wcrm-oportunidad-box:hover,
.woocommerce div.product .wcrm-oportunidad-box:focus-within,
.wcrm-oportunidad-box:hover {
	background: linear-gradient(180deg, #fff 0%, #fffafd 100%) !important;
	background-color: #fff !important;
}
.woocommerce div.product button.wcrm-oportunidad-trigger,
.woocommerce div.product button.wcrm-oportunidad-trigger:hover,
.woocommerce div.product button.wcrm-oportunidad-trigger:focus,
.woocommerce div.product button.wcrm-oportunidad-trigger:active,
.wcrm-oportunidad-box button.wcrm-oportunidad-trigger:hover,
.wcrm-oportunidad-box button.wcrm-oportunidad-trigger:focus,
.wcrm-oportunidad-box button.wcrm-oportunidad-trigger:active {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	color: inherit !important;
	border-color: transparent !important;
	box-shadow: none !important;
}
.woocommerce div.product button.wcrm-oportunidad-trigger:hover *,
.woocommerce div.product button.wcrm-oportunidad-trigger:focus *,
.wcrm-oportunidad-box button.wcrm-oportunidad-trigger:hover *,
.wcrm-oportunidad-box button.wcrm-oportunidad-trigger:focus * {
	color: inherit;
}
.wcrm-oportunidad-trigger:hover .wcrm-oportunidad-title,
.wcrm-oportunidad-trigger:focus .wcrm-oportunidad-title {
	color: #1a1025 !important;
}
.wcrm-oportunidad-trigger:hover .wcrm-oportunidad-text,
.wcrm-oportunidad-trigger:focus .wcrm-oportunidad-text {
	color: #6b5b7a !important;
}
.wcrm-oportunidad-title {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	color: #1a1025;
}
.wcrm-oportunidad-trigger-cta {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--wcrm-oportunidad-color, #8a47cc);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.wcrm-oportunidad-trigger:hover .wcrm-oportunidad-trigger-cta,
.wcrm-oportunidad-trigger:focus .wcrm-oportunidad-trigger-cta,
.wcrm-oportunidad-trigger:active .wcrm-oportunidad-trigger-cta {
	background: var(--wcrm-oportunidad-color, #8a47cc) !important;
	background-color: var(--wcrm-oportunidad-color, #8a47cc) !important;
	color: #fff !important;
}
.wcrm-oportunidad-trigger-cta::after {
	content: '▾';
	margin-left: 8px;
	transition: transform .18s ease;
}
.wcrm-oportunidad-box:not(.is-collapsed) .wcrm-oportunidad-trigger-cta::after {
	transform: rotate(180deg);
}
.wcrm-oportunidad-text,
.wcrm-oportunidad-legal,
.wcrm-oportunidad-feedback {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.45;
	color: #6b5b7a;
}
.wcrm-oportunidad-form {
	display: grid;
	gap: 10px;
	padding: 0 16px 16px;
	animation: wcrm-oportunidad-open .18s ease;
}
.wcrm-oportunidad-form[hidden] {
	display: none;
}
@keyframes wcrm-oportunidad-open {
	from { opacity: 0; transform: translateY(-4px); }
	to { opacity: 1; transform: none; }
}
.wcrm-oportunidad-label span {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 600;
	color: #1a1025;
}
.wcrm-oportunidad-label input[type="email"],
.wcrm-oportunidad-label input[type="text"] {
	width: 100%;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid #d8c8f2;
	border-radius: 6px;
	background: #fff;
}
.wcrm-oportunidad-check {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #2d2038;
}
.wcrm-oportunidad-check input {
	margin-top: 3px;
}
.wcrm-oportunidad-check.is-disabled {
	color: #8b7b9b;
}
.wcrm-oportunidad-btn {
	justify-self: start;
	min-height: 38px;
	padding: 9px 16px;
	border: 0;
	border-radius: 6px;
	background: var(--wcrm-oportunidad-color, #8a47cc);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
.wcrm-oportunidad-btn:disabled {
	opacity: .65;
	cursor: progress;
}
.wcrm-oportunidad-box.is-success .wcrm-oportunidad-feedback {
	color: #15803d;
}
.wcrm-oportunidad-box.is-error .wcrm-oportunidad-feedback {
	color: #b91c1c;
}
.wcrm-oportunidad-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 640px) {
	.wcrm-oportunidad-trigger {
		align-items: flex-start;
		flex-direction: column;
	}
}
