/*плагин ordercomments*/
#ordercomments {
    font-size: 0.902256em;
    line-height: 1em;
}
#ordercommentsFilter{
    display: table;
    width: 100%;
    table-layout: fixed;
}
#ordercommentsHistory {
    background: var(--background-color-blank);
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.75em 1em;
    border: none;
}

.pl-oc-contact-wrapper .contact_sticky {
    top:4rem;
}

#ordercommentsHistory .items_wrapper .item.hover {
    background: var(--menu-background-color-hover);
}

#ordercommentsHistory .active_right_menu {
    background: var(--menu-background-color-hover) !important;
}

#ordercommentsHistory .item[data-plugin="default_log"][data-type="comment_no_edit"] .message{
    background: var(--highlighted-yellow);
    color: var(--text-color-strong);
}
#ordercommentsHistory .time_day.fixed_items {
    background-color: var(--background-color-btn-light-gray);
    border: 1px solid var(--border-color-hr);
}
#ordercommentsHistory .fixed_items.time_day .item:not(:first-child){
    border-top: 1px solid var(--border-color-hr);
}


/*адаптивность*/
@media (min-width: 1301px) {

    #ordercommentsHistory .time_day:not(:first-child) {
        border-top: 1px solid var(--border-color-hr);
    }

    #ordercommentsHistory .contact_items {
        border-bottom: 1px solid var(--border-color-hr);
    }
    #ordercommentsHistory .day_wrapper div {
        top:4rem;
        line-height: 2.25em;
    }

}


