:root {
  --strawberry-background-color: #efefef;
  --strawberry-text-color: #222222;
  --strawberry-accent-color: #005dc7;
  --strawberry-accent-text-color: #ffffff;
  --strawberry-header-background-color: #efefef;
  --strawberry-reader-background-color: #ffffff;
  --strawberry-footer-background-color: #efefef;
  --strawberry-footer-text-color: #333333;
  --strawberry-text-font: "SplineSans", "Helvetica", "Arial", serif;
  --strawberry-title-font: "Gelasio", "Georgia", "Times New Roman", serif;
  --strawberry-sans-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --swiper-theme-color: #000000;
  --strawberry-magnifier-color: #000000;
  --strawberry-bars-color: #000000;
  --strawberry-divider-color: #cccccc;
  --strawberry-sticky-top: 0;
}

/*@media (prefers-color-scheme: dark) {
    :root {
        --strawberry-background-color: #11100a;
        --strawberry-text-color: rgba(255, 255, 255, .9);
        --strawberry-divider-color: rgba(255, 255, 255, .2);
        --strawberry-accent-color: rgba(255, 255, 255, .9);
    }
}*/
.dark {
  --strawberry-background-color: #0e1113;
  --strawberry-header-background-color: #000000;
  --strawberry-text-color: rgba(255, 255, 255, .9);
  --strawberry-divider-color: rgba(255, 255, 255, .2);
  --strawberry-accent-color: rgba(255, 255, 255, .9);
}

/* Colors */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  background-color: var(--strawberry-background-color);
  font-family: var(--strawberry-text-font);
}

.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}

.button {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid var(--strawberry-divider-color);
  border-radius: 5px;
  background-color: var(--strawberry-reader-background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.button.selected {
  background-color: var(--strawberry-accent-color);
  color: var(--strawberry-reader-background-color);
}
.button.selected svg {
  fill: var(--strawberry-reader-background-color);
}
.button--danger {
  background-color: #ed1b26;
  color: #ffffff;
  border: 0;
}
.button--danger svg {
  fill: #ffffff;
}
.button--rounded {
  border-radius: 30px;
  border: 0;
}

.strawberry-login {
  font-family: var(--strawberry-text-font);
}
.strawberry-login p {
  margin: 0 0 10px;
}
.strawberry-login label {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
}
.strawberry-login input.input {
  border: 1px solid var(--strawberry-divider-color);
  line-height: 2;
  background-color: #ffffff;
  width: 100%;
}
.strawberry-login .submit {
  padding: 5px 15px;
}

.header {
  background-color: var(--strawberry-header-background-color);
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9998;
  padding: 5px;
}
@media (min-width: 971px) {
  .admin-bar .header {
    top: 32px;
  }
}
.header__wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .header .logo svg {
    width: 170px;
    height: 23px;
  }
}
.header .mini-logo svg {
  width: 150px;
  height: 20px;
}

.footer {
  background-color: var(--strawberry-footer-background-color);
  color: var(--strawberry-footer-text-color);
  font-size: 15px;
  border-top: 1px solid var(--strawberry-divider-color);
  position: sticky;
  width: 100%;
  bottom: 0;
}
.footer .logo svg {
  max-height: 3.125rem;
  height: 3.125rem;
  width: 4.0625rem;
}
.footer .menu {
  flex-basis: 100%;
}
.footer .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 970px) {
  .footer .menu ul {
    gap: 15px;
  }
}
.footer .menu ul li a {
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
  .footer .menu ul li a {
    padding: 0 0.5em;
  }
}
.footer .menu ul li > ul {
  display: none;
}
.footer .social-icons a {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--strawberry-footer-text-color);
  border-radius: 100%;
}
.footer .social-icons a svg {
  fill: var(--strawberry-footer-text-color);
  width: 16px;
  height: 16px;
}

.layout {
  display: flex;
  --strawberry-header-height: 64px;
  --strawberry-toolbar-width: 70px;
}
.layout .aside {
  display: flex;
  height: 100vh;
  width: var(--strawberry-toolbar-width);
  position: sticky !important;
  top: 0;
  bottom: 0;
  transform: translateX(0);
  max-width: 100%;
  z-index: 1001;
}
@media (min-width: 971px) {
  .layout .aside:has(.sidebar) {
    min-width: 350px;
    max-width: 350px;
  }
}
@media (min-width: 971px) and (max-width: 970px) {
  .layout .aside:has(.sidebar) {
    min-width: 280px;
    max-width: 280px;
  }
}
.layout .aside.close {
  transform: translateX(-300px);
  max-width: 0;
}
.layout .aside.close:has(.sidebar) {
  min-width: 0;
  max-width: 0;
}
.layout .aside .menu {
  width: var(--strawberry-toolbar-width);
  max-width: var(--strawberry-toolbar-width);
  background-color: var(--strawberry-background-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.layout .main {
  flex: 1;
}
.layout .main .header {
  padding: 15px;
}
.layout .main .reader {
  position: relative;
  border-top-left-radius: 20px;
  background-color: var(--strawberry-reader-background-color);
  overflow: hidden;
}
@media (min-width: 971px) {
  .layout .main .reader {
    display: flex;
  }
}
.layout .main .reader .sidebar {
  flex: 1;
  height: 100vh;
  padding: 15px;
  max-width: 250px;
}
.layout .main .reader .sidebar__content {
  height: calc(100% - 30px);
  overflow-y: auto;
}
@media (min-width: 971px) {
  .layout .main .reader .sidebar__content {
    overflow-y: hidden;
  }
  .layout .main .reader .sidebar__content:hover {
    overflow-y: auto;
  }
}
@media (max-width: 970px) {
  .layout .main .reader .sidebar {
    position: absolute;
    top: var(--strawberry-header-height);
    left: 0;
    width: 300px;
    height: calc(100vh - var(--strawberry-header-height));
    background-color: var(--strawberry-reader-background-color);
    z-index: 999;
  }
}
.layout .main .reader .homepage {
  flex: 1;
  width: 100%;
  height: calc(100vh - var(--strawberry-header-height));
  overflow: auto;
  position: relative;
  padding: 0 20px;
}
.layout .main .reader .article {
  flex: 1;
  overflow-y: auto;
  background-color: var(--strawberry-reader-background-color);
  z-index: 9999;
  height: calc(100vh - var(--strawberry-header-height));
}
@media (max-width: 1000px) {
  .layout .main .reader .article {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.layout .main .reader .article:hover {
  overflow-y: auto;
}
@media (max-width: 970px) {
  .layout .main .reader .article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 20px;
  }
}

.homepage_header {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.homepage_header .headline {
  font-size: 18px;
  font-weight: bold;
}

.tools {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--strawberry-reader-background-color);
  z-index: 999;
  padding: 20px 0 10px;
}
@media (max-width: 970px) {
  .tools .scroll-date {
    display: none;
  }
}

.menu {
  color: var(--strawberry-text-color);
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  color: var(--strawberry-text-color);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
}
.menu ul li a.selected {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu ul li .count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #cccccc;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}
.menu ul li .count--danger {
  background-color: #ed1b26;
  color: #ffffff;
}
.menu ul li .count--success {
  background-color: #22c55e;
  color: #ffffff;
}
.menu ul li .label {
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.history {
  position: relative;
}
.history .drop-menu {
  display: none;
  position: absolute;
  background-color: var(--strawberry-reader-background-color);
  top: calc(100% + 10px);
  left: 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 5px 6px 10px 2px rgba(0, 0, 0, 0.2);
}
.history .drop-menu ul li {
  white-space: nowrap;
}
.history.drop-menu-open .drop-menu {
  display: block;
}
.history.drop-menu-open .show-all-history {
  transform: rotateX(180deg);
  transform-origin: center;
}

.article__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 999999;
  padding: 30px;
}
.article__wrapper {
  height: 100%;
  overflow-y: auto;
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--strawberry-background-color);
  color: var(--strawberry-text-color);
  padding: 50px;
  border-radius: 10px;
  border: 5px solid #ccc;
}
.article__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
}

.search-box {
  background-color: var(--strawberry-background-color);
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
}
.search-box input {
  font-size: 14px;
  line-height: 16px;
  text-indent: 5px;
  width: 300px;
  max-width: 100%;
}

.news_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: column;
}
.news_list .date-separator {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  position: sticky;
  top: 58px;
  background-color: #efefef;
  z-index: 9;
}
.news_list li .copy {
  display: none;
}
.news_list li:hover .copy {
  display: block;
}
@media (max-width: 970px) {
  .news_list li .publish_date {
    display: none;
  }
}
.news_list .date {
  padding-left: 20px;
  position: relative;
}
.news_list .date .check {
  position: absolute;
  top: 0;
  left: 0;
}
.news_list.default li a {
  font-size: 14px;
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid var(--strawberry-divider-color);
  text-decoration: none;
  line-height: 2.3;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .news_list.default li a {
    -webkit-line-clamp: 2 !important;
  }
}
.news_list.default li a > * {
  display: inline;
}
.news_list.default li a:hover {
  background-color: var(--strawberry-divider-color);
}
.news_list.default li a.selected {
  background-color: var(--strawberry-accent-color);
  color: #fff;
}
.news_list.default li a .date {
  display: inline-flex;
  gap: 10px;
}
.news_list.default li a .title_container {
  margin-left: 10px;
}
.news_list.default li a .has_photo, .news_list.default li a .has_video {
  margin-left: 10px;
}
.news_list.default li a .title {
  padding: 0 10px;
}
.news_list.default li:last-child a {
  border-bottom: 0;
}
.news_list.expanded li a {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: 1fr auto;
  line-height: 1;
  padding: 10px 10px;
  text-decoration: none;
  row-gap: 5px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
@media (max-width: 970px) {
  .news_list.expanded li a {
    display: block;
    padding: 10px 0;
  }
}
.news_list.expanded li a .date {
  grid-column-start: 1;
  grid-column-end: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 970px) {
  .news_list.expanded li a .date {
    display: none;
  }
}
.news_list.expanded li a .title_container {
  display: flex;
  gap: 10px;
}
.news_list.expanded li a .title {
  font-size: 16px;
  padding: 0;
  grid-column-start: 2;
}
@media (max-width: 970px) {
  .news_list.expanded li a .title {
    line-height: 1.3;
  }
}
.news_list.expanded li a .excerpt {
  grid-column-start: 2;
  grid-row-start: 2;
  line-height: 1.3;
}
@media (min-width: 971px) {
  .news_list.expanded li a .excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    .news_list.expanded li a .excerpt {
      -webkit-line-clamp: 3 !important;
    }
  }
  .news_list.expanded li a .excerpt > * {
    display: inline;
  }
}
@media (max-width: 970px) {
  .news_list.expanded li a .excerpt {
    display: none;
  }
}
.news_list.expanded li:last-child a {
  border-bottom: 0;
}

.categories_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.categories_list li a {
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.categories_list li a.selected {
  background-color: var(--strawberry-accent-color);
  color: #fff;
}
.categories_list li a:hover {
  background-color: var(--strawberry-divider-color);
}
.categories_list li a span.count {
  opacity: 0.4;
  font-size: 10px;
}

.single__content {
  max-width: 700px;
  margin: 20px auto;
}
.single__text {
  font-size: 16px;
  line-height: 1.5;
}
.single__text h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.single__text p {
  margin-bottom: 10px;
}
.single__text p:last-of-type {
  margin-bottom: 0;
}
.single__meta {
  margin-bottom: 20px;
}
.single__meta dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
.single__meta dl dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.single__meta dl dd {
  margin: 0;
  white-space: break-spaces;
}

.page__content {
  font-size: 1rem;
  line-height: 1.2;
}
.page__content p {
  margin: 0 0 20px 0;
}

.input {
  background-color: var(--strawberry-background-color);
  border: 0;
  border-radius: 20px;
  text-indent: 10px;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.input.square {
  border-radius: 5px;
  line-height: 30px;
  min-height: 30px;
}

.submit {
  border: 0;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  background-color: var(--strawberry-accent-color);
  color: var(--strawberry-accent-text-color);
  padding: 0 10px;
}
.submit.square {
  border-radius: 5px;
  line-height: 30px;
  min-height: 30px;
}
/*# sourceMappingURL=style.css.map */
