/* Keep article anchor targets below the floating navigation. */
.weswoo-single-post__content [id] {
  scroll-margin-top: 112px;
}

.single-post .comment-form textarea,
.single-post .comment-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.single-post .comment-form textarea {
  resize: vertical;
}
