

.box-fb-comments {
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 24px 0 0;
    max-height: 476px;
    max-width: 532px;
    margin-left: auto;
    margin-right: auto;
}

.box-fb-comments-head {
    margin: 0 16px;
    border-bottom: 1px solid #E9EBEE;
}

.box-fb-comments-head > p:nth-child(1) {
    font: 700 14px/22.4px Helvetica, sans-serif;
    color: #111111;
    margin-bottom: 5px;
}

.box-fb-comments-head > p:nth-child(2) {
    font: 400 13px/20.8px Helvetica, sans-serif;
    color: #4C4F55;
    text-align: right;
    margin-bottom: 6px;
}

.box-fb-comments-body {
    overflow-y: scroll;
    max-height: 397px;
}

.box-fb-comments-body img {
    margin-left: 16px;
}

.box-fb-comments-body span {
    border-top: 1px dashed #D4D6DA;
    height: 1px;
    display: block;
    margin: 0 16px;
}

.box-fb-comments-footer {
    border-top: 1px solid #E9EBEE;
    display: flex;
    gap: 5px;
    margin: 0 16px 24px;
    padding-top: 6px;
}

.box-fb-comments-footer p {
    font: 400 11px/17.6px Helvetica, sans-serif;
    color: #3F5793;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .box-fb-comments-body img {
        width: 380px;
        height: auto;
    }
}

.box-fb-comments-head {
    display: none;
}

@media (min-width: 992px){
    .box-fb-comments {
        border-radius: 20px;
        height: 482px;
        padding: 26px 0 0;
        margin-left: auto;
        margin-right: 0;
        overflow: hidden;
    }

    .box-fb-comments-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 26px;
    }

    .box-fb-comments-head p:nth-child(2){
        font-size: 14px;
        line-height: 22.4px;
    }

    .box-fb-comments-head p:nth-child(1), .box-fb-comments-head p:nth-child(2) {
        margin-bottom: 26px;
    }

    .box-fb-comments-body {
        max-height: 400px;
    }

    .box-fb-comments-body span {
        margin: 0 26px;
    }

    .box-fb-comments-body img {
        margin-left: 26px;
        width: 330px;
    }

    .box-fb-comments-body::-webkit-scrollbar {
        height: 1em;
    }

    .box-fb-comments-body::-webkit-scrollbar-track {
        background: #FFFFFF;
        border-radius: 0 20px 20px 0;
    }

    .box-fb-comments-body::-webkit-scrollbar-thumb {
        background: #EDF2F7;
        border: 5px solid #FFFFFF;
        border-radius: 5px;
    }
    .box-fb-comments-footer {
        margin: 0 26px 26px;
    }
}

@media (min-width: 1200px) {
    .box-fb-comments-body img {
        width: 480px;
    }
}