@import "../settings/_mixins";
@import "../settings/_variables";

.dnetor-infinite-testimonial {
    padding: 15px 0;

    .dnetor-testimonial-rating {
        color: #ffc824;
        margin-bottom: 20px;
    }

    .dnetor-testimonial-item {
        position: relative;
        background-color: #f9f9f9;
        width: 370px;
        padding: 40px;
        border-radius: 16px;
        padding: 30px;
        text-align: center;
        .dnetor-testimonial-content {
            p {
                margin: 0;
            }
        }

        .dnetor-testimonial-avatar img {
            height: 70px;
            width: 70px;
            object-fit: cover;
            border-radius: 100%;
        }

        .dnetor-testimonial-author-name {
            margin-top: 10px;
            color: #555;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 0;

            span {
                font-style: italic;
                color: #888;
            }
        }
        .dnetor-testimonial-author-job {
            margin-top: 5px;
            display: block;
            font-size: 0.85rem;
            color: var(--e-global-color-muted);
        }

        .dnetor-testimonial-quote {
            img {
                width: 46px;
                height: 46px;
                object-fit: cover;
                border-radius: 50%;
            }
        }
    }

    &.dnetor-infinite-testimonial-layout-01 {
        .dnetor-testimonial-item {
            text-align: left;
        }

        .dnetor-testimonial-avatar {
            position: absolute;
            right: -15px;
            bottom: -15px;
            padding: 15px;
            border-radius: 50%;
            background: #fff;
        }

        .dnetor-testimonial-info {
            margin-top: 40px;
        }
    }

    &.dnetor-infinite-testimonial-layout-02 {
        .layout-2-top {
            display: flex;
            justify-content: space-between;
        }
        .dnetor-testimonial-item {
            text-align: left;
        }

        .dnetor-testimonial-avatar img {
            height: 52px;
            width: 52px;
        }

        .dnetor-testimonial-quote {
            img {
                width: 37px;
                height: 37px;
            }
        }

        .dnetor-testimonial-content {
            margin-top: 24px;
            p {
                margin: 0;
            }
        }
    }
}
