:root {
    --container-max-width: 1320px;
    --gutter-x: 1.5rem;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
    word-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
}

h1 {
    margin-top: 0;
    line-height: 1.3;
}

h2 {
    line-height: 1.3;
}

h3 {
    line-height: 1.4;
}

.container {
    max-width: 1200px;
    width: 100%;
    padding-right: calc(var(--gutter-x) * .5);
    padding-left: calc(var(--gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:1400px) {
    .container {
        max-width: var(--container-max-width) !important;
    }
}

.site-header {
    padding: 1.5rem 0;
    margin-bottom: 1rem;
}

.site-logo svg {
    display: block;
    height: auto;
    width: 32px;
    height: 32px;
}

/* перекрашиваем всё в один цвет */
.site-logo svg path,
.site-logo svg rect,
.site-logo svg circle,
.site-logo svg polygon {
    fill: currentColor;
}

.site-branding {
    text-decoration: none;
}

.site-content {
    display: flex;
    gap: var(--gutter-x);
}

.content-area {
    flex: 1 1 0%;
}

.entry-content pre > code {
    white-space: break-spaces !important;
}

.breadcrumbs {
    font-size: .9em;
}

.breadcrumbs a {
    text-decoration: none;
}

.widget-area {
    flex: 0 0 300px;
    max-width: 300px;
}

.widget {
    margin-bottom: 1.5rem;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-title {
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
