:root {
    --header-height: 0;
    --header-height-lg: 0;
}

body {
    background-color: transparent;
}

.container {
    max-width: 100%;
}


.list-container {
    height: 100vh;
    min-height: 100vh;
    &.filter-active {
        height: calc(100vh - 60px);
        min-height: calc(100vh - 60px);
    }
}

.img-container {
    height: 320px;
}

@media (min-width: 768px) {
    .img-container {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .img-container {
        height: 500px;
    }
}

main {
    position: relative;
}

.bookmark-btn {
    svg {
        position: relative;
        top: 3px;
        margin-right: 3px;
        width: 18px;
        height: 18px;
    }
}

.powered-by-muva {
    position: absolute;
    bottom: 0;
    right: 0;
    color: var(--white) !important;
    background: var(--black);
    padding: 5px 18px 5px 10px;
    border-radius: 5px 0 0 0;
    font-size: 0.45rem;

    .powered-by {
        margin-bottom: 3px;
    }

    .brand {
        width: 42px;
    }
}
