:root {
  --primary: #244395;
  --white: #ffffff;
  --gray: #e0e0e0;
  --dark: #3c3c3c;
  --black: #000000;
  --orange: #F2910F;
  --text: #5E6282;
  --dark-blue: #000080;
}

.single-header {
  background-color: rgba(36, 67, 149, 0.0509803922);
}
.single-header img {
  max-width: 1050px;
  width: 100%;
  max-height: 475px;
  z-index: 9;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-header .overlay {
  height: 150px;
  z-index: 1;
}

.single .container.content {
  max-width: 715px;
}
.single .container.content * {
  font-family: "Caladea", serif;
}
.single .container.content h2 {
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.single .container.content h3, .single .container.content h4, .single .container.content h5, .single .container.content h6 {
  font-size: 1rem;
}
.single .container.content img {
  margin-top: 3rem;
}
.single .container.content .wp-block-gallery img {
  margin-top: 0;
}

.trip-info * {
  color: var(--text);
}
.trip-info .country img {
  width: 24px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.date span {
  color: var(--text);
}

.single-zajezd .trip-info .w-50 {
  width: auto !important;
}
.single-zajezd .trip-info .w-50.country {
  margin-left: 1rem;
}

.trip-card .wrapper {
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.3s;
}
.trip-card .wrapper .orange-box {
  background-color: var(--orange);
  color: var(--white);
  position: absolute;
  right: 0;
  top: -3px;
  border-radius: 3px;
  padding: 0.2rem 0.35rem 0.2rem 0.35rem;
}
.trip-card .wrapper .image .thumbnail {
  border-radius: 20px;
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.trip-card .wrapper .row-content {
  display: none;
}
.trip-card .wrapper h3 {
  transition: 0.3s;
  font-size: 1.25rem;
  color: var(--text);
  font-family: "Roboto", serif;
}
.trip-card .wrapper .piktograms {
  display: none;
}
.trip-card .wrapper .book .price {
  font-weight: 500;
}
.trip-card .wrapper .book .price .crossed-price {
  font-size: 0.8125rem;
}
.trip-card .wrapper.row-layout {
  padding: 0.5rem;
  margin: 0.15rem;
}
.trip-card .wrapper.row-layout .image .thumbnail {
  height: 100px;
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .trip-card .wrapper.row-layout .image .thumbnail {
    height: 75px;
  }
}
@media screen and (max-width: 767.98px) {
  .trip-card .wrapper.row-layout .image .orange-box {
    background-color: var(--orange);
    color: var(--white);
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 3px;
    padding: 0.2rem 0.35rem 0.2rem 0.35rem;
    min-width: 100%;
    font-size: 0.6rem;
    right: inherit;
    top: inherit;
  }
}
.trip-card .wrapper.row-layout .kids-banner {
  display: none;
}
.trip-card .wrapper.row-layout .row-content {
  display: block;
  margin-top: 0.25rem;
}
.trip-card .wrapper.row-layout .row-content .zajezd-pro-deti-icon {
  font-size: 0.7rem;
  border-radius: 3px;
  padding: 0.2rem 0.35rem 0.2rem 0.35rem;
  background-color: var(--primary);
  color: var(--white);
}
.trip-card .wrapper.row-layout .row-content .zajezd-pro-deti-icon img {
  display: none;
}
.trip-card .wrapper.row-layout .row-content .orange-box {
  display: none;
}
.trip-card .wrapper.row-layout .title {
  margin-top: 0 !important;
}
@media screen and (max-width: 991.98px) {
  .trip-card .wrapper.row-layout .title {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  .trip-card .wrapper.row-layout .title {
    margin-top: 0rem !important;
  }
}
.trip-card .wrapper.row-layout .title h3 {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .trip-card .wrapper.row-layout .title h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .trip-card .wrapper.row-layout .information .trip-cat {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .trip-card .wrapper.row-layout .information .country {
    align-items: center;
  }
  .trip-card .wrapper.row-layout .information .country p {
    margin: 0.5rem;
  }
}
.trip-card .wrapper.row-layout .book {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.trip-card .wrapper.row-layout .book .price {
  margin-left: 0 !important;
}
.trip-card .wrapper.row-layout .book .price .real-price {
  font-size: 1.25rem;
}
.trip-card .wrapper.row-layout .book, .trip-card .wrapper.row-layout .information {
  margin-top: 0 !important;
}
@media screen and (max-width: 991.98px) {
  .trip-card .wrapper.row-layout .book, .trip-card .wrapper.row-layout .information {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  .trip-card .wrapper.row-layout .information {
    margin-top: 0rem !important;
  }
}
.trip-card .wrapper.row-layout .piktograms {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .trip-card .wrapper.row-layout .piktograms {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .trip-card .wrapper.row-layout .piktograms {
    margin-top: 1rem !important;
  }
}
.trip-card .wrapper.row-layout .piktograms ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.trip-card .wrapper.row-layout .piktograms ul li {
  display: inline-block;
  margin: 5px;
  border-radius: 6px;
  border: 1px solid;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 0.75rem;
  background-color: #E5EDFF;
}
.trip-card .wrapper.row-layout .piktograms ul li:nth-child(n+3) {
  display: none;
}
.trip-card .wrapper.row-layout .piktograms ul li::before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2025/03/check-solid-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}
.trip-card:hover .wrapper {
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.3);
}
.trip-card:hover .wrapper h3 {
  color: var(--orange);
}
.trip-card .kids-banner {
  position: absolute;
  bottom: -10px;
}
.trip-card .kids-banner .zajezd-pro-deti-icon {
  background: #244395;
  padding: 5px 5px;
  color: white;
  border-radius: 3px;
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 5px;
  max-width: 155px;
}
.trip-card .kids-banner .zajezd-pro-deti-icon img {
  max-width: 24px;
}

.more-trips .swiper-pagination {
  margin-top: 1.5rem;
  position: initial;
}
.more-trips .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid var(--primary);
  background-color: var(--white);
  opacity: 1;
  transition: 0.3s;
}
.more-trips .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--primary);
  border-radius: 10px;
}
.more-trips .swiper-button-next, .more-trips .swiper-button-prev {
  color: var(--white);
  width: 40px;
  height: 54px;
  background-color: var(--primary);
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 3px;
  transition: 0.3s;
}
.more-trips .swiper-button-next::after, .more-trips .swiper-button-prev::after {
  font-size: 10px;
}
.more-trips .swiper-button-next:hover, .more-trips .swiper-button-prev:hover {
  background-color: var(--orange);
}
.more-trips .swiper-button-next {
  right: 0;
}
.more-trips .swiper-button-prev {
  left: 0px;
}

.single-post .more-trips .section-title {
  font-size: 2.25rem;
  margin-top: 4rem;
}