/* RGXYZ Booking Lite styles */
.rgxyz-bl-wrap{max-width:720px;margin:0 auto;padding:16px;border:1px solid #eee;border-radius:12px;background:#fafafa;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;}
.rgxyz-bl-field{margin-bottom:12px;}
.rgxyz-bl-field label{display:block;font-weight:600;margin-bottom:6px;}
.rgxyz-bl-field input,.rgxyz-bl-field select,.rgxyz-bl-field textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;background:#fff;}
.rgxyz-bl-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.rgxyz-bl-slots{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;}
/* Theme overrides are common. Use !important on slot pills so times are always readable. */
.rgxyz-bl-wrap .rgxyz-bl-slots .slot{padding:8px 10px;border:1px solid #753b0e;border-radius:20px;background:#fff !important;color:#753b0e !important;cursor:pointer;}
.rgxyz-bl-slots .slot:hover{background:#fff7ef;}
.rgxyz-bl-wrap .rgxyz-bl-slots .slot.selected{background:#05ffac !important;border-color:#05ffac !important;color:#000 !important;}
.rgxyz-bl-wrap .rgxyz-bl-slots .slot.taken{background:#ddd !important;border-color:#ddd !important;color:#888 !important;cursor:not-allowed;}
.rgxyz-bl-actions{display:flex;align-items:center;gap:12px;margin-top:10px;}
.rgxyz-bl-actions button{background:#753b0e;color:#fff;border:none;border-radius:10px;padding:10px 16px;cursor:pointer;}
#rgxyz_bl_msg.ok{color:green;} #rgxyz_bl_msg.err{color:#c00;}
.rgxyz-bl-meta,.rgxyz-bl-note{font-size:12px;color:#555;margin-bottom:8px;}
.hint{font-size:12px;color:#666;}
@media(max-width:640px){.rgxyz-bl-grid2{grid-template-columns:1fr;}}
