@charset "UTF-8";
.content-body {
  word-break: break-word;
  line-height: 1.7;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
  color: #212122;
}

.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  line-height: 1.5;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.content-body h1 {
  color: #a0a0a0;
  font-size: 38px;
  margin-top: 32px;
  padding-top: 32px;
}

.content-body h2 {
  color: white;
  background-color: #212122;
  width: fit-content;
  border-bottom-right-radius: 100px;
  margin-top: 47px;
  padding-top: 4px;
  margin-bottom: 16px;
  padding-bottom: 4px;
  padding-right: 48px;
  padding-left: 8px;
  line-height: 1.7;
  font-size: 30px;
  transition: all 0.3s ease-out;
}

.content-body h2:hover {
  border-bottom-right-radius: 50px;
  transition: all 0.3s ease-out;
}

.content-body h3 {
  font-size: 24px;
  padding-left: 8px;
  margin-top: 32px;
  border-bottom: 2px solid #c6c4c4;
  line-height: 1.7;
}

.content-body h4 {
  font-size: 20px;
  padding-left: 8px;
  margin-top: 32px;
  border-bottom: 1px solid #dddddd;
}

.content-body h5 {
  font-size: 16px;
  margin-top: 24px;
}

.content-body h6 {
  margin-top: 14px;
  margin-top: 16px;
  line-height: 1.1;
}

.content-body p {
  font-size: 16px;
  text-align: start;
  white-space: normal;
  text-size-adjust: auto;
  line-height: 2;
  margin-top: 16px;
  margin-bottom: 16px;
}

.content-body img {
  max-width: 100%;
  margin: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.content-body hr {
  border-top: 4px double #212122;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}

.content-body hr:after {
  content: '\002665';
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  color: #212122;
  font-size: 18px;
}

.content-body a {
  color: #ef7060;
  padding: 2px 2px;
  text-decoration: none;
  border-bottom: 0.125em solid #ef7060;
  border-radius: 2px;
  box-shadow: inset 0 -0.025em 0 #ef7060;
  transition: box-shadow 270ms cubic-bezier(0.77, 0, 0.175, 1), color 270ms cubic-bezier(0.77, 0, 0.175, 1);
}

.content-body a:focus, .content-body a:hover {
  outline: none;
  box-shadow: inset 0 -1.5em 0 #ef7060;
  color: white;
}

.content-body a::before {
  content: '⇲ ';
  vertical-align: top;
  margin-left: 2px;
  font-family: 'dart' !important;
  font-size: 12px;
  color: inherit;
  opacity: 0.7;
}

.content-body table {
  background: #fbfbfb;
  border-radius: 4px;
  border-collapse: collapse;
  margin: auto;
  padding: 5px;
  width: 95%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

.content-body table th {
  color: white;
  background: #212122;
  border-bottom: 1px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 18px;
  padding: 16px;
  text-align: left;
  vertical-align: middle;
}

.content-body table th:first-child {
  border-top-left-radius: 4px;
}

.content-body table th:last-child {
  border-top-right-radius: 4px;
  border-right: none;
}

.content-body table tr {
  border-top: 1px solid #c1c3d1;
  border-bottom: 1px solid #c1c3d1;
  color: #666b85;
}

.content-body table tr:hover td {
  background: #212122;
  color: white;
  border-top: 1px solid #22262e;
}

.content-body table tr:first-child {
  border-top: none;
}

.content-body table tr:last-child {
  border-bottom: none;
}

.content-body table tr:nth-child(odd) td {
  background: #f1f1f1;
}

.content-body table tr:nth-child(odd):hover td {
  background: #212122;
}

.content-body table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.content-body table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.content-body table td {
  background: #fbfbfb;
  padding: 16px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  border-right: 1px solid #c1c3d1;
}

.content-body table td:last-child {
  border-right: 0px;
}

.content-body blockquote {
  color: #777777;
  padding: 1px 16px;
  margin: 24px 0;
  border-left: 4px solid #c6c4c4;
  background-color: #f1f1f1;
  transition: all 0.3s ease-out;
  border-radius: 4px;
}

.content-body blockquote:hover {
  border-left-color: #212122;
  background-color: #212122;
  color: white;
}

.content-body blockquote::after {
  display: block;
  content: '';
}

.content-body blockquote > p {
  margin: 10px 0;
}

.content-body ol,
.content-body ul {
  padding-left: 24px;
}

.content-body ol li,
.content-body ul li {
  margin-bottom: 6px;
  list-style: inherit;
}

.content-body ol li .task-list-item,
.content-body ul li .task-list-item {
  list-style: none;
}

.content-body ol li .task-list-item ul,
.content-body ol li .task-list-item ol,
.content-body ul li .task-list-item ul,
.content-body ul li .task-list-item ol {
  margin-top: 0;
}

.content-body ol ul,
.content-body ol ol,
.content-body ul ul,
.content-body ul ol {
  margin-top: 3px;
}

.content-body ol li {
  padding-left: 6px;
}

.content-body span.math {
  margin-left: 32px;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 720px) {
  .content-body h1 {
    font-size: 30.4px;
  }
  .content-body h2 {
    font-size: 24px;
  }
  .content-body h3 {
    font-size: 19.2px;
  }
  .content-body h4 {
    font-size: 16px;
  }
  .content-body h5 {
    font-size: 12.8px;
  }
}
