.offers-top-button {
    font-weight: 500;
    font-size: 18px;
    font-family: 'Poppins';
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: rgba(208, 1, 126, 1);
    width: 100%;
    padding: 20px 0;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    margin-bottom: 40px;
    bottom: 0;
}
@media screen and (max-width: 475px) {
    .offers-top-button{
        font-size: 16px;
        padding: 20px 10px;
    }
    .footer-menu__menu-item a{
        white-space: inherit !important;
    }
}
@media screen and (max-width: 400px) {
    .offers-top-button{
        font-size: 12px;
    }
}
.offers-content-area .dog-health {
    background-color: #F5F5F5;
    padding: 32px 20px;
}
.offers-content-area .dog-health h3{
    font-size: 39px;
    font-family: 'Gloock';
    font-weight: 400;
    text-align: center;
    margin-bottom:32px;
}
.offers-content-area .dog-health .featured-image-block{
    margin:32px 0;
    position: relative;
    overflow: hidden;
}
.offers-content-area img{
    width: 100%;
    max-width:100%;
}
.featured-image-block:after {
    content: url('https://develop.hollywoodlife.com/wp-content/uploads/2025/02/50_discount.png');
    position: absolute;
    top: 22px;
    right: 22px;
    width: 120px;
    height: 121px;
}
.offers-content-area .dog-health a{
    font-weight: 500;
    padding: 12px 0;
    display:flex;
    justify-content:center;
    background-color: rgba(208, 1, 126, 1);
    color:white;
    text-decoration:none;
    font-family: 'Poppins';
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 4px;
}
.offers-content-area .dog-health p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Didact Gothic';
    text-align: center;
}

.offers-content-area .offers-reviews {
    margin-top: 40px;
}

.offers-content-area h4 {
    font-size: 24px;
    color: rgba(208, 1, 126, 1);
    font-weight: 500;
    font-family: 'Poppins';
}

.divider-2 {
    border-width: 1px;
    border-color: rgba(208, 1, 126, 1);
}

.offers-content-area .offers-review-blocks {
    margin-top: 24px;
    background-color: rgba(245, 245, 245, 1);
    padding: 32px 20px;
}


.offers-content-area .offers-review-blocks .review-inner {
    margin:32px 0;
}
.offers-review-blocks .review-inner .rating-timestamp{
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.offers-review-blocks .review-inner .rating-timestamp ul{
    list-style:none;
}
.offers-review-blocks .review-inner .rating-timestamp ul li{
    display:inline-block
}
.offers-review-blocks .review-inner .rating-timestamp span{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}
.offers-review-blocks .review-inner .review-details{
    margin:24px 0;
}
.offers-review-blocks .review-inner .review-details .review-title{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    color:rgba(0, 0, 0, 1);
}
.offers-review-blocks .review-inner .review-details p{
    padding-top:16px;
    font-family: 'Didact Gothic';
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}
.offers-review-blocks .review-inner .review_author{
    font-size:16px;
    color: rgba(0, 0, 0, 1);
    margin-bottom:8px;
}
.offers-review-blocks .review-inner .review-verified{
    display:flex;
    align-items:center;
}
.offers-review-blocks .review-inner .review-verified img{
    width:20px;
    height: auto;
    margin-right:4px;
}
.offers-review-blocks .review-inner .review-verified span{
    font-family:'Poppins';
    font-size:16px;
    color:rgba(0, 0, 0, 1);
}
.divider-1{
    border-color:rgba(208, 1, 126, 1);
    margin-bottom: 32px;
}


.offers-sidebar {
    background-color: rgba(245, 245, 245, 1);
    padding:12px;
}
.offers-sidebar .dog-health-check h3{
    font-size: 22px;
    font-family: 'Gloock';
    font-weight: 400;
    text-align: center;
    margin:24px 0;
}
.offers-sidebar .dog-health-check img{
    width: 100%;
}
.offers-sidebar .dog-health-check p {
    margin-top:24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Didact Gothic';
    text-align: center;
}
.offers-sidebar .dog-health-check a{
    font-weight: 500;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    background-color: rgba(208, 1, 126, 1);
    color: white;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 16px;
    text-align:center;
    border-radius:4px;
    margin-top:24px;
    text-transform: uppercase;
}