#srm-toggle-btn{position:fixed;z-index:99999;width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgb(0 0 0 / .18);transition:background-color 0.3s ease,transform 0.2s ease,box-shadow 0.3s ease;background-color:var(--srm-btn-color,#c8a96e);margin:18px;padding:0;outline:none}#srm-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 24px rgb(0 0 0 / .25)}#srm-toggle-btn:active{transform:scale(.95)}#srm-toggle-btn svg{width:22px;height:22px;display:block;transition:opacity 0.2s ease}#srm-toggle-btn.srm-top-left{top:0;left:0;bottom:auto;right:auto}#srm-toggle-btn.srm-top-right{top:0;right:0;bottom:auto;left:auto}#srm-toggle-btn.srm-bottom-left{bottom:0;left:0;top:auto;right:auto}#srm-toggle-btn.srm-bottom-right{bottom:0;right:0;top:auto;left:auto}body.srm-active{background-color:var(--srm-bg,#f7f1e2)!important;transition:background-color 0.4s ease,color 0.4s ease}body.srm-active *:not(#srm-toggle-btn):not(#srm-toggle-btn *):not(img):not(video):not(iframe):not(svg):not(svg *){background-color:transparent!important;color:var(--srm-text,#2c2416)!important;border-color:rgb(44 36 22 / .15)!important;box-shadow:none!important;text-shadow:none!important}body.srm-active img,body.srm-active video,body.srm-active iframe,body.srm-active canvas{opacity:.92;filter:sepia(10%)}body.srm-active,body.srm-active html{background-color:var(--srm-bg,#f7f1e2)!important}body.srm-active #page,body.srm-active #wrapper,body.srm-active #container,body.srm-active .site,body.srm-active .site-content,body.srm-active main,body.srm-active article,body.srm-active .entry-content,body.srm-active .post-content,body.srm-active header,body.srm-active footer,body.srm-active nav,body.srm-active aside,body.srm-active .widget,body.srm-active .sidebar{background-color:var(--srm-bg,#f7f1e2)!important}body.srm-active a{color:#8b6914!important}body.srm-active a:hover{color:#5c440d!important}body.srm-active #srm-toggle-btn{background-color:#8b6914;box-shadow:0 4px 18px rgb(139 105 20 / .35)}html{scroll-behavior:smooth}