html {
  scroll-behavior: smooth;
}
.font-semibold-active.active {
  font-weight: 600;
}
.underline-h:hover {
  text-decoration: underline;
}
.indicator {
  height: 4px;
}
.max-w-img-index {
  max-width: 10rem;
}
.top18 {
  top: 1rem;
}
.right18 {
  right: 1rem;
}

blockquote > p {
  margin: 0;
}

@media only screen and (min-width:50rem) {
  .max-w-img-index-lg {
    max-width: 20rem;
  }
}
.max-width-post-layout {
  max-width: 50rem;
}
.max-width-layout {
  max-width: 60rem;
}
.max-h-0 {
  max-height: 0;
}
.menu-open {
  top: 2.8rem;
}
.menu-closed {
  top: -20rem;
}
.pointer-none {
  pointer-events: none;
}
.avatar-post {
  width: 2rem;
}
.icon {
  width: 1.25rem;
  height: 1.25rem;
}
.icon-nav {
  width: 0.888rem;
  height: 0.777rem;
}
.logo {
  width: 4.777rem;
  height: 1.333rem;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: separate;
}
.border-spacing {
  border-spacing: 0;
}
.guides-item-bg-h {
  height: 9.777rem;
}
h1 > code, h2 > code, h3 > code, h4 > code, h5 > code {
  font-size:inherit;
}
.menu-transition {
  transition: top 0.25s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.md-table-padding {
  padding: 1rem 1.333rem;
}

@media only screen and (max-width:27.5rem) {
  .md-table-padding {
    padding:0.5rem;
  }
}

.md-table tr th:first-child,
.md-table tr td:first-child {
  border-left: 1px solid var(--p5);
}
.md-table tr th {
  border-top: 1px solid var(--p5);
}

/* top-left border-radius */
.md-table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

/* top-right border-radius */
.md-table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

/* bottom-left border-radius */
.md-table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

/* bottom-right border-radius */
.md-table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.iframe-container {
  padding-bottom: 65.25%;
  padding-top: 30px;
  -webkit-overflow-scrolling: touch;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
