/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* VARIABLES */
/* VARIABLES */
[data-type="sh/touts"] {
  padding: 40px 0;
}

@media (max-width: 768px) {
  [data-type="sh/touts"] {
    padding: 40px 0 20px 0;
  }
}

[data-type="sh/touts"] .box-touts {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-bottom: none;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.12);
  border-radius: 12px 4px 30px 4px;
  padding: 26px 22px 55px 22px;
  position: relative;
}

[data-type="sh/touts"] .box-touts h3 {
  color: #eb3300;
  border-bottom: 2px solid #ffb95f;
  padding-bottom: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
  [data-type="sh/touts"] .box-touts h3 {
    max-height: 66px;
  }
}

@media (min-width: 992px) {
  [data-type="sh/touts"] .box-touts h3 {
    max-height: 73px;
  }
}

@media (max-width: 992px) {
  [data-type="sh/touts"] .box-touts h3 {
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 992px) {
  [data-type="sh/touts"] .box-touts h3 {
    -webkit-line-clamp: 2;
  }
}

[data-type="sh/touts"] .box-touts .column__description {
  color: #101820;
  font-family: "lemon-sans-next";
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
  [data-type="sh/touts"] .box-touts .column__description {
    -webkit-line-clamp: 5;
  }
}

@media (min-width: 992px) {
  [data-type="sh/touts"] .box-touts .column__description {
    -webkit-line-clamp: 6;
  }
}

[data-type="sh/touts"] .box-touts .wp-block-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: -22px;
}

[data-type="sh/touts"] .box-touts .wp-block-button .wp-block-button__link {
  border-radius: 0 0 30px 4px !important;
}

[data-type="sh/touts"] .row {
  align-items: stretch;
}

[data-type="sh/touts"] .row>div {
  align-items: stretch;
  display: flex;
}

@media (max-width: 768px) {
  [data-type="sh/touts"] .row>div {
    margin-right: 4% !important;
    margin-left: 4% !important;
    flex: auto;
  }
}

@media (max-width: 768px) {
  [data-type="sh/touts"] {
    overflow: hidden;
  }
}

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