/* Виджет чата */
.ya-chat-button {
    color: currentColor;
    background-color: var(--g-color-base-float-hover);
    border-radius: 10px;
}
.ya-chat-button.ya-chat-button_collapsed_hover:not(:hover) .ya-chat-button__container {
    max-width: none;
    padding-left: 8px;
    padding-right: 10px;
    background-color: var(--g-color-base-float);
}
.ya-chat-button.ya-chat-button_collapsed_hover:not(:hover) .ya-chat-button__text {
    opacity: 1;
}

/* серая рамка у изображения */
.yfm .border-yes {
    border: 1px solid #ccc;
}

/* убираем все границы в тексте */    
.yfm .borderless-table table, .yfm .borderless-table table tr td {
    border: none;
}

/* убираем серую заливку строк */
.dc-doc-page .yfm .borderless-table table tr:nth-child(2n) {
    background: var(--g-color-base-background);
}

/* выравниваем содержимое ячеек по верхней границе */
.yfm .borderless-table table tr td {
    vertical-align: top;
}

/* добавляем отступы между ссылками в ячейке */
.yfm .borderless-table table tr td p {
    margin-bottom: 10px;
}

/* убираем серую полоску в строках таблицы */
.dc-doc-page .yfm table tr:nth-child(2n) {
    background: var(--g-color-base-background);
}
