.content-comments-content.is-collapsed,
.home-content.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.content-comments-toggle,
.home-content-toggle {
    margin: 10px 0 22px;
    border: 0;
    color: #fff;
    font-weight: 700;
}

.comment-box {
    border-top: 1px solid rgba(255,255,255,.16);
    padding-top: 22px;
    margin-top: 12px;
}

.comment-form {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;
    background: rgba(0,0,0,.22);
    color: #fff;
    padding: 12px 14px;
}

.comment-form textarea {
    min-height: 104px;
    resize: vertical;
}

.comment-item {
    background: rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 12px;
}

.comment-item strong {
    display: block;
    color: #d5e400;
    margin-bottom: 4px;
}

.comment-item small {
    display: block;
    color: rgba(255,255,255,.62);
    margin-bottom: 8px;
}
