.article-summary,
.article-toc,
.article-cta,
.article-sources {
  margin: 0 0 30px;
  padding: 24px 26px;
  border: 1px solid rgba(73, 54, 83, 0.16);
  border-radius: 18px;
  background: #fffaf1;
}
.article-summary {
  border-left: 5px solid #c89d58;
  font-size: 19px;
}
.article-toc ol {
  margin: 10px 0 0;
  padding-left: 24px;
}
.article-toc a {
  color: #493653;
  text-decoration: none;
}
.article-cta {
  margin-top: 48px;
  color: #fff;
  background: #493653;
}
.article-cta h2 {
  margin-top: 0;
  color: #fff;
}
.article-cta .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 21px;
  border-radius: 999px;
  color: #332718;
  background: #c89d58;
  font-weight: 700;
  text-decoration: none;
}
.article-sources {
  margin-top: 30px;
  background: #f5f0e6;
  font-size: 15px;
}
.content h2[id],
.entry-content h2[id] {
  scroll-margin-top: 110px;
}
.article-table-wrap {
  width: 100%;
  margin: 30px 0 36px;
  overflow-x: auto;
  border: 1px solid rgba(73, 54, 83, 0.22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(49, 35, 56, 0.09);
  -webkit-overflow-scrolling: touch;
}
.article-table-wrap table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  white-space: normal;
}
.article-table-wrap table[style] {
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.article-table-wrap th,
.article-table-wrap td {
  padding: 16px 18px;
  border-right: 1px solid rgba(73, 54, 83, 0.14);
  border-bottom: 1px solid rgba(73, 54, 83, 0.14);
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
}
.article-table-wrap th:last-child,
.article-table-wrap td:last-child {
  border-right: 0;
}
.article-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}
.article-table-wrap thead th {
  color: #fff !important;
  background: linear-gradient(135deg, #493653 0%, #60476d 100%) !important;
  font-size: 17px;
  font-weight: 700;
}
.article-table-wrap thead th:first-child {
  background: linear-gradient(135deg, #a9772f 0%, #c89d58 100%) !important;
}
.article-table-wrap tbody tr:nth-child(even) td {
  background: #fbf7ef !important;
}
.article-table-wrap tbody tr:hover td {
  background: #f5ead7 !important;
}
.article-table-wrap tbody td:first-child,
.article-table-wrap tbody th[scope="row"] {
  width: 25%;
  color: #493653 !important;
  background: #f4ead8 !important;
  font-weight: 700;
}
.article-table-wrap tbody tr:nth-child(even) th[scope="row"] {
  background: #ead9bb !important;
}
.article-table-wrap tbody tr:hover th[scope="row"] {
  background: #dfc18c !important;
}
.article-table-wrap caption {
  color: #493653 !important;
}
@media (max-width: 600px) {
  .article-summary,
  .article-toc,
  .article-cta,
  .article-sources {
    padding: 20px;
  }
  .article-table-wrap {
    margin: 24px 0 30px;
    border-radius: 14px;
  }
  .article-table-wrap table {
    min-width: 620px;
  }
  .article-table-wrap th,
  .article-table-wrap td {
    padding: 13px 14px;
    font-size: 15px;
  }
}
