/**
 * KuferCONTACT-Block-Vorschau im Editor (iFrame via enqueue_block_assets).
 * Nur unter .editor-styles-wrapper – kein Styling auf dem Frontend.
 */

.editor-styles-wrapper .wp-block-kufercontact-shortcodes-form {
    font-family: "Roboto Light", sans-serif;
    font-weight: 300;
    background: #01a5a9;
    padding: 20px;
    color: #ffffff;
    line-height: 25px;
}

.editor-styles-wrapper .wp-block-kufercontact-shortcodes-form label {
    font-family: "Roboto Light", sans-serif;
    color: #ffffff;
    line-height: 25px;
    font-size: 15px !important;
}

.editor-styles-wrapper .wp-block-kufercontact-shortcodes-form select,
.editor-styles-wrapper .wp-block-kufercontact-shortcodes-form option {
    font-family: "Roboto Light", sans-serif;
    line-height: 25px;
    background-color: white !important;
    font-size: 15px !important;
}

.editor-styles-wrapper::after {
    height: 10vh !important;
}
