.pop-whisky-img {
    height: 125px;
    float: left;
    display: block;
    max-width: 80px;
    object-fit: cover;
}

.pop-whiskys-unit {
    display: flex;
    height: 125px;
    box-shadow: 0 2px 8px 0 rgb(33 43 53 / 12%);
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
}

/* .pop-whiskys-unit:first-child {
    border-top: #5C8374 1px solid;
    border-left: 1px solid transparent;
}

.pop-whiskys-unit:last-child {
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
} */

.pop-whiskys {
    display: block;
    width: 100%;
}

.pop-whiskys-wrapper {
    min-height: 450px;
    width: 100%;
    margin-bottom: 40px;
}

.pop-whisky-name {
    text-align: left;
    color: black;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.pop-whisky-btn {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #e38200;
    padding: 5px;
    font-weight: 600;
}

.pop-whisky-btn:hover {
    cursor: pointer;
}

.pop-whisky-img-wrap {
    width: 80px;
}

.ma-post-wrapper {
    margin: 25px auto;
    height: 250px;
    width: 300px;
}

.ma-post-wrapper:first-child {
    margin-top: 0px !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .pop-whiskys {
        margin-bottom: 50px;
        width: 80%;
        margin: auto;
    }

    .pop-whiskys-unit {
        min-width: 49%;
    }

    .sidebar-page {
        width: 95%;
        margin: 40px auto 0 auto;
    }

    .main-feed {
        text-align: left;
    }

    .padding-top {
        padding-top: 70px;
    }
    
}

@media (min-width: 601px) and (max-width:1500px){
    .sidebar-page {
        display: flex;
        width: 80%;
        margin: 40px auto 0 auto;
    }

    .main-feed {
        margin-right: 80px;
        text-align: left;
    }

    .padding-top {
        padding-top: 70px;
    }
}

@media screen and (min-width: 1501px){
    .sidebar-page {
        display: flex;
        width: 65%;
        margin: 40px auto 0 auto;
    }

    .main-feed {
        margin-right: 80px;
        text-align: left;
    }

    .padding-top {
        padding-top: 70px;
    }
} 

.random-post-wrapper {
    width: 100%;
    box-shadow: 0 2px 8px 0 rgba(33,43,53,.12);    
    margin-bottom: 20px;
    border-radius: 5px;
}

.random-post-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.read-more-sb-btn {
    background-color: transparent;
    border: solid #5C8374 1px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 50%;
}

.related-title {
    margin: 20px 0 10px;
    font-size: 20px;
}

.random-post-wrapper a {
    text-decoration: none;
    color: black;
}

.related-content {
 min-height: 290px;
}
