.wpd-block-actions {
    margin-left: 10px;
}

.wpd-block-actions button {
    margin-left: 0 !important;
    background: transparent;
    border: 0;
    cursor: pointer;
    /* display: flex !important;
    flex-direction: row */
    cursor: pointer;
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
    opacity: 0.7;
}

.wpd-block-actions button svg {
    vertical-align: middle;
    width: 22px;
    height: 22px;
    fill: #999999;
    margin-right: 2px;
}

.wpd-block-actions button:hover {
    opacity: 1;
}

.wpd-block-actions button span {
    display: inline;
    letter-spacing: inherit;
    text-transform: none;
    color: #999999;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    line-height: 21px;
    font-size: 14px;
}

.mish-commentor-blocked-message {
    font-size: 15px;
    padding: 0 0 8px 0;
    word-break: break-word;
    color: #777777;
    font-style: oblique;
}

.mish-hidden {
    display: none !important;
}