.channelreply-block {
    margin-bottom: -2px;
}

.navigation-list.navigation-blocks-list > ul > li.channelreply-block > .channelreply-title {
    margin: -15px -10px;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
}

.channelreply-title {
    display: block;
}

.channelreply-title {
    border-bottom: 1px solid #dbdbdb;
}

.channelreply-title.channelreply-fields,
.channelreply-block.opened .channelreply-title {
    display: none;
}

.channelreply-block.opened .channelreply-title.channelreply-fields {
    display: block;
}

.channelreply-title .ico-small.unpin-black {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    opacity: 0.6;
}

.channelreply-title svg {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    margin-right: 3px;
}

.channelreply-title:hover {
    background: #f1f1f1;
}

.channelreply-content {
    margin-left: 20px;
}

.channelreply-content iframe.channelreply-iframe {
    margin: 0 0 0 -7px;
    padding: 0;
    width: 100%;
    overflow: hidden;
    border: none;
}
