#hero-shortlists {
    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-shortlists .row {
    height: 500px;
}
#shortlists-content .row {
    margin: 20px;
    padding: 20px;
    border-radius: 0px;
     border: 3px solid var(--forange);

}
#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 a {
    color: var(--fsgreen) !important;
}

#shortlists-content ul li::marker {
    font-size: 22px;
    color: var(--flgreen);
}
#shortlists-content h3 {
    color: var(--fdgreen);
    font-weight: 700;
    font-size: 22px;
}
#shortlists-content img {
    object-fit: contain;
    max-width: 150px;
    height: 110px;
}
.bigger-size {
    max-width: 260px!important;
}
#shortlists-content .shortlist-intro {
    padding: 0;
    border: none;
    margin: 0;
}
.entry-name p strong {
    font-size: 12px!important;
}

.entry-name-v3 p strong {
    font-size: 16px!important;
}
@media screen and (max-width: 980px) {
    #shortlists-content .row:last-child {
        margin-bottom: 0!important;
    }
    #shortlists-content .row {
        margin: 0 0 20px 0;
        display: block;
    }
    #shortlists-content .col-9 {
        max-width: 100%;
        margin-bottom: 20px;
    }
    #hero-shortlists .row {
        height: unset;
    }
}

/* 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;
}
#past-winner-section img {
    max-width: 150px;
}
#past-winner-section .row, #green-judgeslists .col {
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
     border: 3px solid var(--green);

}
#past-winner-section ul {
    padding: 0 0 0 20px;
}
#past-winner-section ul li::marker {
    font-size: 22px;
}
#past-winner-section h3 {
    font-weight: 700;
    font-size: 22px;
}
/* #shortlists-content .col-9 {
    padding-left: 0!important;
} */
#shortlists-content .col-3 {
    padding-right: 0;
}
#shortlists-content li img {
    margin-right: 13px;
    max-height: 20px;
    max-width: 80px;
    object-fit: contain;
    height: auto;
    width: auto;
}
#shortlists-content li {
    margin: 10px 0;
}
#shortlists-content .winner-img {
    margin-right: 13px;
    max-height: 20px;
    max-width: 80px;
    object-fit: contain;
    height: auto;
    width: auto;
}
.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;
    display: flex;
    align-items: center;
    column-gap: 10px;

}

#shortlists-content .winner-container {
    align-items: center;
    column-gap: 10px;
}

@media screen and (max-width: 980px) {
    #past-winner-section .row:last-child {
        margin-bottom: 0!important;
    }
    #past-winner-section .row {
        margin: 0 0 20px 0;
        display: block;
    }
    #past-winner-section .col-9 {
        max-width: 100%;
        margin-bottom: 20px;
    }
    #hero-winners .row {
        height: unset;
    }
    #green-shortlists .col-9, .col-3,
    .shortlist-intro, .shortlist-intro .col-lg-12,  .shortlist-intro p {
        padding: 0!important;
    }
    #shortlists-content .col-9 {
        padding: 0 !important;
    }
    #shortlists-content img {
        height: unset;
    }
    .shortlist-intro p {
        margin-bottom: 20px !important;
    }
}
/*
#shortlists-content .font-weight-bold {
    font-weight: 400!important;
}
#shortlists-content ul {
    list-style-type: none!important;
    padding: 0!important;
}
#shortlists-content li {
    margin-bottom: 15px!important;
}
#shortlists-content img {
    max-width: 150px;
}
*/

#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;
    line-height: 1.5!important;
}
.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;
    }
}