/* CAFEX Theme 2.0 Clean / Toggle outside navmenu */
.cafex-header-tools{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:14px;position:relative;z-index:1002}
.cafex-theme-toggle{width:40px;height:40px;min-width:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--cafex-orange) 42%,transparent);border-radius:10px;background:color-mix(in srgb,var(--cafex-orange) 9%,transparent);color:var(--cafex-orange);cursor:pointer;transition:.22s ease}
.cafex-theme-toggle:hover{background:var(--cafex-orange);color:#fff}
html[data-theme-choice=light] .cafex-theme-toggle .icon-auto,html[data-theme-choice=light] .cafex-theme-toggle .icon-dark,html[data-theme-choice=dark] .cafex-theme-toggle .icon-auto,html[data-theme-choice=dark] .cafex-theme-toggle .icon-light,html[data-theme-choice=auto] .cafex-theme-toggle .icon-light,html[data-theme-choice=auto] .cafex-theme-toggle .icon-dark{display:none}
@media(max-width:1199px){.cafex-header-tools{margin-left:auto;margin-right:42px}.cafex-theme-toggle{width:38px;height:38px;min-width:38px}}
@media(max-width:420px){.cafex-header-tools{margin-right:38px}.cafex-theme-toggle{width:36px;height:36px;min-width:36px}}
