/*
Theme Name: NDN For The People
Theme URI: https://ndnforthepeople.org
Version: 1.0
Author: NDN Collective
Author URI: https://ndncollective.org
Description: 
*/

#__next {
    overflow-x: hidden;
}

li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}

a, ul li a {
    color: inherit;
    text-decoration: underline !important;
}

a:hover,
ul li a:hover {
    color: #900;
}

header {
    height: 75px;
}

.admin-bar header {
    margin-top: 32px;
}

@media screen and (max-width:768px) {
    .admin-bar header {
        margin-top: 46px;
    }
}

/* .donate-box {
    max-width:400px!important;
} */

::selection {
    background: #c31425;
    color: #fff;
}

.scroll-to-top {
    width: 60px;
    height: 60px;
    background-color: #c31425;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
    border-radius: 5px;
}

.scroll-to-top::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.elementor-button-wrapper .elementor-button-link {
    text-decoration: none!important;
}

.scroll-to-top.show {
    display: block;
}

/* #custom-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#custom-lightbox-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    min-width: 300px;
    min-height: 100px;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#custom-lightbox-content .donate-box {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#custom-lightbox-content .donate-box.visible {
    opacity: 1;
}

#custom-lightbox-overlay button {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
} 

.hidden-version {
    display: none!important;
} */