body.search {
  padding-top: 98px;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
@media only screen and (min-width: 1200px) {
  body.search {
    padding-top: 140px;
  }
}
body.search .site-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 1230px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  body.search .site-main {
    gap: 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  body.search .site-main {
    gap: 40px;
    padding-bottom: 120px;
  }
}
body.search .page-title {
  color: #AA273E;
  font-family: "Dunbar Tall";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  body.search .page-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  body.search .page-title {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  body.search .page-title {
    font-size: 80px;
    line-height: 88px;
  }
}
body.search .hentry {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 768px) {
  body.search .hentry {
    gap: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  body.search .hentry {
    gap: 40px;
    padding-bottom: 40px;
  }
}
body.search .entry-title a {
  color: #AA273E;
  font-family: "Dunbar Tall";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  body.search .entry-title a {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  body.search .entry-title a {
    font-size: 24px;
    line-height: 28px;
  }
}
body.search .entry-summary:empty {
  display: none;
}
body.search .entry-summary p {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Dunbar Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
}
@media only screen and (min-width: 768px) {
  body.search .entry-summary p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
body.search .entry-url {
  color: #007ACC;
  font-family: "Dunbar Text";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.24px;
  text-decoration: none;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  body.search .entry-url {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
  }
}
body.search .entry-url:hover {
  text-decoration: underline;
}
body.search .search-results-info {
  color: #000;
  font-family: "Dunbar Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.search .search-results-info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 30px;
  }
}
body.search .search-results-info__query {
  font-weight: 700;
}
body.search .pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
body.search .pagination .nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
body.search .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 4px;
  border-radius: 5px;
  font-family: "Dunbar Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  transition: all 0.2s ease-out;
}
body.search .pagination .page-numbers:hover {
  background-color: #007ACC;
  color: white;
}
body.search .pagination .page-numbers.current {
  background-color: #AA273E;
  color: white;
}
body.search .pagination .page-numbers.prev, body.search .pagination .page-numbers.next {
  background-color: #F0F0F0;
  color: black;
  min-width: auto;
  padding: 8px 16px;
}
body.search .pagination .page-numbers.prev:hover, body.search .pagination .page-numbers.next:hover {
  background-color: #007ACC;
}
body.search .pagination .page-numbers.prev:hover .nav-prev-icon,
body.search .pagination .page-numbers.prev:hover .nav-next-icon, body.search .pagination .page-numbers.next:hover .nav-prev-icon,
body.search .pagination .page-numbers.next:hover .nav-next-icon {
  background-color: white;
}
body.search .pagination .page-numbers.dots {
  background-color: transparent;
  pointer-events: none;
}
body.search .pagination .page-numbers.dots:hover {
  background-color: transparent;
}
body.search .pagination .nav-prev-icon,
body.search .pagination .nav-next-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: black;
  flex: 0 0 18px;
}
body.search .pagination .nav-prev-icon {
  mask-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.1,13.6l-4-4.1c-.3-.3-.3-.8,0-1.1l4-4c.3-.3.8-.3,1.1,0,.3.3.3.8,0,1.1l-3.5,3.5,3.5,3.5c.3.3.3.8,0,1.1-.2.2-.4.2-.6.2s-.4,0-.6-.2Z' fill='white'/%3e%3c/svg%3e");
}
body.search .pagination .nav-next-icon {
  mask-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.66883 13.8537C7.44102 13.8537 7.23852 13.7777 7.08664 13.6259C6.75758 13.3221 6.75758 12.7906 7.08664 12.4868L10.5545 8.99369L7.08664 5.52587C6.75758 5.22212 6.75758 4.69056 7.08664 4.38681C7.39039 4.05775 7.92195 4.05775 8.2257 4.38681L12.2757 8.43681C12.6048 8.74056 12.6048 9.27212 12.2757 9.57587L8.2257 13.6259C8.07383 13.7777 7.87133 13.8537 7.66883 13.8537Z' fill='white'/%3e%3c/svg%3e");
}

/*# sourceMappingURL=search-results-page.css.map */
