body.slm-fullpage {
	margin: 0;
	background: #f1ebe0;
	min-height: 100vh;
}

/* Sticky WhatsApp button */
.slm-whatsapp-sticky {
	position: fixed; bottom: 24px; right: 24px; z-index: 9999;
	width: 58px; height: 58px; border-radius: 50%;
	background: #25d366; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 6px 20px rgba(37,211,102,0.5); text-decoration: none;
	transition: transform 0.2s ease;
}
.slm-whatsapp-sticky:hover { transform: scale(1.1); }

.slm-vendor-wrap {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 16px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #2b2621;
	display: grid;
	gap: 24px;
}
.slm-vendor-wrap * { box-sizing: border-box; }
.slm-vendor-card { background: #fff; border: 1.5px solid #e6ddcd; border-radius: 14px; padding: 28px; box-shadow: 0 8px 30px rgba(0,0,0,0.05); }
.slm-vendor-card h2, .slm-vendor-card h3 { margin: 0 0 14px; font-family: Georgia, serif; }
.slm-vendor-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.slm-vendor-quota { text-align: right; background: #f1ebe0; padding: 10px 18px; border-radius: 10px; }
.slm-quota-num { display: block; font-size: 22px; font-weight: 700; font-family: Georgia, serif; }
.slm-quota-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: #8a8178; }
.slm-vendor-alert { background: #fbe9e6; color: #b4523f; padding: 14px 18px; border-radius: 10px; font-size: 14px; }
.slm-form-row { margin-bottom: 14px; }
.slm-form-row label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.slm-form-row input { width: 100%; padding: 10px 14px; border: 1.5px solid #e6ddcd; border-radius: 8px; font-size: 14px; }
.slm-btn {
	display: inline-block; background: linear-gradient(135deg, #e8cf8f, #c9a24b); color: #1a1714;
	border: none; padding: 12px 24px; border-radius: 999px; font-weight: 600; font-size: 14px; cursor: pointer; text-decoration: none;
}
.slm-btn:hover { color: #1a1714; opacity: 0.9; }
.slm-alert-box { margin-top: 14px; padding: 12px 16px; border-radius: 8px; font-size: 13.5px; display: none; }
.slm-alert-box.show { display: block; }
.slm-alert-box.success { background: #e7f0ea; color: #4c7a5b; }
.slm-alert-box.error { background: #fbe9e6; color: #b4523f; }
.slm-muted { color: #8a8178; font-size: 13.5px; }
.slm-keys-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.slm-keys-table th { text-align: left; padding: 10px 12px; background: #f1ebe0; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: #8a8178; }
.slm-keys-table td { padding: 10px 12px; border-top: 1px solid #e6ddcd; }
.slm-badge { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; }
.slm-badge-active { background: #e2eee6; color: #4c7a5b; }
.slm-badge-suspended { background: #fbe9e6; color: #b4523f; }

/* Sticky WhatsApp button */
.slm-whatsapp-sticky {
	position: fixed; bottom: 24px; right: 24px; z-index: 9999;
	width: 58px; height: 58px; border-radius: 50%;
	background: #25d366; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 4px 20px rgba(37,211,102,0.45);
	transition: transform 0.2s, box-shadow 0.2s;
}
.slm-whatsapp-sticky:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.55); }

/* Access control modal */
.slm-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 16px; }
.slm-modal-box { background: #fff; border-radius: 14px; padding: 24px; max-width: 460px; width: 100%; max-height: 90vh; overflow-y: auto; }
.slm-modal-hdr { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.slm-modal-hdr h3 { margin: 0; font-size: 17px; }
.slm-modal-hdr button { background: none; border: none; font-size: 22px; cursor: pointer; color: #8a8178; line-height: 1; }
