.review-section,
.watchlist-section {
    padding: 30px 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    display: flex;
    width: 100%;
}


.review-section *,
.watchlist-section * {
    color: rgb(55, 55, 56);

}

.review-container {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 2px -1px 6px 1px;
    border-radius: 4px;
    margin: 3% 0;

}

#watchlist-details {
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 8px;
}

.review-movie {
    margin-right: 35px;
    box-shadow: 1px -1px 7px 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.movie-img {
    width: 200px;
    height: auto;
}


.movie-title {
    font-size: 1.2rem;
    padding: 8px 0;
    width: 100%;
    background: black;
    opacity: 0.9;
    text-align: center;
    color: white;
}


.review-content {
    width: 100%;
    margin-bottom: 6%;
}

.review-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.review-rating {
    font-size: 18px;
    margin-bottom: 10px;
}

.review-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    margin-right: 3%;
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; */
}

.review-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    position: absolute;
    bottom: 5%;

}

.review-edit {
    background-color: #fbbc05;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 8px;
}

.review-delete {
    background-color: #d23434ef;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
}

.review-edit:hover {
    background-color: #ffa600;
}

.fa-star,
#star,
#star-review {
    color: #fbbc05
}

.review-delete:hover {
    background-color: #e41111;

}

#no-watchlist-msg {
    margin: 0;
    color: #8e47f8;
}
@media only screen and (max-width: 1000px) {
    #watchlist-details {
        padding: 7px 18px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 820px) {
    .review-movie {
        margin-right: 16px;
    }

    #watchlist-details {
        padding: 6px 15px;
        font-size: 16px;
    }

    .movie-img {
        width: 190px;
    }
    .add-to-watchlist {
        top: 2.5%;
        right: -0.5%;
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 620px) {
    .review-movie {
        margin-right: 16px;
    }

    .review-text {
        font-size: 13px;
    }

    .review-rating {
        font-size: 17px;
    }

    .review-title {
        font-size: 1.3rem;
    }

    #watchlist-details {
        padding: 5px 14px;
        font-size: 15px;
    }

    .movie-img {
        width: 160px;
    }
    .movie-img {
        width: 140px;
    }

    .review-title {
        margin-bottom: 0;
    }

    .review-rating {
        margin-bottom: 4px;
    }

    #watchlist-bookmark-btn {
        font-size: 0.65rem;
    }

}


@media only screen and (max-width: 510px) {
    .movie-img {
        width: 120px;
    }

    #watchlist-bookmark-btn {
        font-size: 0.6rem;
    }

    #watchlist-details {
        padding: 3px 12px;
        font-size: 14px;
    }

    .review-text {
        font-size: 12px;
    }

    .watchlist-heading {
        font-size: 26px;
    }

    .review-rating {
        font-size: 15px;
    }

    .review-title {
        font-size: 1.2rem;
    }
    .review-content {
        margin-bottom: 3%;
    }

    .review-content p {
        width: 102%;
        margin-left: -6px;
    }

    .review-content h3 {
        margin-left: -5px;
    }

    .watchlist-heading {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .watchlist-section {
        padding: 16px 0;
    }
}

@media only screen and (max-width: 345px) {
    .movie-img {
        width: 100px;
    }

    .review-content {
        margin-bottom: 2%;
    }

    #watchlist-bookmark-btn {
        font-size: 0.46rem;
        top: 4.1%;
        right: -0.7%;
    }

    .review-content p {
        margin-bottom: 0;
    }

    .movie-img {
        width: 106px;
        height: 158px;
    }

    .movie-title {
        font-size: 1.1rem;
    }

    .review-container{
        width: 102%;
    }

    .review-title {
        font-size: 1.1rem;
    }

    .review-text{
        line-height: 1.3;
    }
}

@media only screen and (max-width: 320px) {
    .review-title {
        font-size: 1rem;
    }
    .movie-img {
        width: 99px;
        height: 154px;
    }
}