.clemy-spplus-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 0;
	border-radius: 8px;
	background: #1f3a5f;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.clemy-spplus-button:hover,
.clemy-spplus-button:focus-visible {
	background: #c96e4b;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 7px 18px rgba(31, 58, 95, 0.2);
}

.clemy-spplus-button:focus-visible {
	outline: 3px solid rgba(201, 110, 75, 0.35);
	outline-offset: 3px;
}

.clemy-spplus-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.clemy-spplus-message {
	padding: 16px 18px;
	border-left: 4px solid #1f3a5f;
	border-radius: 6px;
	background: #f3eee7;
	color: #2c2f33;
}

.clemy-spplus-message--success {
	border-left-color: #4f7d58;
	background: #edf6ef;
}

.clemy-spplus-message--pending {
	border-left-color: #b7791f;
	background: #fff7e6;
}

.clemy-spplus-message--cancel,
.clemy-spplus-message--error {
	border-left-color: #b42318;
	background: #fff1f0;
}
