.site-header-inner {
  background: linear-gradient(#322d1f, #3d3423);
}

.table-of-contents.open {
  background-color: #2d2720;
  border-radius: 30px;
  color: #ffc23d;
  background-image: url("http://petuh-case.ru/wp-content/uploads/2026/04/petuh-case.png");
  background-repeat: no-repeat;
  background-position: right;
}

h1 {
  color: #ffc23d;
  text-align: center;
}

h2 {
  color: #ffe796;
}

.entry-content table th {
  background-color: #383434;
}

.comment-list .comment-box {
  background-color: #35291c;
  margin-bottom: 10px;
  border-radius: 20px;
  color: #c0baaf;
}

.comment-list .comment-author {
  color: #ffc23d;
}

.btn.btn-size-big.js-link {
  font-weight: bold;
}

.widget-header {
  color: #ffffff;
}

.footer-info {
  margin-bottom: 10px;
  text-align: center;
}