.elementor-control-sg_layout .elementor-control-input-wrapper{
    display: flex;

}
.elementor-control-sg_layout .elementor-control-input-wrapper .elementor-choices{
    display: flex;
    height:auto;
    flex-wrap: wrap;
    align-items: stretch;
    background:#FFF;
}

.elementor-control-sg_layout .elementor-control-input-wrapper{
    border: 1px solid #a4afb7;
}
.elementor-control-sg_layout .elementor-control-input-wrapper .elementor-choices{
    margin-bottom: -1px;
}

.elementor-control-sg_layout .elementor-control-input-wrapper .elementor-choices label{
    width:50%;
    border-right:1px solid #a4afb7;
    border-bottom:1px solid #a4afb7;
    padding:5px;
}
.elementor-control-sg_layout .elementor-control-input-wrapper .elementor-choices label:nth-of-type(2n){
    border-right: none;
}

.elementor-control-sg_layout .elementor-control-input-wrapper .elementor-choices input:checked+.elementor-choices-label{
    background:#a6afb6;
}

.elementor-choices input:checked+.elementor-choices-label .aep::before{
    color:#FFF;
}

.elementor-choices .aep{
    font-size:48px;
}

.ae-editor-note{
    font-style: italic; font-size: 11px; color: #a4afb7;
}