.list-wrapper {
    position: sticky;
    top: 80px;
    margin-bottom: 10px;
}

.list-body {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid lightgray;
}

.side-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 0 0;
}

.side-img-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.list-header {
    padding: 0 !important;
    background: aliceblue !important;
    box-shadow: 0 4px 10px rgba(0, 64, 128, 0.1);
}

.list-header h3 {
    position: relative;
    display: flex;
    align-items: center;
}

.list-header a {
    padding: 10px;
    display: block;
}

.cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    border-radius: 10px 10px 0 0;
}

.back-btn {
    font-size: 24px;
}

.cat-btn {
    text-align: center;
    flex: 1;
}

@media only screen and (min-width: 992px) {
    
}
