.site-description {
  color: #171616;
  font-size: 16px;
}

.has-medium-font-size {
  color: #302626;
  font-weight: 400;
}

.sidebar .widget :last-child {
  color: #1a1818;
  background-color: #faf5f5;
}

p {
  color: #292222;
  font-weight: bolder;
}

.entry-title {
  color: #121212;
}

.wp-block-image.size-large {
  color: #1f1c1c;
  background-color: #000000;
}

.inside-top-bar.grid-container.grid-parent {
  background-color: #050505;
}

/* Увеличиваем шрифт до требования Google */
body {
    font-size: 16px !important;
}

/* Гарантируем, что изображения и логотип не вылезают */
img, .site-logo {
    max-width: 100% !important;
    height: auto !important;
}

/* Защита от длинных слов/URL */
* {
    overflow-wrap: break-word;
}

body {
    font-size: 16px !important;
}

img, .site-logo {
    max-width: 100% !important;
    height: auto !important;
}

* {
    overflow-wrap: break-word;
}