.idel-element{
  box-sizing:border-box;
  --idel-font-sans:"Satoshi",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-family:var(--idel-font-sans)!important;
}
/* Tüm eklenti metinleri Satoshi; font-weight kurallarına dokunulmaz */
.idel-element *{
  font-family:var(--idel-font-sans)!important;
}
.idel-has-hover-color:hover{color:var(--idel-hover-color)!important}
.idel-has-hover-bg:hover{background:var(--idel-hover-bg)!important;background-color:var(--idel-hover-bg)!important}
html{scrollbar-gutter:stable}
.idel-grid-layout>.wpb_column,.idel-grid-layout>.idel-element,.idel-grid-layout>div{min-width:0}
.idel-flex-layout>.wpb_column,.idel-flex-layout>.idel-element,.idel-flex-layout>div{min-width:0}
.idel-layout-wrap{box-sizing:border-box;max-width:100%}
.idel-layout-wrap>*{min-width:auto;max-width:100%}
.sidebar .idel-layout-wrap--flex>*{flex:none;width:100%}
.idel-layout-wrap--flex>.idel-layout-wrap{flex:1 1 100%;min-width:0;width:100%;max-width:100%}
.idel-layout-wrap--sticky-js{transition:none}
.idel-layout-wrap--sticky-js.is-fixed{position:fixed!important;z-index:99999;box-sizing:border-box;min-width:0}
.sidebar .idel-layout-wrap--sticky-js.is-fixed{overflow-x:hidden}
.sidebar .idel-layout-wrap--sticky-js.is-fixed>*,
.sidebar .idel-layout-wrap--sticky-js.is-fixed .idel-layout-wrap,
.sidebar .idel-layout-wrap--sticky-js.is-fixed .idel-layout-wrap>*{max-width:100%!important;min-width:0!important;box-sizing:border-box}
.idel-layout-accordion{border:1px solid rgba(0,0,0,.12);border-radius:10px;overflow:hidden}
.idel-layout-accordion__summary{list-style:none;cursor:pointer;padding:10px 12px;font-weight:600;background:rgba(0,0,0,.03)}
.idel-layout-accordion__summary::-webkit-details-marker{display:none}
.idel-layout-accordion>.idel-layout-wrap{border:0;border-radius:0}
