.breadcrumbs-container {
  background: #f5f9ff;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.design-system-wrapper {
  margin: 0;
  width: 100%;
  max-width: 1200px;
}

.breadcrumbs-container-wrapper {
  padding-bottom: 16px;
  padding-top: 16px;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 0rem !important;
  display: flex;
  flex-wrap: wrap;
}
.button-view {
  background-color: #2260ff;
  color: white;
  border-radius: 0.375rem;
  height: 40px;
  border: none;
}

.breadcrumb-item.active span.text-dark {
  color: #000;
  pointer-events: none;
  cursor: default;
}

.nav-link.active {
  border: none;
  border-bottom: 2px solid #0b436a !important;
  color: #0b436a !important;
}

.nav-link:hover {
  border: none;
  color: #0b436a !important;
  background-color: #f5f9ff !important;
}

.nav-link:not(:hover) {
  border: none;
  color: black;
}

.nav-item button {
  color: black;
}

.skeleton {
  display: flex;
  gap: 10px;
}

.skeleton-tab {
  background-color: #e0e0e0;
  width: 80px;
  height: 20px;
  border-radius: 4px;
  animation: shimmer 1.5s infinite linear;
}

.cropped-img-list {
  height: 100px !important;
  width: 100%;
  object-fit: scale-down;
}

.card-owl-custom {
  border: 1px #d1d5db solid;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-owl-custom:hover,
.card-owl-custom:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.owl-nav .prev-button,
.owl-nav .next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.owl-nav .prev-button {
  left: -30px;
}

.owl-nav .next-button {
  right: -30px;
}

.accordion--custom .accordion-header {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding-left: 1rem;
}

.accordion--custom .accordion-header .accordion-button {
  padding-left: 0;
  background: none;
}

.accordion--custom .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion {
  border-bottom: 0px !important;
}

.top-topic-carousel-item {
  background: #fff;
  border: 1px solid #e7e7f2;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  display: block;
  height: 196px;
  margin: 8px 12px;
  transition: border-color 0.3s;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 21px;
  color: #2468e5;
  position: relative;
  overflow: hidden;
}

.help-center-top-topics-container {
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.help-center-top-topics-title {
  padding: 24px 0 16px;
  margin-left: 10px;
}

.top-articles {
  color: #ffc926;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-articles mark {
  color: #01539d;
  background: transparent;
}

.help-center-top-topics-line {
  border-bottom: 2px solid #e7e7f2;
  height: 1px;
  margin-bottom: 10px;
  width: 100%;
}

.card-overlay {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.cities-airports {
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 38px;
  padding-bottom: 12px;
}

.cities-airports-block-title {
  border-bottom: 1px solid #e7e7f2;
  margin-bottom: 24px;
  padding-bottom: 16px;
  padding-top: 16px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.design-system-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.design-system-list {
  color: #2468e5;
}

.design-system-typography-name-Button2 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.005em;
  line-height: 21px;
}

.design-system-link-hover-primary {
  text-decoration: none;
}

.cities-airports-block-flag {
  border: 1px solid #e7e7f2;
  margin-right: 8px;
  display: inline-flex;
}

.design-system-link {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}

.airport-list-item {
  margin-left: 16px;
  margin-bottom: 16px;
  width: calc(33.3333% - 16px);
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.class1 {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10 !important;
}

.swiper-button-next {
  right: -5px;
}

.swiper-button-prev {
  left: -5px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes shimmer {
  0% {
    background-color: #e0e0e0;
  }

  50% {
    background-color: #f0f0f0;
  }

  100% {
    background-color: #e0e0e0;
  }
}

@media (max-width: 900px) {
  .breadcrumb-item {
    font-size: 14px;
  }

  .owl-nav .prev-button {
    left: -15px;
  }

  .owl-nav .next-button {
    right: -15px;
  }

  .owl-theme .owl-controls .owl-page {
    display: inline-block;
  }

  .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
  }

  .airport-list-item {
    width: calc(50% - 16px);
  }

  .swiper-button-next {
    right: 30px;
  }

  .swiper-button-prev {
    left: 30px;
  }
}

@media screen and (max-width: 480px) {
  .swiper-button-next {
    right: 50px;
  }

  .swiper-button-prev {
    left: 50px;
  }
}

@media (max-width: 576px) {
  .custom-width {
    width: 100% !important;
  }
}
