.sbsn-wrap {
	margin: 1.25em 0;
}

.sbsn-wrap.sbsn-variable-hidden {
	display: none;
}

/* Botón principal "Avisar disponibilidad" */
.sbsn-toggle.button {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.85em 1.4em;
	font-size: 0.95em;
	font-weight: 600;
	line-height: 1;
	border-radius: 8px;
	cursor: pointer;
}

/* Tarjeta del formulario */
.sbsn-form {
	margin-top: 1em;
	padding: 1.5em;
	border: 1px solid #e6e8eb;
	border-radius: 12px;
	max-width: 460px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.sbsn-form .sbsn-intro {
	margin: 0 0 1.25em;
	font-size: 0.95em;
	line-height: 1.5;
	color: #4a4f55;
}

.sbsn-field {
	margin: 0 0 1em;
}

.sbsn-field label {
	display: block;
}

.sbsn-field label span {
	display: block;
	font-weight: 600;
	font-size: 0.85em;
	letter-spacing: 0.02em;
	margin-bottom: 0.4em;
	color: #2b2f33;
}

/* Campos modernos */
.sbsn-field input {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	min-height: 48px;
	padding: 0.75em 1em;
	font-size: 1em;
	line-height: 1.4;
	color: #1f2327;
	background: #f7f8fa;
	border: 1.5px solid #d8dce0;
	border-radius: 10px;
	outline: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	-webkit-appearance: none;
	appearance: none;
}

.sbsn-field input::placeholder {
	color: #9aa0a6;
}

.sbsn-field input:hover {
	border-color: #c2c7cc;
}

.sbsn-field input:focus {
	background: #fff;
	border-color: #e44d26;
	box-shadow: 0 0 0 3px rgba(228, 77, 38, 0.15);
}

/* Honeypot oculto a usuarios reales */
.sbsn-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 0;
	overflow: hidden;
}

.sbsn-actions {
	margin: 1.25em 0 0;
}

/* Botón enviar ("Recordar") */
.sbsn-submit.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.9em 1.25em;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	border: none;
	border-radius: 10px;
	background: #e44d26;
	color: #fff;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.05s ease, opacity 0.15s ease;
}

.sbsn-submit.button:hover {
	background: #c93f1c;
}

.sbsn-submit.button:active {
	transform: translateY(1px);
}

.sbsn-submit[disabled] {
	opacity: 0.55;
	cursor: not-allowed;
}

.sbsn-message {
	margin: 1em 0 0;
	padding: 0.75em 1em;
	border-radius: 10px;
	font-size: 0.92em;
	line-height: 1.45;
}

.sbsn-message.sbsn-success {
	background: #e6f4ea;
	color: #1e7e34;
	border: 1px solid #b7e1c2;
}

.sbsn-message.sbsn-error {
	background: #fdecea;
	color: #b3261e;
	border: 1px solid #f5c2bd;
}

.sbsn-privacy {
	font-size: 0.8em;
	color: #8a9099;
	margin: 1em 0 0;
	line-height: 1.45;
}
