/* OtakuWorld Recesso UE — front-end styles (intentionally tiny). */

.ow-recesso-fab {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 9990;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: #111;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
	transition: transform .15s ease, background .15s ease;
}

.ow-recesso-fab:hover,
.ow-recesso-fab:focus {
	background: #000;
	color: #fff;
	transform: translateY(-1px);
}

.ow-recesso-fab__icon {
	font-size: 16px;
}

@media (max-width: 600px) {
	.ow-recesso-fab__txt {
		display: none;
	}
	.ow-recesso-fab {
		padding: 12px;
	}
	.ow-recesso-fab__icon {
		font-size: 18px;
	}
}

/* Form */
.ow-recesso-wrap {
	max-width: 560px;
	margin: 0 auto;
}

.ow-recesso-form .ow-recesso-field {
	margin: 0 0 16px;
}

.ow-recesso-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.ow-recesso-form input[type="text"],
.ow-recesso-form input[type="email"],
.ow-recesso-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
}

.ow-recesso-req {
	color: #c0392b;
}

.ow-recesso-submit button {
	padding: 12px 22px;
	background: #111;
	color: #fff;
	border: 0;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
}

.ow-recesso-submit button:hover {
	background: #000;
}

.ow-recesso-legal,
.ow-recesso-intro {
	font-size: 13px;
	color: #555;
}

/* Honeypot — visually hidden but present for bots. */
.ow-recesso-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Notices */
.ow-recesso-notice {
	padding: 12px 16px;
	border-radius: 6px;
	margin: 0 0 18px;
	font-size: 14px;
}

.ow-recesso-notice--ok {
	background: #e6f4ea;
	border: 1px solid #34a853;
	color: #1e4620;
}

.ow-recesso-notice--info {
	background: #eef2ff;
	border: 1px solid #6366f1;
	color: #312e81;
}

.ow-recesso-notice--err {
	background: #fdecea;
	border: 1px solid #e74c3c;
	color: #7a1c12;
}
