/* Кастомизация ReadTheDocs темы */

/* Ширина контента */
.wy-nav-content {
    max-width: 1200px !important;
}

/* Цвета */
.wy-menu-vertical header,
.wy-menu-vertical p.caption {
    color: #2980b9;
}

/* Активный пункт меню */
.wy-menu-vertical li.current a {
    border-right: 3px solid #2980b9;
}

/* Кнопки навигации */
.rst-footer-buttons {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #e1e4e5;
}

/* Заголовки */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    border-bottom: 2px solid #2980b9;
    padding-bottom: 0.3em;
}

/* Код */
code {
    background-color: #f7f7f7;
    border: 1px solid #e1e4e5;
    border-radius: 3px;
    padding: 0.1em 0.3em;
}

pre code {
    border: none;
    background: none;
}

/* Поиск */
.wy-side-nav-search {
    background-color: #2980b9;
}

/* Логотип */
.wy-side-nav-search>a img.logo {
    max-width: 180px;
}

/* Отступы в меню */
.wy-menu-vertical li.toctree-l2 a,
.wy-menu-vertical li.toctree-l3 a,
.wy-menu-vertical li.toctree-l4 a {
    padding-left: 2em;
}

/* Скрыть "Built with MkDocs" */
.md-footer-powered-by {
    display: none;
}