@media screen and (max-width: 768px) {
  .r18-switch-mobile-hide {
    display: none;
  }
}
.custom-categories-box {
  border: 1px solid #000;
  padding: 0 15px 15px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
}
.custom-categories-title {
  background-color: #e0e3e5;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #000;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.custom-categories-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 0.75rem;
}
.custom-categories-list li a {
  display: block;
  flex-grow: 1;
  text-align: left;
  padding-left: 0;
  margin: 0;
}
.custom-categories-list li .count {
  color: #444;
  white-space: nowrap;
  margin-left: 8px;
}
.entry-card-wrap {
  padding: 0;
  margin-bottom: 0.1px;
  border-radius: 6px;
}
.entry-card-wrap .entry-card-thumb img {
  max-width: 250px;
  height: auto;
}
.entry-card-title {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 6px;
}
.entry-card-meta {
  font-size: 0.75rem;
  line-height: 1.2;
}
.entry-card {
  min-height: auto;
  padding: 5px 10px;
}
.pagination .page-numbers,
.pagination a,
.pagination span {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 28px;
  height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  background: none;
  color: blue;
}
.pagination span.current {
  border-color: #333;
}
.fa-angle-left,
.fa-angle-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0;
  position: relative;
}
.fa-angle-left::before,
.fa-angle-right::before {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 1px;
}
.fa-angle-left::before {
  content: '\f104';
}
.fa-angle-right::before {
  content: '\f105';
}
.comment-list,
.comment-list ol,
.comment-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.3;
}
.comment-list > li {
  padding: 0.5em 0;
  border-bottom: 1px dotted #ccc;
}
.comment-list .comment-body {
  padding: 10px 0;
  border-top: 1px dotted #ccc;
  font-family: "MS PGothic", sans-serif;
}
.comment-meta {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.8em;
  color: #555;
  margin: 0 0 0.3em;
  padding: 0;
}
.comment-author {
  font-weight: bold;
  color: blue;
  font-size: 0.85em;
  margin: 0;
}
.comment-content,
.comment-content p {
  margin: 0.5em 0;
  padding: 0;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.4;
  font-size: 14px;
}
.comment-reply-link {
  font-size: 0.75em;
  float: right;
  margin-top: -12px;
}
.comment-list .children {
  margin: 0.5em 0 0 2em;
  padding-left: 1.2em;
  border-left: 2px dotted #ccc;
}
.comment-list .children .children {
  margin-left: 1em;
  border-color: #ddd;
}
