@import url("https://fonts.googleapis.com/css2?family=LXGW+WenKai+TC:wght@400;500;700&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LXGW WenKai TC", -apple-system, "Helvetica Neue", Arial, "PingFang TC",
    "Microsoft JhengHei", sans-serif;
  font-weight: 700;
}

body {
  font-family: "LXGW WenKai TC", -apple-system, "Helvetica Neue", Arial, "PingFang TC",
    "Microsoft JhengHei", sans-serif;
  font-size: 1.28em;
  font-weight: 700;
  line-height: 1.95;
}

.post-container,
.post-container p,
.post-container li,
.post-container blockquote,
.post-container .post-content-preview,
.post-preview > a > .post-subtitle {
  font-size: 1.28em;
}

.post-container p,
.post-container li,
.post-container blockquote {
  line-height: 2;
}

.post-container blockquote {
  font-size: 1.12em;
  line-height: 1.75;
}

.post-container blockquote p {
  margin: 0.75em 0;
  line-height: 1.75;
}

.post-container p {
  margin: 1.45em 0;
}

.post-container ul,
.post-container ol {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
}

.post-container li + li {
  margin-top: 0.4em;
}

.post-container h1,
.post-container h2,
.post-container h3,
.post-container h4,
.post-container h5,
.post-container h6 {
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1.7em;
  margin-bottom: 0.75em;
}

.post-preview > a > .post-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.35;
}

.post-preview > a > .post-subtitle {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 1.24em;
  line-height: 1.55;
}

.post-container table {
  width: 100%;
  margin: 1.8em 0 2.2em;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5dfd4;
  border-radius: 14px;
  overflow: hidden;
  background: #fcfaf5;
  box-shadow: 0 10px 30px rgba(55, 41, 23, 0.04);
}

.post-container thead {
  background: #e8dcc3;
}

.post-container th,
.post-container td {
  padding: 0.95em 1.1em;
  border: 0;
  border-bottom: 1px solid #e9e1d4 !important;
  font-family: "LXGW WenKai TC", -apple-system, "Helvetica Neue", Arial, "PingFang TC",
    "Microsoft JhengHei", sans-serif;
  font-size: 1.16em;
  line-height: 1.75;
  vertical-align: top;
}

.post-container th {
  color: #2d2418;
  font-weight: 700;
}

.post-container td {
  color: #4a4033;
  font-weight: 500;
}

.post-container tbody tr:last-child td {
  border-bottom: 0 !important;
}

.post-container table a {
  color: #2f6aa3;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.12em;
  font-weight: 700;
}

.post-container table a:hover,
.post-container table a:focus {
  color: #184e7a;
  text-decoration: underline;
}

@media (max-width: 767px) {
  body {
    font-size: 1.18em;
    line-height: 1.85;
  }

  .post-container,
  .post-container p,
  .post-container li,
  .post-container blockquote,
  .post-container .post-content-preview,
  .post-preview > a > .post-subtitle {
    font-size: 1.18em;
  }

  .post-container p,
  .post-container li {
    line-height: 1.9;
  }

  .post-container p {
    margin: 1.3em 0;
  }

  .post-container blockquote,
  .post-container blockquote p {
    font-size: 1.04em;
    line-height: 1.65;
  }

  .post-preview > a > .post-title {
    font-size: 23px;
    line-height: 1.3;
  }

  .post-preview > a > .post-subtitle {
    font-size: 1.14em;
    line-height: 1.45;
  }

  .post-container th,
  .post-container td {
    font-size: 1.04em;
    padding: 0.8em 0.9em;
  }
}
