/**
 * Styles for the MVC Booking Widget Block.
 * This file is loaded on both the editor and the frontend.
 */

/* --- Editor Placeholder Style --- */
.wp-block-mvc-booking-widget {
    border: 2px dashed #007cba;
    padding: 1rem;
    background: #f8f8f8;
}
