/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

* {
    scroll-padding-top: 300px;
}

.globe_class {
  height: 50px !important;
}

@media (max-width: 990px) {
  #hs_cos_wrapper_site_logo {
    display: flex;
    justify-content: center;
  }
}

.tag-uitdagingen,
.tag-challenges {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
}

.block a[data-hs-anchor] {
  float: left;
}

@media (min-width: 990px) {
  .header__nav__logo {
    margin-top: 30px !important;
  }
  .header__nav__logo img {
    max-width: 125px;
  }
  
  .fixed #mobile-nav ul {
    margin-right: 0;
  }
  
   .header__uppernav__item.language {
    overflow: hidden;
  }
  
  .header__uppernav__item.language:hover {
    overflow: visible;
  }
  
  .header__nav__menu .hs-menu-depth-1.active-branch {
    border-bottom: 0 none;
  }
  
  .header__nav__menu .hs-menu-depth-1.active-branch > a {
    text-decoration: underline;
  }
  
  header {
    position: relative;
  }
  
  .header__nav__wrapper {
    position: relative;
  }
  
  #mobile-nav li {
    text-align: left;
    padding: 10px 15px !important; 
  }

  #mobile-nav li:hover {
    background-color: #fff;
  }
  
  .hs-menu-depth-1 a:hover {
    text-decoration: underline !important;
  }
  #mobile-nav li ul.hs-menu-children-wrapper {
    opacity: 0;
    transition: opacity 300ms linear;
  }
  
  #mobile-nav li:hover ul.hs-menu-children-wrapper::before {
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    top: -8px;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fcaf17;
  }
  
  #mobile-nav li:hover ul.hs-menu-children-wrapper {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 10px 5px rgba(0,0,0,.1);
    margin: 10px 0 0 -15px;
    padding: 0 0 0!important;
    padding: 0;
    border-top: 3px solid #fcaf17;
    max-width: 250px;
    opacity: 1;
  }
  
  .hs-menu-depth-2 {
    margin: 0 !important;
    max-width: 250px !important;
    float: left;
    width: 100%;
    font-size: 1.6rem !important;
  }
  
  .hs-menu-depth-2 + .hs-menu-depth-2 {
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  
  .hs-menu-depth-2 a {
    padding: 0;
    float: left;
    width: 100%;
  }
  
  .hs-menu-depth-2.active a,
  .hs-menu-depth-2:hover a {
    text-decoration: underline;
  }

  .hs-menu-depth-2.active {
    background-color: rgba(0,0,0,0.03)!important;
  }
  #mobile-nav li.hs-menu-depth-1.hs-item-has-children:hover .menu-line,
  #mobile-nav li ul li:hover:after, #mobile-nav li:hover:after {
    display: none;
  }
  #mobile-nav li ul li:hover {
    border-bottom: 0 none;
  }
}

.row,
.blog-filter {
  width: 100%;
  float: left;
}

.body-container-wrapper {
  overflow-x: hidden;
}

.container {
  max-width: calc(100vw - 45px); 
}

.row-reverse {
  flex-direction: row-reverse;
}

.row {
  flex-direction: row;
}

@media (min-width: 768px) {
  .row-desktop {
    flex-direction: row;
  }
  .flex-desktop {
    display: flex;
  }
}

.wide {
  width: 100%;
}

.column {
  flex-direction: column;
}

.column-reverse {
  flex-direction: column-reverse;
}

.blog-filter {
  margin-top: 0;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.flex-column {
  flex-direction: column;
}

.grid {
  display: grid;
}

.gap {
  gap: 1em;
}

.gap-half {
  gap: 0.5em;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.background-size-contain {
  background-size: contain !important;
}

.background-size-cover {
  background-size: cover !important;
}

.hs-cta-wrapper {
  display: inline-block;
  min-height: 40px;
}

.blogpost-tagholder a.tag {
  background-color: #fcaf17;
  color: #fff;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  display: inline-block;
  margin: 0 5px 20px;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: lowercase;
}

.blogpost-tagholder a.tag {
  color: #fff;
}
.blogpost-tagholder a.tag:hover {
  background-color: #48aa9c;
}

@media (max-width: 768px) {
.blog-filter {
  display: none;
  }
}

.bloglisting__wrapper .card {
  min-height: 480px !important;
}

.bloglisting__wrapper .card__top {
  max-height: 210px;
  border-radius: 15px 15px 0 0;
  display: flex;
  position: relative;
}

.bloglisting__wrapper .card__top > a {
  width: 100%;
  overflow: hidden;
}

.bloglisting__wrapper .col-md-4 .card__second-tag {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.bloglisting__wrapper .col-md-4 .card__first-tag  {
  position: absolute;
}

.bloglisting__wrapper .col-md-4 .card__top img {
  flex-shrink: 0;
  height: inherit!important;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  width: inherit!important;
  border-radius: 15px 15px 0 0;
}

.block__cta__image img {
  flex-shrink: 0;
  height: inherit!important;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  width: inherit!important;
}

.blockcentral__text__container.breadcrumbs::-webkit-scrollbar,
.blockcentral__text__container.breadcrumbs li:last-child:after {
  display: none;
}

@media (max-width: 768px) {
  .blockcentral__text__container.breadcrumbs {
    padding: 0 15px;
    padding-left: 0;
    display: flex;
    white-space: nowrap;
    width: 100%;
    overflow: scroll;
    padding-right: 0;
    margin-right: 0;
  }
  .singleblog  .singleblog__sidebar-text-item h4 {
    margin-top: 0;
  }
  .singleblog  .singleblog__sidebar-text-item > *{
    font-size: 12px !important;
  }
  .singleblog  .singleblog__sidebar-text {
    display: flex;
  }
  .singleblog  .singleblog__sidebar-text:after {
    display: none;
  }
  .singleblog  .social-sharing a + a {
    margin-left: 15px;
  }
  .singleblog  .singleblog__body h1 {
    margin-top: 0;
    font-size: 2.6rem;
    line-height: 1.2em;
  }
  .singleblog h2 {
    font-size: 2rem;
    line-height: 1.2em;
  }
}

.card__container {
  transition: all ease-in-out 100ms;
}
.card__container:hover:has(a) {
  transform: scale(1.0075);
  box-shadow: 0px 5px 20px rgba(0,0,0,.15);
}


.card__container .card__picture img {
  transition: transform ease-in-out 100ms;
}

.card__container:hover h4,
.card__container:hover h5{
/*   text-decoration: underline; */
}

.footer a:hover {
  text-decoration: underline;
}

.inputs-list {
  padding-left: 0;
}

.inputs-list .hs-form-booleancheckbox::marker{
  content: "";
  color: transparent;
}

.inputs-list .hs-form-booleancheckbox input {
  padding: 0 10px 0 0;
}

.header__nav__logo {
  margin-bottom: 15px !important;
}


/* Topbar Notice NL/ENG overlapt blogpost hero */
#hs_cos_wrapper_module_16847504148752,
#hs_cos_wrapper_module_16847504493193 {
  display: flex;
}
/*  */

.header__uppernav__wrapper {
  z-index: 100000000;
}

footer {
  width: 100%;
  float: left;
}

.footer__socials {
  display: inline-flex;
  gap: 0.5em;
}

.footer__socials > * {
  width: 20px;
}

.footer__socials svg {
  top: 0;
  margin: 0;
}
.footer__socials a i.fab {
  font-size: 24px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .block__cta__text {
    padding: 15px;
  }
  .row {
    margin: 0;
  }
}

.hs-embed-wrapper {
  max-width: 100% !important;
}

#hs_cos_wrapper_post_body table {
  border: 1px solid #ccc !important;
}

#hs_cos_wrapper_post_body table tr + tr {
  border-top: 1px solid #ccc !important;
}
#hs_cos_wrapper_post_body table td + td {
  border-left: 1px solid #ccc !important;
}

@media (max-width: 768px) {
  p:has(.hs-cta-wrapper) {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
}

.only-mobile { 
  display: none;
}

@media (max-width: 768px) {
  .only-mobile {
    display: block;
  }
}

.singleblog .social-sharing {
  border-bottom: 1px solid #e8e0d4;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.singleblog .social-sharing p {
   font-size: 11px;
   opacity: 0.4;
}

@media (max-width: 960px) {
.singleblog .block__quote .container {
  width: 100%;
  margin-left: 0%;
  }
}

@media (min-width: 960px) {
.singleblog .block__quote .container {
  width: 160%;
  margin-left: -30%;
  }
}

#related-blog-posts {
  padding-bottom: 2em;
}

#related-blog-posts a {
  text-decoration: none;
  color: #000 !important;
}

#related-blog-posts a:hover {
  color: inherit;
  text-decoration: underline;
}

.featured-post-items,
.related-post-items {
  color: #000;
  display: none;
}

.featured-post-items a {
  align-items: center;
  font-size: 1.1em;
}

.featured-post-items a:before,
.featured-post-items a:after {
  display: none;
}

.featured-post-items h4 {
  margin-bottom:  0.7em;
  float: left;
  color: #000;
}

.related-post-items h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

.featured-post-items:has(div.item),
.related-post-items:has(div.item) {
  display: block;
}

.singleblog__body .featured-post-items img {
  border-radius: 5px;
}

@media (min-width: 768px) {
  .singleblog__body .featured-post-items .col:first-child {
    width: 120px;
    flex-shrink: 0;
  }

  .singleblog__body .featured-post-items img {
    max-width: 115px;
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .singleblog__body .featured-post-items .col:first-child {
    width: 100%;
  }

  .singleblog__body .featured-post-items img {
    min-width: 100%;
    margin: 0 !important;
  }
}

.related-post-items + .related-post-items {
  border-top: 1px solid rgba(0,0,0,0.1) !important;
  margin-top: 1em;
  padding-top: 1em;
}

.featured-post-items {
  margin: 2em 0;
}

.featured-post-items .wide {
  box-shadow: 0 5px 20px rgba(0,0,0,.15);
  overflow: hidden;
}

.featured-post-items .wide .item {
  padding: 15px 15px 15px 15px;
}

@media (max-width: 768px) {
  .featured-post-items .wide .item a img {
    min-width: 100%;
  }
  
  .featured-post-items .wide .item a {
    flex-direction: column !important;
  }
}

.featured-post-items .wide .item:before,
.featured-post-items .wide .item:after {
  display: none;
}

.featured-post-items .wide .item + .item {
  border-top: 1px solid rgba(0,0,0,0.1) !important;
}

.related-post-items:last-child {
  margin-bottom: 2em;
}

.related-post-items .item {
  position: relative;
  padding-left: 20px;
}

.featured-post-items .row{
  margin-left: 0;
}

.related-post-items .item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #48aa9c;
  border-radius: 100%;
}

.related-post-items .item + .item {
  margin-top: 10px;
}

.singleblog__body .related-post-items-popular h4 {
  color: #fcaf17 !important;
}

.singleblog__body .related-post-items-popular .item:before {
  background-color: #fcaf17;
}

.related-post-items h4 {
  color: #48aa9c !important;
}

/* Blog select subject */
section.blog-subject {
  margin-top: 20px;
}

section.blog-subject h1 {
  margin: 0;
}

section.blog-subject .container:before,
section.blog-subject .container:after {
  display: none;
}

section.blog-subject .container {
  justify-content: space-between;
}

@media (max-width: 768px) {
  section.blog-subject .container {
    flex-direction: column; 
    align-items: flex-start;
    width: 100%;
  }
}

@media (min-width: 992px) {
  section.blog-subject .container {
    width: 1280px;
    max-width: calc(100vw - 45px);
  }
}

.blog-subject-select span::after {
  display: none;
}

.blog-subject-select {
  justify-content: flex-end;
  align-items: center;
}

.blog-subject-select p {
  margin-bottom: 0;
}

.blog-subject-select small {
  padding: 14px;
}

.blog-subject-select span {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 1em;
  color: #000;
  float: left;
  padding: 8px 12px;
  transition: border 200ms ease-in-out;
}

.blog-subject-select i {
  color: #000;
  margin-top: 2px;
  margin-left: 8px;
  transform: rotate(0deg);
  transition: transform 200ms ease-in-out;
}

.blog-subject-select span:hover ul {
  display: block;
}

.blog-subject-select span:hover i {
  transform: rotate(180deg);
}
.blog-subject-select span:hover {
   border: 1px solid rgba(0, 0, 0, 1);
}

.blog-subject-select span ul {
  position: absolute;
  top: 40px;
 
  z-index: 999;
  background: #f5f2ed;
} 
@media (min-width: 768px) {
  .blog-subject-select span ul {
    right: -2px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 1em 1em 1em;
    overflow: hidden;
    width: 420px;
    display: none;
  }
}

@media (max-width: 768px) {
.blog-subject-select span ul {
   left: -2px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 1em 1em 1em;
    overflow: hidden;
    width: 240px;
    display: none;
  }
}


.blog-subject-select ul li::marker {
  content: "";
  color: transparent;
}

@media (min-width: 768px) {
  .blog-subject-select ul li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .blog-subject-select ul li {
    float: left;
    width: 100%;
  }
}

.blog-subject-select ul li + li  {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.blog-subject-select ul li:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.blog-subject-select ul li:last-child:not(:nth-child(even)) {
  width: 100%;
}

.blog-subject-select ul li a {
  color: #000;
  float: left;
  width: 100%;
  padding: 8px 12px 8px 12px;
  text-transform: lowercase;
  text-decoration: none;
}

.blog-subject-select ul li.active a {
  background: #fcaf17;
  text-decoration: underline;
}

.blog-subject-select ul li:not(.active) a:hover {
  background: #fff;
  text-decoration: underline;
}

/* BEGIN Zero waste week 2024 */
.hs-content-id-168549991773 .block__cta__right .block__cta__text,
.hs-content-id-167223619379 .block__cta__right .block__cta__text {
   position: relative;
   padding-bottom: 90px;
}

.hs-content-id-168549991773 .block__cta__right .block__cta__text .zww-custom-scroll-btn,
.hs-content-id-167223619379 .block__cta__right .block__cta__text .zww-custom-scroll-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0;
  background: transparent;
  opacity: 0.6;
}

.hs-content-id-168549991773 .block__cta__right .block__cta__text .zww-custom-scroll-btn:hover,
.hs-content-id-167223619379 .block__cta__right .block__cta__text .zww-custom-scroll-btn:hover {
  opacity: 1;
  text-decoration: underline;
}

.hs-content-id-168549991773 .block__cta__right .block__cta__text .zww-custom-scroll-btn:after,
.hs-content-id-167223619379 .block__cta__right .block__cta__text .zww-custom-scroll-btn:after {
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    right: -35px;
    top: 5px;
    width: 25px;
    border-radius: 100%;
    background-image: url(https://www.milgro.eu/hubfs/raw_assets/public/milgro-thema/images/elementen/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
#hs_cos_wrapper_widget_1715765935918 .block__cta__text a {
  background: none;
  padding: 0;
  border: none;
}
#hs_cos_wrapper_widget_1715765935918 .block__cta__text a:hover {
text-decoration: underline;
}

/* END Zero waste week 2024 */

ul.styled {
  padding-left: 30px;
}

ul.styled li {
  position: relative;
  list-style-type: none;
  padding: 5px 0;
}

ul.styled li:marker {
  display: none;
}

 ul.styled li:before {
    background: #48aa9c  url(https://www.milgro.eu/hubfs/Huisstijl/iconen/Icoontjes/vink-icon-white.svg) center 100% no-repeat;
    background-size: 70%;
    border-radius: 100%;
    content: "";
    height: 20px;
    left: -30px;
    padding: 6px;
    position: absolute;
    top: 5px;
    width: 20px;
}

.singleblog__body {
  border-radius: 0 45px 0 0;
}
.singleblog__sidebar-social {
  border-bottom: 0 none !important;
  display: none;
}
.singleblog__sidebar-text:after {
  display: none !important;
}

.singleblog__author-link {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.singleblog__author-link:hover {
  text-decoration: underline;
}

.singleblog__author-title {
  font-size: 0.85rem;
  color: #666;
  margin-top: 2px;
}
/* Author profile page */
.author-profile {
  padding: 48px 0;
}

.author-profile__sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.author-profile__photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(0,0,0,0.08);
}

.author-profile__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.author-profile__jobtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}

.author-profile__social {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.author-profile__social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  padding: 6px 14px;
  transition: border-color 150ms;
}

.author-profile__social-link:hover {
  border-color: rgba(0,0,0,0.6);
}

/* Posts grid */
.author-profile__posts {
  margin-top: 56px;
}

.author-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.author-post-card {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
}

.author-post-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.author-post-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.author-post-card__title {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  line-height: 1.4;
}

.author-post-card__title:hover {
  text-decoration: underline;
}

.author-post-card__date {
  font-size: 13px;
  color: #888;
}

/* Mobile */
@media (max-width: 768px) {
  .author-profile__sidebar {
    margin-bottom: 32px;
  }

  .author-profile__photo {
    width: 140px;
    height: 140px;
  }
}
/* ===== Blog listing search box ===== */
.blog-search {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

/* 外层容器全部清掉边框/阴影/背景，避免多层框 */
.blog-search #hs_cos_wrapper_blog_search_input,
.blog-search .hs_cos_wrapper_type_module,
.blog-search .hs-search-field,
.blog-search .hs-search-field__bar {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  height: 44px;
  max-width: 260px;
  width: 100%;
}

/* 真正装 input + 放大镜的 form —— 唯一保留边框的一层 */
.blog-search .hs-search-field__form {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 44px;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  overflow: hidden;
  background: #fff;
  margin: 0;
}

/* 聚焦打字时边框变黄 */
.blog-search .hs-search-field__form:focus-within,
.blog-search .hs-search-field__input:focus {
  border-color: #e2b100 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* 输入框 */
#hs_cos_wrapper_blog_search_input .hs-search-field__input,
.blog-search .hs-search-field__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  line-height: 44px !important;   /* 文字垂直居中 */
  padding: 0 16px;
  border: none;
  outline: none;
  font-size: 18px !important;     /* 字号，想更大改 20px */
  background: transparent;
  color: #333 !important;
}

.blog-search .hs-search-field__input::placeholder {
  color: #999;
  font-size: 18px;
}

/* 放大镜按钮 */
.blog-search .hs-search-field__button {
  flex: 0 0 auto;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #555;
}

.blog-search .hs-search-field__button:hover {
  color: #e2b100;
}

/* typeahead 下拉建议框 */
.blog-search .hs-search-field__suggestions {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 20;
}

.blog-search .hs-search-field__suggestions li a {
  display: block;
  padding: 10px 14px;
  color: #333;
  text-decoration: none;
}

.blog-search .hs-search-field__suggestions li a:hover {
  background: #f7f7f7;
}

/* Mobile */
@media (max-width: 767px) {
  .blog-search {
    width: 100%;
    margin: 0.5rem 0;
  }
  .blog-search #hs_cos_wrapper_blog_search_input,
  .blog-search .hs_cos_wrapper_type_module,
  .blog-search .hs-search-field,
  .blog-search .hs-search-field__form {
    max-width: 100%;
  }
}
/* 让搜索框层级低于导航下拉菜单，避免遮挡 */
.blog-search,
.blog-search #hs_cos_wrapper_blog_search_input,
.blog-search .hs-search-field {
  position: relative;
  z-index: 1;
}
/* ===== Search results page ===== */
.systems-page .hs-search-results__listing {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.systems-page .hs-search-results__listing li {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #e2b100;   /* 左侧 Milgro 黄色条 */
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 16px;
  transition: box-shadow 0.2s ease, transform 0.1s ease;
}

.systems-page .hs-search-results__listing li:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* 标题 */
.systems-page .hs-search-results__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  text-decoration: none;
  color: #333;
}

.systems-page .hs-search-results__title:hover {
  color: #e2b100;
}

/* 摘要 */
.systems-page .hs-search-results__description {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* 关键词高亮 */
.systems-page .hs-search-highlight {
  font-weight: 700;
  color: #e2b100;
}


  }
}