.boxzilla-newsletter-popup {
  width: 800px;
  max-width: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
  .boxzilla-newsletter-popup {
    max-width: calc(100% - 60px);
  }
}

.payment_method_alg_custom_gateway_5 label {
  font-weight: 700;
}

.boxzilla-newsletter-popup h2 {
  line-height: 1.6;
  color: #ffffff;
  position: relative;
}

.boxzilla-newsletter-popup p {
  line-height: 1.6;
  color: #ffffff;
  position: relative;
}

.boxzilla-newsletter-popup label {
  color: #ffffff;
}

.boxzilla-newsletter-popup #_form_1_submit {
  background: #ffffff !important;
  color: #111111 !important;
}

/* Post page */
body .inner-toc {
  border: 1px solid #dcdcdc;
}

body .block-template blockquote {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

body .author-socials a:hover {
  background: #dcdcdc;
}

body .post-item {
  border: 1px solid #666;
}

/* Search results */
.search-item > a {
  border: 1px solid #999;
  text-decoration: none;
}

.search-item > a:hover {
  border: 1px solid #212121;
}