.hv-forums-table-wrap { overflow-x:auto; }
.hv-forums-table th, .hv-forums-table td { vertical-align: top; padding: .5rem; border-bottom: 1px solid #e5e7eb; }
.hv-forum-slot .hv-time { font-weight: 600; margin-bottom: .25rem; }
.hv-forum-slot .hv-title { margin-bottom: .25rem; }
.hv-forum-slot .hv-read-more { display:inline-block; text-decoration: underline; }

/* Modal */
.hv-modal { position: fixed; inset: 0; display: block; z-index: 9999; pointer-events: none; }
.hv-modal[aria-hidden="true"] { opacity: 0; }
.hv-modal[aria-hidden="false"] { opacity: 1; pointer-events: auto; }
.hv-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.hv-modal__dialog {
  position: relative; max-width: 720px; margin: 5vh auto; background: #fff; border-radius: 8px;
  padding: 1rem 1.25rem 1.25rem; box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.hv-modal__close { position:absolute; right:.5rem; top:.5rem; border:0; background:transparent; font-size:1.5rem; line-height:1; cursor:pointer; }
.hv-modal__content h2 { margin-top:0; }
body.hv-modal-open { overflow: hidden; }
