:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #2f2925;
  background: #f8f5ef;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.75;
}

main {
  width: min(860px, calc(100% - 32px));
  margin: 32px auto;
  padding: 32px;
  background: #fff;
  border: 1px solid #e6dbcf;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(77, 44, 25, 0.06);
}

h1,
h2 {
  color: #402118;
  line-height: 1.35;
}

h1 {
  margin: 0 0 8px;
  font-size: 30px;
}

h2 {
  margin-top: 28px;
  font-size: 20px;
}

p,
li,
td,
th {
  font-size: 15px;
}

.meta {
  margin: 0 0 24px;
  color: #766b63;
  font-size: 13px;
}

.notice {
  padding: 14px 16px;
  color: #6b3725;
  background: #fff1e9;
  border-radius: 14px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eee4da;
}

a {
  color: #bd4d25;
}

@media (max-width: 600px) {
  main {
    width: 100%;
    margin: 0;
    padding: 24px 20px 48px;
    border: 0;
    border-radius: 0;
  }

  table,
  tbody,
  tr,
  th,
  td {
    display: block;
  }

  th {
    padding-bottom: 2px;
    border-bottom: 0;
  }
}
