.color-separator {
  height: 2px;
  background-color: #FEB800;
  width: 30%;
  max-width: 350px;
  margin-bottom: 15px;
}

.guide-sidebar h4 {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.guide-sidebar img {
  max-width: 100%;
  height: auto;
}
.guide-sidebar .summary-category > span {
  user-select: none;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  cursor: pointer;
}
.guide-sidebar .summary-category > span i {
  color: #FEB800;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.guide-sidebar .summary-category.active {
  margin-bottom: 15px;
  border-bottom: 1px solid #B9B9B9;
}
.guide-sidebar .summary-category.active > span i {
  transform: rotate(90deg);
}
.guide-sidebar .summary-category.active .summary-guide {
  display: block;
}
.guide-sidebar .summary-category .summary-guide {
  padding-left: 20px;
  display: none;
  margin-bottom: 5px;
}
.guide-sidebar .summary-category .summary-guide a:before {
  content: "__";
  color: #FEB800;
  float: left;
  margin-right: 5px;
  line-height: 0.5rem;
}
.guide-sidebar .summary-category .summary-guide.active a {
  border-bottom: 1px solid #000;
}

.phyto-guide-container {
  max-width: 960px;
  margin: 0 auto;
}
.phyto-guide-container .guide-footer {
  margin-top: 15px;
}
.phyto-guide-container .guide-footer p {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  font-size: 14px;
}
.phyto-guide-container .guide-footer p a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
  text-transform: none;
}
.phyto-guide-container .guide-content {
  font-size: 1rem;
}
.phyto-guide-container .guide-content p {
  margin-bottom: 10px;
}
.phyto-guide-container .guide-content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 20px;
}
.phyto-guide-container .guide-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.phyto-guide-container .guide-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
.phyto-guide-container .guide-content h4 {
  font-size: 1rem;
  font-weight: 600;
}
.phyto-guide-container .guide-content ul {
  padding-left: 15px;
}
.phyto-guide-container .guide-content ul li {
  list-style: disc;
}
.phyto-guide-container .guide-author {
  color: #000;
  font-weight: 600;
}
.phyto-guide-container .guide-author span {
  color: #FEB800;
  font-weight: normal;
  padding: 0 2px;
}
.phyto-guide-container .guide-author span span {
  color: #9b9b9b;
}
.phyto-guide-container h1 {
  color: #000000;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 15px 0;
}
.phyto-guide-container h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #FEB800;
  margin: 5px 0 0 0;
}
.phyto-guide-container .guide-faq {
  margin-top: 20px;
  border: 1px solid #FEB800;
  border-radius: 10px;
}
.phyto-guide-container .guide-faq .c-faq__question {
  border-color: #FEB800;
}

@media (max-width: 992px) {
  .guide-sidebar-container .guide-sidebar {
    margin-bottom: 20px;
  }
  .guide-sidebar-container .guide-sidebar > .row:first-child .summary-category, .guide-sidebar-container .guide-sidebar > .row:first-child .color-separator {
    display: none;
  }
  .guide-sidebar-container .guide-sidebar > .row:first-child h4 {
    padding: 15px 0;
    border-top: 1px solid #FEB800;
    border-bottom: 1px solid #FEB800;
  }
  .guide-sidebar-container .guide-sidebar > .row:first-child h4:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' aria-hidden='true'%3E%3Cpath d='M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    color: transparent;
    content: "-";
    float: right;
    transition: all 0.3s ease;
    width: 12px;
  }
  .guide-sidebar-container .guide-sidebar > .row:first-child.active {
    border-bottom: 1px solid #FEB800;
  }
  .guide-sidebar-container .guide-sidebar > .row:first-child.active .summary-category {
    display: block;
    transition: all 0.3s ease;
  }
  .guide-sidebar-container .guide-sidebar > .row:first-child.active h4 {
    border-bottom: none;
  }
  .guide-sidebar-container .guide-sidebar > .row:first-child.active h4:after {
    transform: rotate(180deg);
  }
  .guide-sidebar-container .guide-sidebar > .row:last-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .guide-sidebar .summary-category .summary-guide a:before {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=guide.css.map */
