table {
    color: #333;
    font-size: .9em;
    text-align: center;
    line-height: 40px;
    border-spacing: 0;
    border: 2px solid #92121e;
    width: 100%;
    margin: 20px auto;
}

thead tr:first-child {
    background-color: #92121e;
    color: #F8F8F8;
    border: none;
}

tbody td {
    border-bottom: 1px solid #ddd;
    font-size: .85em;
}

th:first-child, td:first-child {
    padding: 0 15px 0 20px;
}

h2, h3, h4, strong {
    font-weight: 600;
    color: #273849;
}

.grap h2,
.grap h3 {
  pointer-events: none;
}
.grap h2,
.grap h3,
.grap h2 button,
.grap h3 button {
  pointer-events: auto;
  color: #273849;
}

.grap h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  border-bottom: 1px solid #ddd;
}
.grap h3 {
  line-height: 1.2;
  position: relative;
}

.grap h3:before {
    content: "#";
    color: #42b983;
    position: absolute;
    left: -1em;
    margin-top: -0.05em;
    padding-right: 0.5em;
    font-size: 1.2em;
    line-height: 1;
    font-weight: bold;
}

.post-content.grap {
  font-size: 15px;
}

p.with-img-desc {
  margin-left: -40px;
  margin-right: -20px;
  text-align: right;
  color: rgba(0, 0, 0, .44);
  font-size: 14px;
  margin-bottom: 20px;
  font-family: dinmedium;
  margin-top: -10px;
}

pre[class*="language-"] {
  margin: 0 -40px !important;
}

code[class*="language-"], pre[class*="language-"] {
    padding: 10px 0 !important;
    font-family: "Roboto Mono", Monaco, courier, monospace !important;
    font-size: 0.85em !important;
    line-height: 1.6em !important;
}

.search-form {
  margin: 20px auto 0;
  max-width: 520px;
  display: flex;
  gap: 10px;
}

.search-form input[type="search"] {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 15px;
  outline: none;
}

.search-form button {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: #273849;
  color: #fff;
  cursor: pointer;
}

.with-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  pre[class*="language-"] {
    margin: 0 !important;
    overflow-x: auto;
  }

  .search-form {
    flex-direction: column;
  }
}

.site-footer .footer-separator {
  margin: 0 6px;
  color: rgba(0, 0, 0, .35);
}

.block--status {
  padding-top: 38px;
  padding-bottom: 38px;
}

.status-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: 14px;
  align-items: baseline;
  max-width: 820px;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 18px;
  color: inherit;
  cursor: default;
  text-align: left;
}

.status-card:before,
.status-card:after {
  content: "";
  position: absolute;
  height: 1px;
}

.status-card:before {
  left: 0;
  top: 0;
  width: min(32%, 220px);
  background: linear-gradient(90deg, rgba(70, 123, 150, .32), rgba(70, 123, 150, 0));
}

.status-card:after {
  right: 0;
  bottom: 0;
  width: min(42%, 280px);
  background: linear-gradient(90deg, rgba(70, 123, 150, 0), rgba(70, 123, 150, .32));
}

.status-label {
  padding: 4px 8px 5px;
  border-radius: 999px;
  background: rgba(70, 123, 150, .1);
  color: #467B96;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
}

.status-content {
  font-family: "LXGW WenKai", "STKaiti", "Kaiti SC", "KaiTi", "Songti SC", serif;
  font-size: clamp(21px, 2.1vw, 27px);
  line-height: 1.72;
  color: #253746;
  text-align: left;
  letter-spacing: .015em;
}

.status-time {
  color: rgba(47, 63, 77, .48);
  font-family: dinmedium, sans-serif;
  font-size: 13px;
  white-space: nowrap;
}

.section-body--status {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-header--status {
  margin-bottom: 18px;
}

.status-detail-time {
  text-align: left;
  color: rgba(0, 0, 0, .42);
  font-family: dinmedium, sans-serif;
  font-size: 14px;
}

.status-detail-content {
  font-size: 22px;
  line-height: 1.9;
  color: #3f4a54;
}

.status-detail-content p:first-child {
  margin-top: 0;
}

@media (max-width: 640px) {
  .block--status {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .status-card {
    grid-template-columns: auto minmax(0, 1fr);
    row-gap: 8px;
    align-items: start;
    padding-top: 16px;
  }

  .status-time {
    grid-column: 2;
  }

  .status-card:before,
  .status-card:after {
    width: 48%;
  }

  .status-content,
  .status-detail-content {
    font-size: 18px;
    line-height: 1.75;
  }
}
