.c-poi-widget {
  color: #000000;
  background-color: #ffffff;
  box-shadow: 20px 20px 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-poi-widget:hover .c-poi-widget__image {
  transform: scale(1.05);
}
.c-poi-widget__title {
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: normal;
  color: #144051;
}
@media (max-width: 1599.98px) {
  .c-poi-widget__title {
    font-size: 19.2px;
  }
}
@media (max-width: 991.98px) {
  .c-poi-widget__title {
    font-size: 1.25em;
  }
}
.c-poi-widget__text {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.57;
  color: #919191;
  margin: 15px 0;
}
@media (max-width: 991.98px) {
  .c-poi-widget__text {
    font-size: 0.75em;
    margin: 10px 0;
  }
}
.c-poi-widget__image-wrapper {
  overflow: hidden;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.c-poi-widget__image {
  width: 100%;
  height: 335px;
  object-fit: cover;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 575.98px) {
  .c-poi-widget__image {
    height: 270px;
  }
}
.c-poi-widget__image:focus {
  outline: none;
}
.c-poi-widget__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 30px;
  flex: 1;
}
@media (max-width: 1199.98px) {
  .c-poi-widget__info {
    padding: 20px;
  }
}
.c-poi-widget__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(151, 151, 151, 0.22);
  padding-top: 20px;
  margin-top: auto;
}
@media (max-width: 575.98px) {
  .c-poi-widget__link {
    flex-direction: column;
    gap: 20px;
  }
}
.c-poi-widget__link-title {
  font-size: 0.875em;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .c-poi-widget__link-title {
    font-size: 0.75em;
  }
}
.c-poi-widget__link-title p {
  flex: 1;
}
.c-poi-widget__link-title i {
  width: 18px;
  height: 21px;
  background-image: url("/wp-content/themes/banus/img/icons/location-pin.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-poi-widget .o-button-gold {
  padding: 0 15px;
  min-height: 40px;
  min-width: fit-content;
}
.c-poi-widget .o-button-gold img {
  width: 18px;
  height: 18px;
}