@charset "UTF-8";
.gra_green_overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
}

.editor img {
  width: 100%;
  margin: 32px 0;
}
.editor h3 {
  font-size: 2.6rem;
  padding: 16px 0 16px 20px;
  position: relative;
  display: flex;
  margin: 3.2rem 0;
}
.editor h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #009f41, #E65D44);
}
.editor h4 {
  font-size: 2.4rem;
  padding: 16px 0;
  position: relative;
  display: flex;
  margin: 2.4rem 0;
}
.editor h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
}
.editor h5 {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  margin: 1.6rem 0;
  gap: 16px;
}
.editor h5::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #009f41;
}
.editor h6 {
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin: 1.6rem 0;
  gap: 8px;
}
.editor h6::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #009f41;
}
.editor ul.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0 16px;
  margin: 16px 0;
}
.editor ul.wp-block-list li {
  line-height: 1.8;
  display: flex;
  gap: 4px;
}
.editor ul.wp-block-list li:before {
  content: "●";
  color: #e54c30;
  font-size: 1.2rem;
  position: relative;
  top: 2px;
}
.editor ol.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 16px 0;
}
.editor ol.wp-block-list li {
  position: relative;
  counter-increment: number;
  display: flex;
  gap: 8px;
}
.editor ol.wp-block-list li::before {
  content: counter(number);
  width: 24px;
  height: 24px;
  background-color: #E62E08;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1.6;
  font-weight: 500;
  flex-shrink: 0;
}
.editor p {
  margin: 16px 0;
  line-height: 1.8;
}
.editor p a {
  text-decoration: underline;
  color: #009f41;
}
.editor p a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .editor h2 {
    font-size: 2.4rem;
    padding: 12px 0;
    margin: 2rem 0;
  }
  .editor h3 {
    font-size: 2rem;
    padding: 4px 0 4px 16px;
    margin: 16px 0;
  }
  .editor h4 {
    font-size: 2rem;
    padding: 8px 0;
    margin: 2rem 0;
  }
  .editor h4::before {
    height: 2px;
  }
  .editor h5 {
    font-size: 1.8rem;
    margin: 1.6rem 0;
    gap: 8px;
  }
  .editor h5::before {
    width: 16px;
  }
  .editor h6 {
    font-size: 1.6rem;
    margin: 1.2rem 0;
    gap: 8px;
  }
  .editor h6::before {
    width: 10px;
    height: 10px;
  }
}/*# sourceMappingURL=editor.css.map */