/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2026 | 06:38:14 */
.award-scroll-container {
    height: 430px !important; 
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 15px;
}


.award-scroll-container::-webkit-scrollbar {
    width: 6px;
}

.award-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}


.award-scroll-container::-webkit-scrollbar-thumb {
    background: #00A859 !important; 
    border-radius: 10px;
}


@media (min-width: 768px) {
    .award-scroll-container {
        height: 300px !important;
        overflow-y: auto !important;
    }
}

/* Mobile Override (Applies only to screens 767px or smaller) */
@media (max-width: 767px) {
    .award-scroll-container {
        height: auto !important; 
        overflow-y: visible !important; 
        padding-right: 0px !important; 
    }
}