.site-sidebar-layout {
  width: 250px;
  border-collapse: collapse;
}

.site-sidebar {
  width: 100%;
  color: #111;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}

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

.site-sidebar a {
  display: block;
  color: #087d08;
  text-align: center;
  text-decoration: none;
}

.site-sidebar a:hover,
.site-sidebar a:focus-visible {
  color: #005c00;
  text-decoration: underline;
}

.site-sidebar a:focus-visible {
  outline: 2px solid #005c00;
  outline-offset: 2px;
}

.site-sidebar__primary-link a {
  padding: 7px 6px;
  color: #159415;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.site-sidebar__heading {
  margin-top: 3px;
  padding: 6px;
  background: linear-gradient(#fff, #c4c4c8);
  border-bottom: 1px solid #d5d5d5;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.site-sidebar__group,
.site-sidebar__item {
  border-bottom: 2px solid #777;
}

.site-sidebar__category,
.site-sidebar__item a {
  padding: 7px 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}

.site-sidebar__sublist {
  padding-bottom: 5px !important;
}

.site-sidebar__sublist a {
  padding: 2px 5px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}

.site-legal-footer-layout {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.site-legal-footer {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 20px 15px;
  background: #f8faf8;
  border-top: 3px solid #087d08;
  box-shadow: 0 -1px 0 #d5ded5;
  color: #1f2b1f;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.site-legal-footer p {
  margin: 0;
  text-align: center;
}

.site-legal-footer__copyright {
  font-size: 13px;
  line-height: 1.4;
}

.site-legal-footer__tagline {
  margin-top: 4px !important;
  color: #0645ad;
  font-size: 15px;
  font-style: italic;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .site-legal-footer {
    padding-inline: 12px;
  }
}
