.vh-tools-main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.article-list-main > section.article-list > .vh-article-item > header > h3 > .vh-article-cat::before {
  content: none !important;
}

.article-list-main > section.article-list > .vh-article-item > header > h3::before,
.article-list-main > section.article-list > .vh-article-item > header > .title::before,
.article-list-main > section.article-list > .vh-article-item > .vh-article-excerpt::before,
.article-list-main > section.article-list > .vh-article-item > .vh-article-taglist::before {
  content: none !important;
  display: none !important;
}

.vh-tools-main > .vh-page-header {
  box-sizing: border-box;
  padding: 1rem;
  background-color: var(--vh-white-color);
  box-shadow: var(--vh-box-shadow);
  border-radius: 0.5rem;
}

.vh-tools-main > .vh-page-header h1,
.vh-tools-main > .vh-page-header p {
  padding: 0;
}

.vh-tools-main > main {
  box-sizing: border-box;
  border-radius: 0.5rem;
  width: 100%;
  height: max-content;
}

.vh-tools-main > main.main.links-main {
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  background-color: var(--vh-white-color);
}

.vh-tools-main > main.main.links-main > a {
  position: relative;
  box-sizing: border-box;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  height: 5.5rem;
  border-radius: 0.88rem;
  transition: background-color 0.18s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.vh-tools-main > main.main.links-main > a:hover {
  background-color: var(--vh-font-16);
}

.vh-tools-main > main.main.links-main > a:hover > .avatar {
  transform: scale(1.2) rotate(8deg);
  background-color: var(--vh-white-color);
  border-color: var(--vh-white-color);
}

.vh-tools-main > main.main.links-main > a > .avatar {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0.18rem;
  width: 3.36rem;
  height: 3.36rem;
  border-radius: 50%;
  border: solid 1px var(--vh-font-16);
  object-fit: cover;
  overflow: hidden;
  opacity: 1;
  transition: all 0.18s;
}

.vh-tools-main > main.main.links-main > a > .link-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.68rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.vh-tools-main > main.main.links-main > a > .link-info > span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.vh-tools-main > main.main.links-main > a > .link-info > p {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: max-content;
  font-size: 0.81rem;
  color: var(--vh-font-56);
  line-height: 1rem;
}

.vh-tools-main > main.main.talking-main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.vh-tools-main > main.main.talking-main > article {
  box-sizing: border-box;
  padding: 2.188rem 1.875rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  border-radius: 0.5rem;
  background-color: var(--vh-white-color);
  box-shadow: var(--vh-box-shadow);
  overflow: hidden;
}

.vh-tools-main > main.main.talking-main > article > header {
  display: flex;
  align-items: center;
  gap: 0.626rem;
  width: 100%;
  height: 2.5rem;
}

.vh-tools-main > main.main.talking-main > article > header > img {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.vh-tools-main > main.main.talking-main > article > header > .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.26rem;
  overflow: hidden;
}

.vh-tools-main > main.main.talking-main > article > header > .info > span {
  font-size: 0.875rem;
}

.vh-tools-main > main.main.talking-main > article > header > .info > time {
  font-size: 0.7rem;
  color: var(--vh-font-66);
}

.vh-tools-main > main.main.talking-main > article > .main {
  box-sizing: border-box;
  padding: 1rem 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.vh-tools-main > main.main.talking-main > article > .main > :not(.vh-img-flex) img {
  display: block;
  box-sizing: border-box;
  max-width: min(100%, 22rem);
  width: auto;
  height: auto;
  margin-top: 0.75rem;
  border-radius: 0.5rem;
  object-fit: contain;
}

.vh-tools-main > main.main.talking-main > article > .main > .vh-img-flex {
  --vh-moment-media-gap: 0.66rem;
  --vh-moment-media-size: clamp(4.75rem, 18vw, 7rem);
  box-sizing: border-box;
  padding-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, var(--vh-moment-media-size)));
  gap: var(--vh-moment-media-gap);
  width: fit-content;
  max-width: 100%;
}

.vh-tools-main > main.main.talking-main > article > .main > .vh-img-flex[data-media-count='1'] {
  grid-template-columns: minmax(0, 1fr);
  width: min(18rem, 100%);
}

.vh-tools-main > main.main.talking-main > article > .main > .vh-img-flex[data-media-count='2'],
.vh-tools-main > main.main.talking-main > article > .main > .vh-img-flex[data-media-count='4'] {
  grid-template-columns: repeat(2, minmax(0, var(--vh-moment-media-size)));
}

.vh-tools-main > main.main.talking-main > article > .main > .vh-img-flex > .vh-img-grid-item {
  appearance: none;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--vh-font-16);
  font: inherit;
  cursor: zoom-in;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.vh-tools-main > main.main.talking-main > article > .main > .vh-img-flex > .vh-img-grid-item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.2s ease-in-out;
}

.vh-tools-main > main.main.talking-main > article > .main > .vh-img-flex > .vh-img-grid-item:focus-visible {
  outline: 2px solid var(--vh-main-color);
  outline-offset: 3px;
}

.vh-tools-main > main.main.talking-main > article > .main > .vh-img-flex > .vh-img-grid-item:hover > img {
  transform: scale(1.03);
}

body.vh-lightbox-open {
  overflow: hidden;
}

.vh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
  background: rgba(10, 17, 25, 0.82);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.vh-lightbox.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vh-lightbox-dialog {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 78rem);
  max-height: 100%;
  transform: translateY(0.75rem) scale(0.98);
  transition: transform 0.2s ease;
}

.vh-lightbox.active .vh-lightbox-dialog {
  transform: translateY(0) scale(1);
}

.vh-lightbox-stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(2.75rem, 4vw, 3.5rem) clamp(0.5rem, 4vw, 4rem) clamp(2.25rem, 3vw, 2.75rem);
}

.vh-lightbox-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.vh-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: min(78vh, 56rem);
  width: auto;
  height: auto;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  object-fit: contain;
}

.vh-lightbox-caption {
  min-height: 1.2rem;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.vh-lightbox-close,
.vh-lightbox-nav {
  appearance: none;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.88rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(15, 23, 33, 0.56);
  color: #fff;
  font: inherit;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: transform 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.vh-lightbox-close:hover,
.vh-lightbox-nav:hover {
  background: rgba(15, 23, 33, 0.72);
}

.vh-lightbox-close:hover {
  transform: translateY(-1px);
}

.vh-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}

.vh-lightbox-nav:hover {
  transform: translateY(calc(-50% - 1px));
}

.vh-lightbox-close:focus-visible,
.vh-lightbox-nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

.vh-lightbox-close {
  top: 0;
  right: clamp(0.5rem, 2vw, 1rem);
}

.vh-lightbox-nav[data-direction='prev'] {
  left: max(0rem, calc(clamp(0.5rem, 4vw, 4rem) - 1rem));
}

.vh-lightbox-nav[data-direction='next'] {
  right: max(0rem, calc(clamp(0.5rem, 4vw, 4rem) - 1rem));
}

.vh-lightbox-nav[disabled] {
  opacity: 0;
  cursor: default;
  pointer-events: none;
  transform: translateY(-50%);
}

.vh-tools-main > main.main.talking-main > article > footer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
  width: 100%;
}

.vh-tools-main > main.main.talking-main > article > footer > span {
  box-sizing: border-box;
  padding: 0.28rem 0.68rem;
  display: flex;
  align-items: center;
  height: 1.68rem;
  width: max-content;
  border: 1px solid var(--vh-main-color);
  border-radius: var(--vh-main-radius);
  background-color: var(--vh-white-color);
  font-size: 0.72rem;
  color: var(--vh-main-color);
  transition: all 0.2s ease-in-out;
  user-select: none;
}

.vh-page .vh-comment-item,
.vh-tools-main .vh-comment-item {
  position: relative;
  box-sizing: border-box;
  padding: 1rem 1.08rem;
  border-radius: 0.88rem;
  background-color: #f8f9fa;
  border: 1px solid var(--vh-font-16);
}

.vh-page .comment-actions,
.vh-tools-main .comment-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.vh-page .comment-reply-button,
.vh-tools-main .comment-reply-button,
.vh-page .comment-form-meta > button,
.vh-tools-main .comment-form-meta > button {
  box-sizing: border-box;
  padding: 0.32rem 0.72rem;
  border: 1px solid var(--vh-main-color);
  border-radius: 999px;
  background-color: var(--vh-white-color);
  color: var(--vh-main-color);
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
}

.vh-page .comment-reply-button:hover,
.vh-tools-main .comment-reply-button:hover,
.vh-page .comment-form-meta > button:hover,
.vh-tools-main .comment-form-meta > button:hover {
  background-color: var(--vh-main-color);
  color: var(--vh-white-color);
}

.vh-page .comment-children,
.vh-tools-main .comment-children {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.vh-page .vh-comment-item.child,
.vh-tools-main .vh-comment-item.child {
  margin-left: 1.5rem;
  background-color: var(--vh-white-color);
}

.vh-page .comment-head,
.vh-tools-main .comment-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.88rem;
}

.vh-page .comment-author,
.vh-tools-main .comment-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.vh-page .comment-author-meta,
.vh-tools-main .comment-author-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.vh-page .comment-author-name-row,
.vh-tools-main .comment-author-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-width: 0;
}

.vh-page .comment-author-link,
.vh-tools-main .comment-author-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.vh-page .comment-author-link > strong,
.vh-tools-main .comment-author-link > strong {
  font-size: inherit;
  line-height: inherit;
}

.vh-page .comment-author-badge,
.vh-tools-main .comment-author-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  background: rgba(1, 196, 182, 0.12);
  border: 1px solid rgba(1, 196, 182, 0.24);
  color: #017f76;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}

.vh-page .comment-author > img,
.vh-tools-main .comment-author > img {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--vh-font-16);
  background-color: var(--vh-white-color);
}

.vh-page .comment-author > strong,
.vh-page .comment-author > a,
.vh-page .comment-author-link,
.vh-tools-main .comment-author > strong,
.vh-tools-main .comment-author > a,
.vh-tools-main .comment-author-link {
  font-size: 0.98rem;
  line-height: 1.2;
}

.vh-page .comment-head > time,
.vh-tools-main .comment-head > time {
  flex-shrink: 0;
  font-size: 0.76rem;
  color: var(--vh-font-56);
  line-height: 1.4;
}

.vh-page .comment-content,
.vh-tools-main .comment-content {
  margin-top: 0.66rem;
  color: var(--vh-font-color);
  font-size: 0.9rem;
  line-height: 1.82;
  white-space: pre-wrap;
  word-break: break-word;
}

.vh-page .comment-form-meta,
.vh-tools-main .comment-form-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.88rem;
  box-sizing: border-box;
  padding: 0.75rem 0.88rem;
  border-radius: 0.75rem;
  background: var(--vh-main-color-6);
  color: var(--vh-font-color);
}

.vh-page .comment-form-meta.is-hidden,
.vh-tools-main .comment-form-meta.is-hidden {
  display: none;
}

.vh-page .comment-form-meta > span,
.vh-tools-main .comment-form-meta > span {
  font-size: 0.82rem;
  color: var(--vh-font-66);
}

.vh-page form.vh-comment-form,
.vh-tools-main form.vh-comment-form {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 0.88rem;
  background-color: #f8f9fa;
  border: 1px solid var(--vh-font-16);
}

.vh-page form.vh-comment-form .vh-form-grid,
.vh-tools-main form.vh-comment-form .vh-form-grid {
  display: grid;
  gap: 0.88rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vh-page form.vh-comment-form label,
.vh-tools-main form.vh-comment-form label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--vh-font-66);
}

.vh-page form.vh-comment-form input,
.vh-page form.vh-comment-form textarea,
.vh-tools-main form.vh-comment-form input,
.vh-tools-main form.vh-comment-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--vh-font-16);
  border-radius: 0.66rem;
  padding: 0.82rem 0.92rem;
  background-color: var(--vh-white-color);
  color: var(--vh-font-color);
  font-size: 0.92rem;
  transition: border-color 0.18s ease-in-out, box-shadow 0.18s ease-in-out;
}

.vh-page form.vh-comment-form input:focus,
.vh-page form.vh-comment-form textarea:focus,
.vh-tools-main form.vh-comment-form input:focus,
.vh-tools-main form.vh-comment-form textarea:focus {
  border-color: var(--vh-main-color);
  box-shadow: 0 0 0 3px var(--vh-main-color-16);
}

.vh-page form.vh-comment-form textarea,
.vh-tools-main form.vh-comment-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.vh-page form.vh-comment-form .comment-form-actions,
.vh-tools-main form.vh-comment-form .comment-form-actions {
  display: flex;
  align-items: center;
  gap: 0.88rem;
  flex-wrap: wrap;
}

.vh-page form.vh-comment-form .comment-form-actions > button,
.vh-tools-main form.vh-comment-form .comment-form-actions > button {
  box-sizing: border-box;
  min-width: 7rem;
  height: 2.5rem;
  border: none;
  border-radius: 0.66rem;
  color: #fff;
  background-color: var(--vh-main-color);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  transition: transform 0.18s ease-in-out, opacity 0.18s ease-in-out;
}

.vh-page form.vh-comment-form .comment-form-actions > button:hover,
.vh-tools-main form.vh-comment-form .comment-form-actions > button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.vh-page .status-message,
.vh-tools-main .status-message {
  font-size: 0.82rem;
  color: var(--vh-font-66);
}

.vh-tools-main .moment-entry > footer {
  margin-top: 0.25rem;
}

.vh-tools-main .moment-action {
  box-sizing: border-box;
  padding: 0.28rem 0.68rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  height: 1.68rem;
  width: max-content;
  border: 1px solid var(--vh-main-color);
  border-radius: var(--vh-main-radius);
  background-color: var(--vh-white-color);
  font-size: 0.72rem;
  color: var(--vh-main-color);
  transition: all 0.2s ease-in-out;
  user-select: none;
}

.vh-tools-main button.moment-action {
  cursor: pointer;
}

.vh-tools-main button.moment-action:hover,
.vh-tools-main button.moment-action.is-liked {
  background-color: var(--vh-main-color);
  color: var(--vh-white-color);
}

.vh-tools-main .moment-action strong {
  font-weight: 700;
}

.vh-tools-main .moment-interactions {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--vh-font-16);
}

.vh-tools-main .moment-interactions.is-collapsed {
  display: none;
}

.vh-tools-main .moment-comment-list {
  display: grid;
  gap: 0.88rem;
}

.vh-footer > section.text {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vh-footer > section.text > p {
  text-align: center;
}

.vh-footer > section.text > p.vh-footer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 0;
}

.vh-footer > section.text > p.vh-footer-badge > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vh-footer > section.text > p.vh-footer-badge img {
  display: block;
  width: auto;
  height: 20px;
}

article.vh-article-main > main img {
  display: block;
  box-sizing: border-box;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  max-height: min(36rem, 82vh);
  margin: 1rem auto;
  border-radius: 0.75rem;
  object-fit: contain;
}

article.vh-article-main > main a.vh-article-lightbox-trigger {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 1rem auto;
  border-radius: 0.75rem;
  cursor: zoom-in;
}

article.vh-article-main > main a.vh-article-lightbox-trigger > img {
  margin: 0 auto;
}

article.vh-article-main > main img.vh-article-lightbox-trigger {
  cursor: zoom-in;
  -webkit-tap-highlight-color: transparent;
}

article.vh-article-main > main img.vh-article-lightbox-trigger:focus-visible,
article.vh-article-main > main a.vh-article-lightbox-trigger:focus-visible {
  outline: 2px solid var(--vh-main-color);
  outline-offset: 3px;
}

article.vh-article-main > main pre {
  position: relative;
  box-sizing: border-box;
  margin: 1.25rem 0;
  padding: 3rem 1rem 1rem;
  max-width: 100%;
  overflow: auto;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 1rem;
  background: linear-gradient(180deg, #1f2937 0%, #111827 100%) !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

article.vh-article-main > main pre::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 3rem;
  height: 0.75rem;
  background:
    radial-gradient(circle at 0.375rem 0.375rem, #ff5f57 0, #ff5f57 0.32rem, transparent 0.34rem),
    radial-gradient(circle at 1.5rem 0.375rem, #febc2e 0, #febc2e 0.32rem, transparent 0.34rem),
    radial-gradient(circle at 2.625rem 0.375rem, #28c840 0, #28c840 0.32rem, transparent 0.34rem);
}

article.vh-article-main > main pre::after {
  content: attr(data-code-lang);
  position: absolute;
  top: 0.78rem;
  right: 4.8rem;
  padding: 0.16rem 0.52rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.16);
  color: #cbd5e1;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

article.vh-article-main > main pre code {
  display: block;
  padding: 0;
  background: transparent !important;
  color: #e5eefb;
  font-size: 0.86rem;
  line-height: 1.8;
  white-space: pre;
}

article.vh-article-main > main :not(pre) > code {
  padding: 0.12rem 0.42rem;
  border-radius: 0.42rem;
  background: rgba(15, 23, 42, 0.08);
  color: #0f766e;
  font-size: 0.84rem;
}

article.vh-article-main > main .code-copy-button {
  position: absolute;
  top: 0.72rem;
  right: 1rem;
  box-sizing: border-box;
  padding: 0.28rem 0.64rem;
  border: 1px solid rgba(203, 213, 225, 0.18);
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
  color: #e2e8f0;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.18s ease-in-out, border-color 0.18s ease-in-out, transform 0.18s ease-in-out;
}

article.vh-article-main > main .code-copy-button:hover {
  background: rgba(148, 163, 184, 0.2);
  border-color: rgba(203, 213, 225, 0.34);
  transform: translateY(-1px);
}

article.vh-article-main > main .code-copy-button.is-copied {
  background: rgba(34, 197, 94, 0.18);
  border-color: rgba(34, 197, 94, 0.34);
  color: #dcfce7;
}

section.vh-archive-main {
  flex: 1;
  padding: 2rem 1rem;
  border-radius: 1rem;
  background-color: var(--vh-white-color);
  overflow: hidden;
}

section.vh-archive-main > .archive-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

section.vh-archive-main > .archive-list > .archive-list-item {
  display: flex;
  flex-direction: column;
}

section.vh-archive-main > .archive-list > .archive-list-item > p,
section.vh-archive-main > .archive-list > .archive-list-item > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  border-radius: 1rem;
  font-size: 1rem;
  transition: background 0.18s;
}

section.vh-archive-main > .archive-list > .archive-list-item > a:hover {
  background-color: #eeeff3;
}

section.vh-archive-main > .archive-list > .archive-list-item > a:hover > i::before {
  height: 50.66%;
}

section.vh-archive-main > .archive-list > .archive-list-item > a:hover > span {
  padding-left: 0.28rem;
}

section.vh-archive-main > .archive-list > .archive-list-item > a > em {
  flex-shrink: 0;
  width: 5.05rem;
  height: 3.75rem;
  color: var(--vh-font-28);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 3.75rem;
  text-align: right;
  font-style: normal;
}

section.vh-archive-main > .archive-list > .archive-list-item > a > i::before {
  width: 0.25rem;
  height: 0.25rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #4e667f;
}

section.vh-archive-main > .archive-list > .archive-list-item > a > i::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 1rem;
  left: calc(50% - 0.0625rem);
  transform: translateY(-50%);
  border-left: 2px dashed rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

section.vh-archive-main > .archive-list > .archive-list-item > a > span {
  font-size: 1rem;
  color: var(--vh-font-color);
  font-weight: 600;
}

section.vh-archive-main > .archive-list > .archive-list-item > p > em {
  flex-shrink: 0;
  width: 5.05rem;
  height: 3.75rem;
  color: var(--vh-font-color);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3.75rem;
  text-align: right;
  font-style: normal;
}

section.vh-archive-main > .archive-list > .archive-list-item > p > i,
section.vh-archive-main > .archive-list > .archive-list-item > a > i {
  position: relative;
  width: 2.5rem;
  height: 100%;
}

section.vh-archive-main > .archive-list > .archive-list-item > p > i::before,
section.vh-archive-main > .archive-list > .archive-list-item > a > i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  border: solid 0.28rem #0000006d;
  border-radius: 50%;
  background-color: var(--vh-white-color);
  transition: all 0.3s;
}

section.vh-archive-main > .archive-list > .archive-list-item > p > span,
section.vh-archive-main > .archive-list > .archive-list-item > a > span {
  flex: 1;
  color: var(--vh-font-66);
  font-weight: 500;
  transition: all 0.18s;
}

section.vh-archive-main > .archive-list > .archive-list-item > p > cite,
section.vh-archive-main > .archive-list > .archive-list-item > a > cite {
  margin-left: auto;
  width: 7.8rem;
  font-size: 0.875rem;
  color: var(--vh-font-66);
  font-weight: 400;
  font-style: normal;
}

section.vh-art-page.vh-inline-page {
  position: static;
  bottom: auto;
  right: auto;
  justify-content: flex-end;
  padding: 0;
  margin-top: 1rem;
}

.vh-tools-main > main.main + section.vh-art-page.vh-inline-page {
  margin-top: 0;
}

@media screen and (max-width: 1198px) {
  section.vh-archive-main > .archive-list > .archive-list-item > p > cite,
  section.vh-archive-main > .archive-list > .archive-list-item > a > cite {
    display: none;
  }
}

@media screen and (max-width: 888px) {
  .vh-page form.vh-comment-form .vh-form-grid,
  .vh-tools-main form.vh-comment-form .vh-form-grid {
    grid-template-columns: 1fr;
  }

  .vh-page .vh-comment-item.child,
  .vh-tools-main .vh-comment-item.child {
    margin-left: 0.88rem;
  }

  .vh-tools-main > main.main.links-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .vh-tools-main > main.main.talking-main > article {
    padding: 1.06rem 0.88rem;
  }

  .vh-tools-main > main.main.talking-main > article > .main > .vh-img-flex {
    --vh-moment-media-gap: 0.55rem;
    --vh-moment-media-size: clamp(4.2rem, 24vw, 5.75rem);
  }

  .vh-tools-main > main.main.talking-main > article > .main > .vh-img-flex[data-media-count='1'] {
    width: min(13.5rem, 100%);
  }

  .vh-lightbox {
    padding: 0.88rem;
  }

  .vh-lightbox-stage {
    padding: 3.4rem 0 2.2rem;
  }

  .vh-lightbox-image {
    max-height: min(72vh, 34rem);
    border-radius: 0.72rem;
  }

  .vh-lightbox-close,
  .vh-lightbox-nav {
    min-width: 2.5rem;
    height: 2.5rem;
  }

  .vh-lightbox-close {
    top: 0.15rem;
    right: 0;
  }

  .vh-lightbox-nav[data-direction='prev'] {
    left: 0;
  }

  .vh-lightbox-nav[data-direction='next'] {
    right: 0;
  }

  section.vh-archive-main {
    padding: 0;
    background-color: transparent;
  }

  section.vh-archive-main > .archive-list > .archive-list-item > p > em {
    width: 3rem;
    font-size: 1.2rem;
  }

  section.vh-archive-main > .archive-list > .archive-list-item > p > i,
  section.vh-archive-main > .archive-list > .archive-list-item > a > i {
    width: 1.8rem;
  }

  section.vh-archive-main > .archive-list > .archive-list-item > p > span,
  section.vh-archive-main > .archive-list > .archive-list-item > a > span {
    font-size: 0.8rem;
  }

  section.vh-archive-main > .archive-list > .archive-list-item > a > em {
    width: 3rem;
    font-size: 0.62rem;
  }

  section.vh-archive-main > .archive-list > .archive-list-item > a > span {
    font-size: 0.88rem;
  }
}

@media screen and (max-width: 568px) {
  .vh-tools-main > main.main.links-main {
    grid-template-columns: 1fr;
  }
}