/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2024 | 02:08:29 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2023 | 06:12:35 */
.editor {
  padding: 3% 10%;
}
@media (max-width: 500px) {
  .editor {
    padding: 3% 0;
  }
}
@media (hover: none) {
  .editor {
    padding: 3% 0;
  }
}
.editor .content {
  display: inline-block;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  margin-bottom: 2%;
}
.editor .content-box {
  padding: 3%;
}
.editor .content-box .title {
  font-weight: bold;
}
.editor h1 {
  font-size: 42px;
}
@media (max-width: 640px) {
  .editor h1 {
    font-size: 36px;
  }
}
@media (hover: none) {
  .editor h1 {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .editor h1 {
    font-size: 28px;
  }
}
@media (hover: none) {
  .editor h1 {
    font-size: 28px;
  }
}
.editor h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  color: var(--color-dark-brown);
}
@media (max-width: 640px) {
  .editor h2 {
    font-size: 28px;
  }
}
@media (hover: none) {
  .editor h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .editor h2 {
    font-size: 24px;
  }
}
@media (hover: none) {
  .editor h2 {
    font-size: 24px;
  }
}
.editor h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
@media (max-width: 500px) {
  .editor h3 {
    font-size: 20px;
  }
}
@media (hover: none) {
  .editor h3 {
    font-size: 20px;
  }
}
.editor a {
  color: var(--color-brown);
  font-weight: bold;
}
.editor p {
  color: var(--color-black);
  letter-spacing: 1.5px;
  line-height: 2;
  text-align: justify;
}
.editor ul li {
  list-style: disc;
  list-style-position: outside;
}
.editor ul {
  margin-left: 27px;
}
.editor img {
  width: 100%;
}
.editor figcaption {
  color: var(--color-white);
  font-size: 14px;
  background-color: var(--color-brown);
  padding: 15px 30px;
  margin-bottom: 2%;
}
.editor blockquote {
  position: relative;
  background: #fff;
  padding: 3%;
  margin-top: 2%;
  line-height: 1.8;
}
.editor blockquote::before {
  position: absolute;
  content: "";
  background: var(--color-dark-brown);
  width: 100%;
  height: 8px;
  bottom: -5px;
  right: 0;
}
.editor table {
  border-collapse: collapse;
}
.editor th {
  background-color: var(--color-black);
  color: var(--color-white);
  width: 25vw;
  height: 75px;
}
.editor td {
  background-color: var(--color-white);
  color: var(--color-black);
  width: 25vw;
  height: 50px;
  text-align: center;
}
.editor tr:nth-of-type(even) td {
  color: var(--color-white);
  background-color: var(--color-light-brown);
}
