/* Override template — load sau responsive.css */

.current-item {
  color: #eddd5e;
}

.pbmit-search-overlay {
  height: 100vh;
  height: 100dvh;
  top: -100vh;
  top: -100dvh;
}

@media (max-width: 485px) {
  .site-header .pbmit-header-search-btn a {
    display: block;
  }
}

@media (max-width: 767px) {
  h2.pbmit-title,
  .pbmit-heading-subheading .pbmit-title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 575px) {
  h2.pbmit-title,
  .pbmit-heading-subheading .pbmit-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.product-service-card .pbmit-service-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
