li.filter-categories {
    margin-right: 30px;
}

li.active-categories {
    font-weight: bold;
}

.fancy-grid.-col-2 .fancy-grid__item:nth-child(2n + 2) {
    margin-top: 0;
}

.ref-item {
    border-radius: 20px;
}

.website-author {
    font-weight: 500;
}

.icon-socials {
    margin-right: 2%;
}

span.logo-bold {
    font-weight: 600;
}

span.logo-light {
    font-weight: 400;
}

i.fa-solid.fa-up-right-from-square {
    font-size: 14px;
}

.fa-regular,
.far,
.fa-solid,
.fas {
    font-size: 20px;
}

.beta {
    font-size: 8px;
    text-align: right;
}

.filters {
    margin-left: 10%;
}

/*--------------------------------------------------
	COOKIE BANNER
---------------------------------------------------*/
.cookie-banner {
    flex: auto;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border: solid 2px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.cookie-show {
    display: none;
}

p.text-cookie {
    margin-bottom: 20px;
    padding: 10px;
}

@media screen and (min-width: 992px) {
    .cookie-banner {
        width: 30%;
        bottom: 3em;
        right: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .cookie-banner {
        width: 40%;
        bottom: 3em;
        right: 30px;
    }
}

@media screen and (min-width: 534px) and (max-width: 767px) {
    .cookie-banner {
        width: 90%;
        bottom: 3em;
        right: 30px;
    }
}

@media screen and (max-width: 533px) {
    .cookie-banner {
        width: 90%;
        bottom: 1em;
        left: 50%;
        transform: translate(-50%, 0%);
    }
}

/*--------------------------------------------------
	END COOKIE BANNER
---------------------------------------------------*/

/*--------------------------------------------------
	LOGIN POPUP VERTICAL
---------------------------------------------------*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.login-popup {
    flex: auto;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border: solid 2px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popup-login {
    display: none;
}

#close-popup {
    width: 5%;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 28px;
}

.button-login {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-login {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.text-login p {
    margin-top: 20px;
}

.form-login-popup {
    text-align: center;
}

.signup {
    margin-top: 20px;
    align-items: center;
}

@media screen and (min-width: 1259px) {
    .login-popup {
        width: 40%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1259px) {
    .login-popup {
        width: 48%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .login-popup {
        width: 55%;
    }
}

@media screen and (min-width: 534px) and (max-width: 767px) {
    .login-popup {
        width: 60%;
    }
}

@media screen and (max-width: 533px) {
    .login-popup {
        width: 80%;
    }

    .sectionHeading__title {
        font-size: 20px;
    }

    .text-login p {
        margin-top: 12px;
    }

    .text-login {
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }


    .form-login-popup {
        text-align: center;
    }

    .signup {
        font-size: 10px;
    }
}

/*--------------------------------------------------
	LOGIN POPUP HORIZONTAL
---------------------------------------------------*/

.login-popup-horizontal {
    flex: auto;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border: solid 2px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popup-login-horizontal {
    display: none;
}

#close-popup {
    width: 25px;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 28px;
}

@media screen and (min-width: 1259px) {
    .login-popup-horizontal {
        width: 60%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1259px) {
    .login-popup-horizontal {
        width: 75%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .login-popup-horizontal {
        width: 90%;
    }
}

@media screen and (min-width: 534px) and (max-width: 767px) {
    .login-popup-horizontal {
        width: 80%;
    }

    .sectionHeading__title {
        font-size: 24px
    }
}

@media screen and (max-width: 533px) {
    .login-popup-horizontal {
        width: 80%;
    }

    .sectionHeading__title {
        font-size: 20px;
    }

    .text-login p {
        margin-top: 12px;
    }

    .text-login {
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }


    .form-login-popup-horizontal {
        text-align: center;
    }

    .signup {
        font-size: 10px;
    }
}