.blog-feed-wrapper, .pc-feed-wrapper {
    min-height: 100vh;
}

.blog-additional-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .blog-feed-wrapper, .pc-feed-wrapper {
        margin: 0 auto 0 auto;
    }

    .banner-ad-wrapper-feed {
        max-height: 90px;
        margin: 60px auto 40px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-y: hidden;
        width: 99%;
        z-index: 1;
    }

    .sticky-ad-footer-feed {
        max-height: 90px;
        width: 100%;
        position: fixed;
        bottom: 0;
    }

    .feed-wrapper {
        min-height: 50vh;
    }

    .whisky-details-sidebar {
        width: 95%;
        margin: auto;
    }

    .row {
        flex-direction: column;
    }

    .blog-card-index-wrapper {
        width: 85%;
        padding: 5px 20px 20px 20px;
        border-radius: 6px;
        box-shadow: 0 2px 8px 0 rgba(33,43,53,.12);
        margin: auto auto 40px auto;
        text-align: left;
    }

    .blog-index-img {
        border-radius: 6px;
        max-width: 100%;
        object-fit: contain;
    }

    .read-more-index-btn {
        color: #E38200;
        text-decoration: underline;
        border: none;
        background-color: transparent;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .posted-at {
        font-style: italic;
        font-size: 12px;
    } 

    .read-more-index-btn::after{
        content: "\2192";
    }
}

@media screen and (min-width: 601px) {
    .blog-card-index-wrapper {
        width: 80%;
        padding: 5px 20px 20px 20px;
        border-radius: 6px;
        box-shadow: 0 2px 8px 0 rgba(33,43,53,.12);
        margin-bottom: 40px;
        text-align: left;
    }

    .blog-index-img {
        border-radius: 6px;
    }

    .read-more-index-btn {
        color: #E38200;
        text-decoration: underline;
        border: none;
        background-color: transparent;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .posted-at {
        font-style: italic;
        font-size: 12px;
    } 

    .read-more-index-btn::after{
        content: "\2192";
    }

    .blog-feed-wrapper, .pc-feed-wrapper {
        width: 80%;
        margin: 0 auto 0 auto;
        display: flex;
    }

    .feed-wrapper {
        width: 80%;
        min-height: 100vh;
    }
    
    .banner-ad-wrapper-feed {
        max-width: 730px;
        max-height: 90px;
        margin: 80px auto 20px;
    }

    .sticky-ad-footer-feed {
        display: none;
    }

    .whisky-details-sidebar {
        max-width: 20%;
        min-width: 300px;
    }

    .row {
        flex-direction: row;
    }
}

.flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.image-grid-card {
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    margin: 20px 50px;
}

.image-grid-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.blog-card-wrapper {
    display: inline-block;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 8px 0 rgb(33 43 53 / 12%);
    overflow: hidden;
}

.blog-card-wrapper:hover {
    box-shadow: 0 16px 24px 0 rgba(33,43,53,.2),0 -2px 8px 0 rgba(33,43,53,.12);
}

.blog-link {
    text-decoration: none;
    color: #222629;
    width: 80%;
    margin: auto;
}

.blog-card-line {
    width: 86%;
    border-color: #E38200;
    border-radius: 46%;
}

.read-more-btn :hover {
    cursor: pointer;
}

.read-more-btn :focus {
    outline: none;
}

@media screen and (max-width: 1100px) {
    .blog-card-wrapper {
        width: 90%;
        height: fit-content;
        margin: 1em auto;
    }

    .blog-img {
        width: 100%;
        object-fit: cover;
        max-height: 200px;
    }

    .blog-card-p {
        padding: 0 10px;
        font-size: 14px;
        overflow: hidden;
        height: 100px;
    }

    .blog-content-card {
        width: 100%;
        position: relative;
        margin: auto;
    }

    .read-more-btn {
        height: 25px;
        background-color: transparent;
        border: 1px solid #E38200;
        border-radius: 25px;
        outline: none;
        margin-bottom: 10px;
        white-space: nowrap;
        width: 50%;
    }

    .date-stamp {
        font-size: 13px;
        margin-left: 5px;
        color: #6B6E70;
        font-style: italic;
        position: absolute;
        bottom: 5px;
        right: 5px;
    }
}

@media screen and (min-width: 1101px) {
    .blog-card-wrapper {
        width: 90%;
        display: flex;
        height: 250px;
        margin: 3em auto;
    }

    .blog-index-img {
        width: 100%;
        object-fit: cover;
    }

    .blog-img {
        width: 40%;
        object-fit: cover;
        float: left;
        max-height: 250px;
    }

    .blog-card-p {
        padding: 0 10px;
        line-height: 35px;
        overflow: hidden;
        height: 75px;
    }

    .blog-content-card {
        float: right;
        width: 70%;
        position: relative;
    }

    .read-more-btn {
        height: 25px;
        background-color: transparent;
        border: 1px solid #E38200;
        border-radius: 25px;
        outline: none;
        white-space: nowrap;
        width: 30%;
    }

    .date-stamp {
        font-size: 13px;
        margin-left: 5px;
        color: #6B6E70;
        font-style: italic;
        position: absolute;
        bottom: 10px;
        right: 20px;
    }
}

.coupon-card-wrapper {
    display: inline-block;
    border: 3px solid #222629;
    border-radius: 5px;
}

.coupon {
    text-decoration: none;
    color: #222629;
    width: 100%;
    margin: auto;
}

.coupon-price {
    color: red;
}
@media screen and (max-width: 1100px) {
    .coupon-card-wrapper  {
        width: 90%;
        height: fit-content;
        margin: 1em auto;
        min-height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .coupon-img {
        width: 200px;
        object-fit: cover;
        margin-top: 10px;
    }

    .coupon-info { 
        width: 80%;
        margin: auto;
        text-align: left;
    }

    .coupon-info div {
        margin-bottom: 10px;
    }

    .coupon-coupon {
        display: block;
        height: 100px;
        width: 90%;
        position: relative;   
        margin-bottom: 20px;
        margin-top: 20px; 
    }

    .coupon-card {
        border: 3px dotted black;
        border-radius: 5px;
        padding: 15px;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .save-percent {
        font-size: 30px;
        font-weight: bolder;
    }

    .code {
        margin-top: 10px;
        font-size: 20px;
    }

    .code-code {
        color: #E38200;
        font-weight: 900;
    }

    .coupon-button {
        width: 100%;
        height: 40px;
        border: none;
        border-radius: 5px;
        background-color: #f3ba22;
        font-size: 20px;
        font-weight: 600;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1101px) {
    .coupon-card-wrapper {
        width: 90%;
        display: flex;
        height: 275px;
        margin: 3em auto;
        justify-content: space-between;
    }

    .coupon-img {
        object-fit: cover;
        float: left;
        width: 200px;
    }

    .coupon-info {
        text-align: left;
        width: 40%;
        position: relative;
    }

    .coupon-info div {
        margin-bottom: 10px;
    }

    .coupon-coupon {
        height: 100%;
        width: 35%;
        position: relative;    
    }

    .coupon-card {
        height: 50%;
        border: 3px dotted black;
        border-radius: 5px;
        padding: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-53%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 70%;
    }

    .save-percent {
        font-size: 45px;
        font-weight: bolder;
    }

    .code {
        margin-top: 10px;
        font-size: 30px;
    }

    .code-code {
        color: #E38200;
        font-weight: 900;
    }

    .coupon-button {
        width: 70%;
        height: 40px;
        border: none;
        border-radius: 5px;
        background-color: #f3ba22;
        font-size: 16px;
        font-weight: 600;
        position: absolute;
        bottom: 15px;
    }

    .coupon-button:hover {
        cursor: pointer;
    }
}