/*
Theme Name: gu
Theme URI: https://gosuslugi.site
Author: gosuslugi.site
Description: Minimal fast light theme.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: gu
*/

:root {
  color-scheme: light;
  --c-text: #111;
  --c-muted: #666;
  --c-bg: #fff;
  --c-line: #e8e8e8;
  --w: 42rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--c-text);
  background: var(--c-bg);
}

a {
  color: inherit;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.site-header,
.site-footer,
.site-main {
  max-width: var(--w);
  margin: 0 auto;
  padding: 1rem;
}

.site-header {
  border-bottom: 1px solid var(--c-line);
}

.site-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.site-title a {
  text-decoration: none;
}

.site-tagline {
  margin: 0.25rem 0 0;
  color: var(--c-muted);
  font-size: 0.875rem;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid var(--c-line);
  color: var(--c-muted);
  font-size: 0.875rem;
}

.site-footer a {
  color: var(--c-muted);
}

.footer-disclaimer {
  margin: 0 0 1rem;
}

.breadcrumbs {
  display: block;
  margin: 0 0 1rem;
  color: var(--c-muted);
  font-size: 0.8125rem;
  line-height: 1.4;
}

.breadcrumbs + .entry {
  margin-top: 0;
}

.breadcrumbs__link {
  color: var(--c-muted);
  text-decoration: none;
}

.breadcrumbs__link:hover {
  color: var(--c-text);
  text-decoration: underline;
}

.breadcrumbs__sep {
  opacity: 0.55;
}

h1.entry-title {
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.post-list .entry-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.entry-title a {
  text-decoration: none;
}

.entry-meta {
  margin: 0 0 1rem;
  color: var(--c-muted);
  font-size: 0.875rem;
}

.entry-content h2 {
  margin: 1.25em 0 0.5em;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

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

.post-list li + li {
  margin-top: 0.75rem;
}

.post-list > li > .entry-title {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.post-list > li > .entry-title:hover {
  text-decoration: underline;
}