main {
    background: #ffff;
}

main .container {
    max-width: 1200px;
}

.shortlists-content .row {
    margin: 20px;
    padding: 20px;
    border-radius: 0px;
    border: 3px solid;
}

.shortlists-content {
    padding: 30px 20px;
}

.shortlists-content ul {
    padding: 0 0 0 20px;
}

.shortlists-content ul {
    margin-bottom: 0;
}

.shortlists-content .row p:last-child {
    margin-bottom: 0;
}

.shortlists-content ul li:last-child {
    padding-bottom: 5px !important;
}

.shortlists-content ul li::marker {
    font-size: 22px;
    color: var(--flgreen);
}

.shortlists-content h3 {
    font-weight: 600!important;
    font-size: 25px!important;
}

.shortlists-content img {
    object-fit: contain;
    max-width: 150px;
    height: 110px;
}

.shortlists-content .shortlist-intro {
    padding: 0;
    border: none;
    margin: 0;
}

/* 2019 Winners */
#hero-winners {
    background: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../../media/images/green-awards-hero-img.jpg)!important;
}
#hero-winners .row {
    height: 500px;
}

.shortlists-content .col-3 {
    padding-right: 0;
}

.shortlists-content li img,
.shortlists-content .winner-img {
    margin-right: 13px;
    max-height: 20px;
    max-width: 80px;
    object-fit: contain;
    height: auto;
    width: 100%;
}

.shortlists-content li {
    margin: 10px 0;
}

.remove-list-style ul {
    list-style-type: none!important;
    padding: 0!important;
}

.shortlist-intro {
    padding: 0 !important;
    margin: 0 !important;
}

.shortlists-content .shortlist-image {
    list-style-type: none !important;
    padding: 0!important;

}

#shortlists-categories .category-shortlist-col {
    padding: 20px;
    flex: 0 0 calc(25.11% - 17px);
}

#shortlists-categories .category-shortlist-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 20px;
    padding: 10px 0;
}

#shortlists-categories img {
    margin-bottom: 20px;
    max-width: 150px;
    height: 70px;
    object-fit: contain;
}

.category-shortlist-col p {
    margin-bottom: 0;
}

.entries-shortlist {
    padding-bottom: 30px;
}

.entries-shortlist:last-child {
    padding-bottom: 0;
}

.entry-name {
    min-height: 170px;
}

#shortlists-categories li {
    list-style-type: none;
}

#shortlists-categories li, a:hover {
    text-decoration: none;
}

:target::before {
    content: "";
    display: block;
    height: 180px;
    margin-top: -180px;
}

.up-button {
    position: fixed;
    bottom: 0;
    right: 50px;
    padding: 5px 20px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

@media screen and (max-width: 980px) {
    #shortlists-categories .category-shortlist-row {
        display: block;
        padding: 0;
    }

    #shortlists-categories .category-shortlist-col {
        margin-bottom: 20px;
    }

    #shortlists-categories .container {
        padding: 0;
    }

    .entry-name {
        min-height: unset;
    }

    .shortlists-content h3 {
        font-size: 20px!important;
    }

    #hero-winners .row {
        height: unset;
    }

    #green-shortlists .col-lg-9, .col-lg-3,
    .shortlist-intro, .shortlist-intro .col-lg-12,  .shortlist-intro p {
        padding: 0!important;
    }

    .shortlists-content .col-lg-9 {
        padding: 0 !important;
    }

    .shortlists-content img {
        height: 80px;
    }

    .shortlist-intro p {
        margin-bottom: 20px !important;
    }

    .shortlists-content .row:last-child {
        margin-bottom: 0!important;
    }

    .shortlists-content .row {
        margin: 0 0 20px 0;
        display: block;
    }

    .shortlists-content .col-lg-9 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    #hero-shortlists .row {
        height: unset;
    }
}
