.fs-s {
  font-size: 80%;
}

.temple-list-table {
  overflow-x: auto;
  margin-bottom: 2rem;
}
.temple-list-table table {
  margin-bottom: 5em;
}
.temple-list-table table th {
  width: 33.3333333333%;
}

@media (max-width: 768px) {
  .table th, .table td {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  table th:nth-last-of-type(1), table th:nth-last-of-type(3) {
    width: 37.5%;
  }
  table th:nth-last-of-type(2) {
    width: 25%;
  }
}
.officer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px 3vw;
}
.officer-list .officer-list__name {
  border-bottom: 1px solid #000;
  width: calc((100% - 3vw) / 2);
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.is-style-vk-heading-double_black {
  border-top: none;
}

.sect-buttons {
  padding: 4rem 0;
}

.sect-button {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  margin: 0.8rem 0;
}
.sect-button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  color: inherit;
  text-decoration: none;
}
.sect-button:hover .card {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.sect-button .card {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
.sect-button .card-body {
  padding: 3rem 1rem;
}
.sect-button .card-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.sect-button .card-text {
  color: #666;
}

.temple-count {
  font-size: 1.2rem;
  font-weight: bold;
  color: #444;
}

.temple-count-text {
  font-size: 0.9rem;
  margin-left: 0.2rem;
}

.site-footer-copyright p:nth-of-type(2) {
  display: none;
}

.txt-shadow {
  text-shadow: rgb(31, 1, 89) 1px 0px 10px;
}

.entry-meta-item.entry-meta-item-updated,
.entry-meta-item.entry-meta-item-author {
  display: none;
}