/* Samino EU Compliance — scoped styles, no overrides to existing theme */

/* ---- My Account section wrapper ---- */
.samino-eu-section {
	padding: 0;
}

.samino-eu-intro {
	background: #fff8e1;
	border-left: 4px solid #f0a500;
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: 14px;
	border-radius: 0 4px 4px 0;
}

.samino-eu-notice-box {
	background: #e8f4fd;
	border-left: 4px solid #2196f3;
	padding: 14px 18px;
	margin-bottom: 20px;
	border-radius: 0 4px 4px 0;
}

.samino-eu-notice-box p {
	margin: 8px 0 0;
	font-size: 14px;
}

/* ---- Forms ---- */
.samino-eu-form label {
	display: block;
	margin-bottom: 4px;
}

.samino-eu-form select,
.samino-eu-form textarea {
	width: 100%;
	max-width: 600px;
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	margin-top: 4px;
}

.samino-eu-form textarea {
	resize: vertical;
}

.samino-eu-form p {
	margin-bottom: 16px;
}

.samino-eu-gdpr-notice {
	font-size: 12px;
	color: #666;
	background: #f5f5f5;
	padding: 10px 14px;
	border-radius: 4px;
}

/* ---- Buttons ---- */
.samino-eu-btn-cancel,
.samino-eu-btn-recesso {
	background: #5a2d82;
	color: #fff !important;
	border: none;
	padding: 10px 22px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	transition: opacity .2s;
}

.samino-eu-btn-cancel:hover,
.samino-eu-btn-recesso:hover {
	opacity: .85;
}

/* ---- Order detail pending notice ---- */
.samino-eu-pending-notice {
	margin-bottom: 16px;
}

/* ---- Admin order list tags ---- */
.samino-eu-tag {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.samino-eu-tag--cancel {
	background: #fff3cd;
	color: #856404;
}

.samino-eu-tag--recesso {
	background: #d1ecf1;
	color: #0c5460;
}

/* ---- Responsive ---- */
@media (max-width: 600px) {
	.samino-eu-form select,
	.samino-eu-form textarea {
		max-width: 100%;
	}
}
