.search-header {
  background: #003399;
  color: #fff;
  padding: 50px 0;
  margin-bottom: 40px;
}

.search-header__inner {
  margin: 0 auto;
}

.search-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-header h1 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

/* Close button */

.search-close {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.search-close span {
  position: absolute;
  top: 14px;
  left: 7px;
  width: 17px;
  height: 1px;
  background: #fff;
}

.search-close span:first-child {
  transform: rotate(45deg);
}

.search-close span:last-child {
  transform: rotate(-45deg);
}

/* Search input */

.search-box {
  display: flex;
  align-items: center;
  max-width: 548px;
  height: 33px;
  width: 80%;
  position: relative;
}

.search-box input {
  width: 100%;
  height: 33px;
  border: 0;
  border-radius: 20px;
  padding: 20px 50px 20px 38px;
  font-size: 14px;
  color: #003b91;
  outline: none;
}

.search-box__icon {
  position: absolute;
  left: 13px;
  z-index: 2;
  font-size: 22px;
  line-height: 1;
  color: #003b91;
}

.search-submit {
  position: absolute;
  top: -7px;
  right: -60px;
  border-color: transparent;
  background: transparent;
  cursor: pointer;
}

.txt-blue {
  color: #003399;
}

.search-results .views-row > article,
.search-results .views-row > div {
  margin-bottom: 20px;
}
.product-list-results .views-col {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.search-results .views-row > article {
  max-width: 500px;
}
.santenmd-event-card {
  padding: 4px 16px;
}

.search-results .views-row > article.node--type-post {
  flex-direction: row !important;
  gap: 1rem;
}

.search-results .views-row > .node--type-webinar-event {
  max-width: 500px;
  max-height: 136px;
}
@media (min-width: 992px) {
  .search-results .post-teaser-card .teaser-image-wrapper {
    width: 200px;
  }
}
.santenmd-event-card__main-box{
  padding: 0px 14px;
}
.santenmd-event-card__content.teaser {
  width: 100%;
  height: 104px;
  gap: 4px;
}
.santenmd-event-card__btn--registered {
  height: 21px !important;
}
.recent-search {
  width: 100%;
  max-width: 430px;
  padding: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Title */

.recent-search__title {
  margin-bottom: 6px;
  color: #003b91;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* List */

.recent-search__list {
  width: 100%;
}

/* Item */

.recent-search__item {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  min-height: 23px;
}

/* Keyword */

.recent-search__keyword {
  color: #888;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

/* Remove button */

.recent-search__remove {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 18px;
  height: 18px;

  padding: 0;
  margin-right: 0;

  border: 0;
  background: transparent;

  color: #888;
  font-size: 22px;
  line-height: 18px;
  font-weight: 300;

  cursor: pointer;
}

.recent-search__remove:hover {
  color: #003b91;
}

.recent-search__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent-search__keyword:hover {
  color: #003b91;
}
.post-teaser-card .teaser-image-wrapper{
  height: 100px;
}

.search-highlight {
  background: #BFE5FF;
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}

/******tag list***********/
/* Laptop and above */
@media (min-width: 992px) {
  .post-teaser-card .teaser-image-wrapper{
    height: 128px;
  }
  .product-list-results.search-results {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
  }

  .product-list-results.search-results .views-row {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    height: auto;
    align-self: flex-start;
  }

  .product-list-results.search-results .views-row > article {
    height: auto;
    min-height: 0;
  }
}