.movie-data {
    display: ruby;
    align-items: center;
    margin-top: 20px;
}
.movie_poster {
    width: 200px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.movie-info {
    text-align: justify;
}
.movie-description {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}
.clear-fix {
    clear: both;
    margin-bottom: 10px;
}
.btn-active {
    background-color: #007bff;
    color: white;
}
.wp-custom-header img {
    width: 120px;
}
.swiper {
    width: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.card-container {
    border: 2px solid white;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 2px !important;
}

.card-container-top {
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 2px !important;
}

.card {
    background: floralwhite;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 10px 5px 10px 5px;
}

.card {
    background: bisque;
}

.card-title {
    height: 3em; /* giữ cho mọi tiêu đề đều cao như nhau */
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* chỉ hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
}

.card-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

 a.btn-delete-saved {
    border: 1px solid orange;
    padding: 3px;
    border-radius: 3px;
    background: orange;
    color: honeydew;
}

#comments {
    display: none;
}

#commentform {
    display: none;
}

#top {
    background: bisque;
    padding: 20px;
    margin-bottom: 20px;
}
