/*
* Yerel Yazıtipi kullanıyorsanız Yorum Satırı işaretçilerini kaldırın.
* "Custom (Özel) Font" yazan yere kendi yazı tipinizin adını yazın.
*
* If you use Local Fonts, please remove comment line markers.
* Write your font name to the place where "Custom (Özel) Font" is written.
*
:root {
    --body-font-family:"Custom (Özel) Font", sans-serif;
    --body-font-weight:400;
    --menu-font-family:"Custom (Özel) Font", sans-serif;
    --menu-font-weight:600;
    --h1-font-family:"Custom (Özel) Font", sans-serif;
    --h1-font-weight:700;
    --h2-font-family:"Custom (Özel) Font", sans-serif;
    --h2-font-weight:600;
    --h3-font-family:"Custom (Özel) Font", sans-serif;
    --h3-font-weight:600;
    --h4-font-family:"Custom (Özel) Font", sans-serif;
    --h4-font-weight:600;
    --h5-font-family:"Custom (Özel) Font", sans-serif;
    --h5-font-weight:600;
    --h6-font-family:"Custom (Özel) Font", sans-serif;
    --h6-font-weight:600;
}
*/

/*** MODÜL BAZLI DÜZELTME ***/
#get_details_module_content.col:has(.serp-api-product-detail),
#get_details_module_content.col:has(.serp-api-client-area),
#get_details_module_content.col:has(.we1town-api-key-dashboard),
#get_details_module_content.col:has(.we1town-product-detail){
    width: 100%;
}

/*** GENEL DÜZELTME ----------------------------------
* Eğer modül farketmeksizin tüm modül dosyalarınızın tam genişlikte görünmesini istiyorsanız yukarıdaki modül bazlı düzeltme satırlarını yorum satırına alın ve sadece bu aşağıdaki satırı etkinleştirin.
* Aşağıdaki css stilini yorum satırı dışarısına taşıyın. buradan yukarıya doğru silebilirsiniz.
* buradan itibaren silebilirsiniz
*/

#get_details_module_content.col{
    width:100%;
}

