/**
 * Theme Name: KP6 Wiki
 */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: 1.5;
	font-family: sans-serif;
}


/* raycast */
.raycast svg.search {
    padding: 4px;
    cursor: pointer;
    background: black;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    bottom: 1px;
    position: relative;
}

.raycast svg.search:hover {
    background: #333333;
}

.dark [cmdk-root] svg {
    filter: invert();
}

.raycast [cmdk-root] {
    background: hsla(0, 0%, 8.6%, 0.42) !important;
    backdrop-filter: blur(30px);
}

.dark .raycast [cmdk-root]:after {
    animation: none !important;
    background: none !important;
}

.raycast [cmdk-item][data-selected="true"] {
    background: hsla(0, 0%, 100%, 0.08);
}

/*#search-root {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    z-index: 2;*/
/*}*/

/*.raycast {*/
/*    margin: auto;*/
/*    max-width: 600px;*/
/*    width: 100%;*/
/*}*/

/*body.search-open #search-root {*/
/*    background: #171819cf;*/
/*}*/

/*body:not(.search-open) #search-root {*/
/*    display: none !important;*/
/*}*/

/*
@media(prefers-color-scheme: dark) {
    body {
        --e-global-color-primary: white !important;
        background: black !important;
    }

    div[data-elementor-type="header"]  img {
        filter: invert(1);
    }

    .elementor-widget-container p {
        color: var(--e-global-color-primary);
    }
}
*/