@charset "UTF-8";
.lh-single-recipe {
  font-family: Montserrat, serif;
  padding: 40px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.45;
}
.lh-single-recipe .button {
  padding: 15px 36px;
  background: #FF6C1C;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.lh-single-recipe .button:hover {
  color: #ffffff;
  background-color: #E8400E;
}
.lh-single-recipe .button:active {
  background-color: #B52B02;
}
.lh-single-recipe .button[disabled] {
  background-color: #CBCCD1;
}
.lh-single-recipe .button.button-white {
  background: #ffffff;
  color: #202327;
}
.lh-single-recipe .button.button-white:hover {
  background: #F4F5F6;
  color: #8AB72B;
}
.lh-single-recipe .button.button-white:active {
  background-color: #EDF6D1;
  color: #202327;
}
.lh-single-recipe .button.button-white[disabled] {
  background-color: #CBCCD1;
  color: #202327;
}
.lh-single-recipe .lh-breadcrumbs {
  margin: 0 0 40px 0;
  color: #CBCCD1;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .lh-breadcrumbs {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .lh-breadcrumbs {
    margin-bottom: 10px;
  }
}
.lh-single-recipe .lh-breadcrumbs li {
  display: inline-block;
}
.lh-single-recipe .lh-breadcrumbs li:after {
  content: "›";
  display: inline-block;
  transform: scale(1.1);
  padding: 0 6px 6px 0;
}
.lh-single-recipe .lh-breadcrumbs li:last-child:after {
  display: none;
}
.lh-single-recipe .lh-breadcrumbs .item {
  display: inline-block;
  color: #CBCCD1;
  padding: 0 6px 6px 0;
}
.lh-single-recipe .lh-breadcrumbs a {
  text-decoration: none;
}
.lh-single-recipe .lh-breadcrumbs a:hover {
  color: #8AB72B;
}
.lh-single-recipe .recipe-handle-wrap {
  max-width: 880px;
  margin-bottom: 40px;
}
.lh-single-recipe .recipe-handle-sub-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-handle-sub-title {
    font-size: 21px;
  }
}
.lh-single-recipe .recipe-handle-sub-title-before {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 12px 0;
}
.lh-single-recipe .recipe-thumbnail-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: url("../images/common/no-img.png") 50% 50% no-repeat #CBCCD1;
  aspect-ratio: 2/1.04;
  margin: 0 0 20px 0;
}
.lh-single-recipe .recipe-thumbnail-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-single-recipe .recipe-date-views-wrap {
  color: #A9ACB4;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.45;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-date-views-wrap {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.lh-single-recipe .recipe-date-views-wrap .post-date, .lh-single-recipe .recipe-date-views-wrap .post-views-count {
  display: inline-block;
}
.lh-single-recipe .recipe-date-views-wrap .post-views-count {
  margin-left: 0.3em;
}
.lh-single-recipe .recipe-date-views-wrap .post-views-count:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(../images/icons/eye.svg) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: baseline;
  margin-right: 0.1em;
}
.lh-single-recipe .recipe-author-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #202327;
  text-decoration: none;
}
.lh-single-recipe .recipe-author-wrap:hover {
  color: #8AB72B;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-author-wrap {
    margin-bottom: 20px;
  }
}
.lh-single-recipe .recipe-author-wrap .author-thumbnail-wrap {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #DFDFE1;
  margin-right: 14px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-author-wrap .author-thumbnail-wrap {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.lh-single-recipe .recipe-author-wrap .author-thumbnail-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-single-recipe .recipe-author-wrap .author-content-wrap {
  flex-grow: 1;
}
.lh-single-recipe .recipe-author-wrap .author-name {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-author-wrap .author-name {
    font-size: 18px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-author-wrap .author-name {
    margin-bottom: 4px;
  }
}
.lh-single-recipe .recipe-author-wrap .author-description {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-author-wrap .author-description {
    font-weight: 500;
  }
}
.lh-single-recipe .recipe-sub-handle-after {
  font-size: 18px;
  line-height: 1.45;
  max-width: 880px;
}
@media all and (min-width: 968px) {
  .lh-single-recipe .recipe-properties-wrap {
    display: flex;
    margin-bottom: 80px;
  }
}
@media print {
  .lh-single-recipe .recipe-properties-wrap {
    display: flex;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-properties-wrap {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 968px) {
  .lh-single-recipe .recipe-properties-wrap .wrap-left {
    flex: 1 1 calc(45% - 80px);
    margin-right: 80px;
  }
}
@media print {
  .lh-single-recipe .recipe-properties-wrap .wrap-left {
    flex: 1 1 calc(45% - 80px);
    margin-right: 80px;
  }
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-properties-wrap .wrap-left {
    margin-bottom: 60px;
  }
}
.lh-single-recipe .recipe-properties-wrap .wrap-right {
  flex: 1 1 55%;
}
.lh-single-recipe .recipe-properties-wrap .benefits-facts-wrap {
  margin-bottom: 45px;
}
.lh-single-recipe .recipe-properties-wrap .recipe-ingredients {
  margin-bottom: 45px;
}
.lh-single-recipe .recipe-properties-wrap .recipe-ingredients .ingredient-item .ingredient-item-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-properties-wrap .recipe-ingredients .ingredient-item .ingredient-item-inner {
    padding-bottom: 10px;
  }
}
.lh-single-recipe .recipe-properties-wrap .recipe-ingredients .ingredient-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-properties-wrap .recipe-ingredients .ingredient-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.lh-single-recipe .recipe-properties-wrap .recipe-ingredients .ingredient-item:not(:last-child):after {
  content: "";
  display: block;
  background: url(../images/content/recipes/line-dashed.svg) 50% 50% repeat-x;
  height: 2px;
}
.lh-single-recipe .recipe-properties-wrap .recipe-ingredients .ingredient-item .ingredient-name {
  flex: 1 1 calc(70% - 10px);
  margin-right: 10px;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-properties-wrap .recipe-ingredients .ingredient-item .ingredient-name {
    flex-basis: calc(60% - 8px);
    margin-right: 8px;
  }
}
.lh-single-recipe .recipe-properties-wrap .recipe-ingredients .ingredient-item .ingredient-value {
  flex: 1 1 auto;
  text-align: right;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.lh-single-recipe .recipe-properties-wrap .recipe-chef-wrap {
  padding: 20px 25px 20px 24px;
  background-color: #F7FBEA;
  border-radius: 15px;
}
.lh-single-recipe .recipe-properties-wrap .recipe-chef-wrap .chef-title:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/content/recipes/smile.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -4px;
}
.lh-single-recipe .recipe-properties-wrap .recipe-steps .recipe-step-item {
  margin: 0 0 34px 0;
}
.lh-single-recipe .recipe-properties-wrap .recipe-steps .recipe-step-item:last-child {
  margin-bottom: 0;
}
.lh-single-recipe .recipe-properties-wrap .recipe-steps .recipe-step-item:before {
  display: none;
}
@media all and (min-width: 968px) {
  .lh-single-recipe .recipe-properties-wrap .recipe-steps .recipe-step-item {
    display: flex;
  }
}
@media print {
  .lh-single-recipe .recipe-properties-wrap .recipe-steps .recipe-step-item {
    display: flex;
  }
}
.lh-single-recipe .recipe-properties-wrap .recipe-steps .step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #AAD34F;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}
@media all and (min-width: 968px) {
  .lh-single-recipe .recipe-properties-wrap .recipe-steps .step-num {
    flex: 0 0 40px;
    margin-right: 18px;
  }
}
@media print {
  .lh-single-recipe .recipe-properties-wrap .recipe-steps .step-num {
    flex: 0 0 40px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-properties-wrap .recipe-steps .step-num.step-num-desktop {
    display: none;
  }
}
.lh-single-recipe .recipe-properties-wrap .recipe-steps .step-num.step-num-mobile {
  flex: 0 0 40px;
  margin-right: 20px;
}
@media all and (min-width: 968px) {
  .lh-single-recipe .recipe-properties-wrap .recipe-steps .step-num.step-num-mobile {
    display: none;
  }
}
@media print {
  .lh-single-recipe .recipe-properties-wrap .recipe-steps .step-num.step-num-mobile {
    display: none;
  }
}
.lh-single-recipe .recipe-properties-wrap .recipe-steps .step-content {
  flex: 1 1 auto;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-properties-wrap .recipe-steps .step-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
.lh-single-recipe .recipe-properties-wrap .recipe-steps .step-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-properties-wrap .recipe-steps .step-title {
    flex: 1 0;
  }
}
.lh-single-recipe .recipe-properties-wrap .recipe-steps .step-text {
  text-align: justify;
}
.lh-single-recipe .recipe-banner-gif-box {
  border-radius: 15px;
  overflow: hidden;
  align-items: stretch;
  color: #ffffff;
  background-color: #AAD34F;
  margin-bottom: 80px;
}
.lh-single-recipe .recipe-banner-gif-box .banner-image {
  display: block;
  max-width: 100%;
}
.lh-single-recipe .recipe-banner-gif-box .banner-image:hover {
  transform: scale(1.02);
}
.lh-single-recipe .recipe-banner-gif-box .banner-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lh-single-recipe .recipe-banner-gif-box .banner-desktop {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .lh-single-recipe .recipe-banner-gif-box .banner-mobile {
    display: none;
  }
}
@media print {
  .lh-single-recipe .recipe-banner-gif-box .banner-mobile {
    display: none;
  }
}
.lh-single-recipe .recipe-content-wrap {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-content-wrap {
    margin-bottom: 60px;
  }
}
.lh-single-recipe .recipe-content-wrap h2 {
  margin-bottom: 30px;
}
.lh-single-recipe .recipe-content-wrap p {
  margin-bottom: 27px;
  max-width: 828px;
}
@media screen and (max-width: 1197px) {
  .lh-single-recipe .recipe-content-wrap p {
    max-width: 628px;
  }
}
@media all and (min-width: 568px) {
  .lh-single-recipe .related-recipes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
@media print {
  .lh-single-recipe .related-recipes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .related-recipes {
    margin-bottom: 60px;
  }
}
.lh-single-recipe .related-recipes .recipe-item {
  overflow: hidden;
  background-color: #F4F5F6;
}
@media all and (min-width: 568px) {
  .lh-single-recipe .related-recipes .recipe-item {
    flex: 0 0 calc(50% - 10px);
    margin-right: 10px;
    justify-content: space-between;
    border-radius: 15px;
    margin-bottom: 10px;
  }
}
@media print {
  .lh-single-recipe .related-recipes .recipe-item {
    flex: 0 0 calc(50% - 10px);
    margin-right: 10px;
    justify-content: space-between;
    border-radius: 15px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 968px) {
  .lh-single-recipe .related-recipes .recipe-item {
    flex: 0 0 calc(33% - 20px);
    margin-right: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
}
@media print {
  .lh-single-recipe .related-recipes .recipe-item {
    flex: 0 0 calc(33% - 20px);
    margin-right: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .related-recipes .recipe-item {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.lh-single-recipe .related-recipes .item-thumbnail {
  height: 200px;
  overflow: hidden;
  background-color: #DFDFE1;
  position: relative;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .related-recipes .item-thumbnail {
    height: 180px;
  }
}
.lh-single-recipe .related-recipes .item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-single-recipe .related-recipes .item-content-wrap {
  padding: 24px 30px;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .related-recipes .item-content-wrap {
    padding: 10px 15px 20px 15px;
  }
}
.lh-single-recipe .related-recipes .item-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .related-recipes .item-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.lh-single-recipe .related-recipes .item-date-views {
  font-size: 16px;
  color: #A9ACB4;
  line-height: 1.45;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .related-recipes .item-date-views {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.lh-single-recipe .related-recipes .item-date-views .item-date, .lh-single-recipe .related-recipes .item-date-views .item-views-count {
  display: inline-block;
}
.lh-single-recipe .related-recipes .item-date-views .item-views-count {
  margin-left: 12px;
}
.lh-single-recipe .related-recipes .item-date-views .item-views-count:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(../images/icons/eye.svg) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: baseline;
  margin-right: 8px;
}
@media all and (min-width: 968px) {
  .lh-single-recipe .related-recipes .item-data {
    margin-bottom: 30px;
  }
}
@media print {
  .lh-single-recipe .related-recipes .item-data {
    margin-bottom: 30px;
  }
}
.lh-single-recipe .related-recipes .item-link {
  display: inline-block;
  padding: 15px 36px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 10px;
  border: 1px solid #202327;
  color: #202327;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  background-color: transparent;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .related-recipes .item-link {
    padding: 8px 14px;
    font-size: 15px;
    line-height: 20px;
  }
}
.lh-single-recipe .related-recipes .item-link:hover {
  border-color: #8AB72B;
  color: #8AB72B;
  background-color: #ffffff;
}
.lh-single-recipe .recipe-faq-wrap {
  max-width: 880px;
}
.lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-item {
  background-color: #F9FAFA;
  border-radius: 12px;
  margin-bottom: 18px;
  transition: all 0.3s ease-in-out;
}
.lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-item[open] {
  background-color: #F7FBEA;
}
.lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-item[open] .faq-question {
  color: #8AB72B;
}
.lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-item[open] .faq-question:after {
  background-color: #8AB72B;
}
.lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-item[open] .faq-question:after {
  transform: rotate(180deg);
}
.lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-question {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding: 15px 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-question {
    font-size: 22px;
    padding: 15px 40px 15px 20px;
  }
}
.lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-question:hover {
  color: #8AB72B;
}
.lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-question:hover:after {
  background-color: #8AB72B;
}
.lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-question:after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  top: calc(50% - 3px);
  right: 22px;
  -webkit-mask: url(../images/icons/dropdown.svg) 50% 50% no-repeat;
          mask: url(../images/icons/dropdown.svg) 50% 50% no-repeat;
  background-color: #202327;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: all 0.2s ease-in-out;
}
.lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-answer {
  padding: 0 50px 15px 50px;
  box-sizing: border-box;
  max-width: 840px;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .recipe-faq-wrap .recipe-faq-items .faq-answer {
    padding: 8px 20px 25px 20px;
  }
}
.lh-single-recipe .recipe-faq-wrap details {
  interpolate-size: allow-keywords;
}
.lh-single-recipe .recipe-faq-wrap details::details-content {
  transition: block-size 0.5s, content-visibility 0.5s allow-discrete;
  overflow: hidden;
  block-size: 0;
}
.lh-single-recipe .recipe-faq-wrap details[open]::details-content {
  block-size: auto;
}
.lh-single-recipe .lh-recipe-green-block {
  font-weight: 600;
  line-height: 1.4;
  border-radius: 15px;
  background-color: #F7FBEA;
  color: #8AB72B;
  margin-bottom: 20px;
}
@media all and (min-width: 968px) {
  .lh-single-recipe .lh-recipe-green-block {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 26px;
    padding: 20px;
    width: 290px;
  }
}
@media print {
  .lh-single-recipe .lh-recipe-green-block {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 26px;
    padding: 20px;
    width: 290px;
  }
}
@media all and (min-width: 1198px) {
  .lh-single-recipe .lh-recipe-green-block {
    padding: 30px;
    width: 323px;
  }
}
@media print {
  .lh-single-recipe .lh-recipe-green-block {
    padding: 30px;
    width: 323px;
  }
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .lh-recipe-green-block {
    display: block;
    font-size: 20px;
    padding: 20px;
  }
}
@media all and (min-width: 968px) {
  .lh-single-recipe p:has(.lh-recipe-green-block) {
    margin-top: -1.4em;
  }
}
@media print {
  .lh-single-recipe p:has(.lh-recipe-green-block) {
    margin-top: -1.4em;
  }
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .container {
    padding: 0 20px;
    max-width: unset;
  }
}
.lh-single-recipe h1, .lh-single-recipe .lh-h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe h1, .lh-single-recipe .lh-h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.lh-single-recipe .lh-h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe .lh-h1 {
    margin-bottom: 20px;
  }
}
.lh-single-recipe h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 21px 0;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.lh-single-recipe hr {
  border: 1.3px solid #DFDFE1;
  margin: 30px 0;
}
@media screen and (max-width: 967px) {
  .lh-single-recipe hr {
    margin: 20px 0;
  }
}
.lh-single-recipe ul li {
  margin: 0 0 0 24px;
}
.lh-single-recipe ul li::before {
  content: "•";
  width: 0.6em;
  height: 0.6em;
  line-height: inherit;
  position: relative;
  right: 11px;
}
.lh-single-recipe a {
  color: #8AB72B;
  text-decoration: underline;
}
.lh-single-recipe a:hover {
  color: #3F8C00;
}
