.et-booking-example-block {
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem 1rem;
        background: #f4f9fd;
        border-radius: 8px;
        border: 1px solid #d3e7f6;
        font-weight: 600;
        cursor: pointer;
}

.et-booking-example-block [data-role="count"] {
        font-variant-numeric: tabular-nums;
        min-width: 2ch;
        text-align: center;
}

.et-booking-example-editor {
        background: #f4f9fd;
        padding: 1.5rem;
        border-radius: 12px;
        border: 1px dashed #c6e0f4;
}
