@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: 'Arial', sans-serif;
    color: #002a68;
    font-size: 2em;
}

search-carousel .gallery-container {
  /* background-color: pink; */
}

search-carousel .gallery-container > h2 > a {
  color: #002a68;
  text-decoration: none;
  font-size: 1.6em;
}
search-carousel .gallery-container > h2 > a:hover {
  color: #0056b3;
  text-decoration: none;
}

button.swiper-button-prev, button.swiper-button-next {
  background-color: #002a68!important;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px;
  color: #fff
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  
    background-color: #0056b3 !important;
}
button.swiper-button-prev.swiper-button-disabled {
  background-color: #002a68;
} 





div.swiper-slide-visible.swiper-slide-active > pnx-card > #shadow-root > a {
  border: 1px solid red;
}

a > div.record-details > h3 {
  text-decoration: none;
  color: #002a68;
  font-size: 2em !important;
  font-weight: 600;
}