/* Basic styles */
.msp-table { width: 100%; border-collapse: collapse; }
.msp-table th, .msp-table td { border: 1px solid #ddd; padding: 8px; }
.msp-table th { background: #f5f5f5; text-align: left; }
.msp-table td:last-child { text-align: center; }
.msp-modal { position: fixed; left:0; top:0; right:0; bottom:0; background: rgba(0,0,0,.4); display:flex; align-items:center; justify-content:center; z-index:9999; }
.msp-modal-content { background:#fff; padding: 20px; border-radius: 8px; width: 420px; max-width: 90%; position: relative; }
.msp-modal-close { position:absolute; right:10px; top:10px; border:none; background:transparent; font-size:18px; cursor:pointer; }
.msp-book-form input[type=text], .msp-book-form input[type=email], .msp-book-form input[type=number] { width:100%; }
.msp-book-form .msp-msg { margin: 6px 0; color:#444; }
