/**
 * HPC Booking Widget — strukturelle Basis-Styles
 * Optik wird von BookingSüdtirol via Widget-Konfigurator übernommen.
 */

.hpc-booking-widget {
    width: 100%;
}

/* Editor-Platzhalter */
.hpc-booking-widget--editor {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    background: #f0f2f5;
    border: 2px dashed #c0c7d0;
    border-radius: 4px;
    color: #6b7280;
    font-size: 14px;
}
