.eapps-form-element-label{color:#000000!important;font-family:Arial;font-size:12px;}
.eapps-form-element-radio-options-item-caption{color:#000000!important;font-family:Arial;font-size:12px;}
.eapps-form-element-description{color:#000000!important;font-family:Arial;font-size:12px;}
.eapps-form-element-wrapper-text{width:50%!important;}
/* Genel olarak alanları yan yana %50 yap */
.eapps-form-element-wrapper {
    width: 50% !important;
    display: inline-block !important;
    vertical-align: top;
}

/* TAM GENİŞLİKTE KALMASI GEREKENLER (%100) */
/* Radyo butonu, Onay kutusu ve Açıklama metni */
.eapps-form-element-wrapper.eapps-form-element-radio,
.eapps-form-element-wrapper.eapps-form-element-checkbox,
.eapps-form-element-wrapper.eapps-form-element-description {
    width: 100% !important;
    display: block !important;
}

/* Mobilde her şeyin alt alta gelmesi için */
@media (max-width: 768px) {
    .eapps-form-element-wrapper {
        width: 100% !important;
    }
}

