.admin-logout-button{width:calc(100% - 20px);min-height:46px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;margin:auto 10px 7px;padding:6px 9px;color:#493e33;text-align:left;background:transparent;border:1px solid #dfd1bf;border-radius:12px;cursor:pointer;transition:background .18s ease,border-color .18s ease}.admin-logout-button:hover{background:#f1e7da;border-color:#d0b38e}.admin-logout-button>span:first-child{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#eee5d8;color:#936735;font-size:17px}.admin-logout-button>span:last-child{min-width:0;display:grid;gap:2px}.admin-logout-button strong{font-size:11px}.admin-logout-button small{color:#877b6e;font-size:8px}html[data-theme="dark"] .admin-logout-button{color:#e8dfd5;border-color:#51463b}html[data-theme="dark"] .admin-logout-button:hover{background:#3a332d}html[data-theme="dark"] .admin-logout-button>span:first-child{background:#40372f;color:#d7a96f}html[data-theme="dark"] .admin-logout-button small{color:#afa397}
