.btn-primary {
    background-color: #3e3e3e !important;
    color: #e9e9e9 !important;
    border: none !important;
    width: 100%;
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem !important;
    border: 1px solid #ffffff !important;
}

.btn-primary:hover {
    background-color: #fff !important;
    color: #2c2c2c !important;
    border: 1px solid #3e3e3e !important;
}

img.toplistsize {
    max-width: 50%;;
}

.product-list a {
    text-decoration: none !important;
    color: #3e3e3e !important;
}

.custom-border {
    border-right: 1px solid #e9ecef !important;
    border-left: 1px solid #e9ecef !important;
}

.toplistcontainer {
    margin-bottom: 12px;
}

.toplistcontainer .custom-a {
    color: #4173ac !important;
}

.custom-font-family {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.toplistcontainer .small {
    font-size: 0.875rem;
}

.overall-rating {
    height: 63%;
    font-size: 1rem;
}
.price-performance {
    font-size: 1rem;
    height: 37%;
}

@media (max-width: 850px) {
    img.toplistsize {
        max-width: 60%;
    }

    .btn-custom {
        font-size: 0.92rem !important;
        padding: 0.295rem 0.75rem !important;
    }

    .custom-border {
        border-right: none !important;
        border-left: none !important;
    }

    .toplistcontainer .py-1 {
        padding-bottom: 0px !important;
    }

    .overall-rating,
    .price-performance {
        height: auto !important;
    }
}