.rbea-inspector-tab {
    .rbea-separator-style-control {
        margin-bottom: 24px;
        .rbea-control__header {
            margin-bottom: 0px;
        }
        .rbea-separator-style-selector {
            label {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .components-radio-control__option input:checked+label {
                border: 1px solid #007CBA;
                border-radius: 4px;
                background-color: #F1FAFF;

                .rbea-separator-style-select-control-label {
                    color: #007CBA;
                }
            }
        }

        .rbea-separator-style-selector {

            .components-radio-control__option {
                height: 35px;
                width: 100%;
                border: 1px solid #D9D9D9;
                border-radius: 4px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .components-flex.components-h-stack.components-v-stack {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                row-gap: 3px;
                column-gap: 3px;
            }

            .rbea-separator-style-select-control-label {
                font-family: Roboto;
                font-size: 13px;
                font-weight: 400;
                line-height: 16.41px;
                text-align: center;
                color: #666666;
                margin-bottom: 0px;
            }
        }
    }

}