﻿/* Theme Default - Movie */

.section-movie .image-box {
    margin-bottom: 1rem;
}

    .section-movie .image-box .body {
        padding: 1rem;
        font-size: 1rem;
    }

        .section-movie .image-box .body .title, .section-movie .image-box .body .description {
            display: -webkit-box;
            margin: 0;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .section-movie .image-box .body .title {
            margin: 0;
            font-weight: 500;
            font-size: 1.1rem;
            height: 40px;
            -webkit-line-clamp: 2;
        }

        .section-movie .image-box .body .description {
            height: 100px;
            -webkit-line-clamp: 4;
        }
