/**
 * @Author: Musa Hayta - musahayta@gmail.com
 * @Date:   2024-05-29 13:50:52
 * @Last Modified by:   Musa Hayta - musahayta@gmail.com
 * @Last Modified time: 2025-10-28 15:55:27
 */
:root {
  overscroll-behavior: none;
}
.tns-nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #363131;
}
.tns-nav button {
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #363131;
  border: 1px solid #363131;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.tns-nav button.tns-nav-active {
  background-color: #d40000;
  color: #fff;
  border: 1px solid #363131;
}
.tns-outer {
  position: relative;
}
@media (max-width: 640px) {
  .tns-nav {
    text-align: center;
    border: 1px solid #363131;
  }
  .tns-nav button {
    padding: 0;
    border: none;
  }
}
[data-controls] {
  border: 0;
  padding: 0;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 1;
  background: transparent;
}
[data-controls="prev"] {
  left: 20px;
}
[data-controls="next"] {
  right: 20px;
}

textarea#comment {
  width: 100%;
}

#commentform input#author,
#commentform input#email,
#commentform input#url {
  width: 100%;
  margin-bottom: 10px;
}

.single .wp-block-image > *,
.single .wp-block-image .wp-block-image {
  padding: 20px 0 20px 0;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  float: none !important;
}
input#submit.submit {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
