// The following styles get applied inside the editor only.

.wp-block-sign-up-sheets-sheet {
    border: 1px dotted #f00;

    svg {
        fill: #47c9af;
    }

    .fdsus-pro-field .components-base-control__label,
    .fdsus-pro-field .components-toggle-control__label {
        &::before {
            content: "Pro Only";
            background-color: #47c9af;
            color: #fff;
            float: right;
            font-size: 1em;
            font-weight: bold;
            padding: .2em .6em;
            border-radius: 1em;
            margin-left: .6em;
            line-height: 1em;
        }
    }

    .fdsus-field-id {
        border-top: 1px solid #ccc;
        padding: 1em 0 0;
    }

    .components-base-control {
        width: 100%;
    }
}
