/* New Banner Itinerary */

.itinerary__banner .breadcrumb ul li a {
  font-size: 13px;
}

.iti__banner__title {
  display: inline-block;
  letter-spacing: -0.03em;
  /* margin-bottom: 40px; */
}

.itinerary__banner .banner-title h1 {
  font-weight: 500;
  font-size: clamp(24px, 4vw, 48px);
  letter-spacing: -3%;
  color: #fff;
}

.itinerary-single-image img {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  border-radius: 20px;
  object-fit: cover;
}

.banner-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

.banner-grid .item {
  grid-column: span 2;
  position: relative;
}

.banner-grid .item:first-child {
  grid-row: span 2;
  grid-column: span 6;
}

.banner-grid .item:nth-child(even) {
  grid-column: span 4;
}

.banner-grid .item:nth-child(n + 6) {
  display: none;
}

.fancybox__container {
  z-index: 99999;
}

.banner__img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  aspect-ratio: 16/9;
}

.banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.banner-mobile .banner__img {
  height: 350px;
}

.banner-desktop {
  position: relative;
}

.view__img {
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 500;
  border-radius: 2px;
  padding: 8px 8px;
  font-size: 12px;
  color: #fff;
  z-index: 99;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6.6px);
  border-radius: 8px;
  cursor: pointer;
}

.view__img:hover {
  background: var(--primary);
  color: #fff;
}

.iti__title {
  margin: 0 0 clamp(16px, 2vw, 25px) !important;
}

.iti__title h1 {
  color: var(--primary);
  margin: 0;
  margin-bottom: 15px;
}

.iti__title p {
  margin: 0;
  font-weight: 600;
  width: 75%;
  color: #444;
}

.itinerary__banner .banner-desktop {
  position: relative;
}

.itinerary__banner .banner__wrapper {
  position: absolute;
  left: 25px;
  bottom: 50px;
  width: 40%;
}
/* New Banner Itinerary */

.tripdetails__header {
  display: flex;
  justify-content: center;
  margin-top: -95px;
  position: relative;
  z-index: 9999;
}

.tripdetails__header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: start;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  background: #e2e2e2;
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

.tripdetails__header ul::-webkit-scrollbar {
  display: none;
}
.tripdetails__header ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tripdetails__header ul li {
  padding: 20px;
}

.tripdetails__header ul li a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #343e4b;
}

.tripdetails__header ul li a:hover,
.tripdetails__header ul li.active-tab a {
  color: var(--primary);
}

.trip__facts__all {
  background: #f9f9f9;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  display: flex;
}
.trip__facts__all .fact__icon {
  background-color: #f0f0f0;
}
.trip__facts {
  width: 100%;
  padding: clamp(20px, 2vw, 30px);
}
.trip__map {
  max-width: 500px;
  width: 100%;
}

.facts__item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}

.facts__item > div {
  flex: 0 0 50%;
  margin-bottom: 25px;
  padding: 0 40px;
}

.facts__item > div:nth-last-of-type(1),
.facts__item > div:nth-last-of-type(2) {
  margin-bottom: 0;
}

.fact__card {
  position: relative;
  display: flex;
  align-items: center;
}

.fact__icon {
  max-width: 40px;
  margin-right: 15px;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
}

.fact__icon i {
  width: 35px;
  font-size: 25px;
  height: 35px;
  color: var(--primary);
}

.fact__card span {
  display: block;
  line-height: 1.3;
  font-weight: 500;
  font-size: 16px;
}

.fact__icon img {
  width: 18px;
}

.fact__card span.fact__title {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  opacity: 0.56;
}

.fact__content,
.fact-content {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.8;
}

.fact-content .fact__content {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.7;
}

.fact__content svg {
  vertical-align: middle;
}

.fact__content[data-tooltip]::after {
  border-radius: 2px;
  min-width: 250px;
  max-width: 250px;
  content: attr(data-tooltip);
  position: absolute;
  bottom: 29px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: rgba(0, 0, 0, 0.24) 0 0 24px;
  color: rgba(0, 0, 0, 0.68);
  white-space: normal;
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9;
  backdrop-filter: blur(8px);
}

.fact-content:hover .fact__content[data-tooltip]::before {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: #dbdbdb transparent transparent transparent;
  top: -16px;
  left: -87%;
  transform: translateX(-50%);
}

.fact-content:hover .fact__content::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(-5px); /* Slide-up effect */
}

.trip__sidebar {
  padding: clamp(20px, 1.4vw, 30px);
  background: #efefef;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.18) 0px 1px 11px 0px;
}

.trip__sidebar p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #343e4b;
  margin: 0;
}

.trip__sidebar span {
  font-weight: 500;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.9;
}

.trip__sidebar svg {
  vertical-align: initial;
}

.trip__pricing {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trip__sidebar small {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #343e4b;
}

.trip__sidebar__cta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trip__sidebar__cta > a {
  width: calc(50% - 6px);
  text-align: center;
  justify-content: center;
  padding: 18px;
}
.trip__sidebar__cta > a#view-availability {
  width: 100%;
  background: #4d4d4d;
}
.trip__sidebar__cta > a#view-availability:hover {
  background: var(--primary);
}

.iti__title {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-2);
}

.iti__outline {
  margin-top: 30px;
  padding: clamp(20px, 2vw, 30px);
  border-radius: 12px;
}

.iti__outline ul {
  margin: 0;
  padding: 0 0 0 26px;
  list-style: disc;
}

.iti__outline ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #000000;
  opacity: 0.74;
  margin-bottom: 12px;
}

.iti__header {
  cursor: pointer;
  display: flex;
}

.iti__header span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.74;
}

.iti__header strong {
  display: block;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #970002;
  opacity: 0.7;
}

.iti__header h3 {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e5e5e5;
  font-weight: 500;
  font-size: 19px;
  color: #000000;
  opacity: 0.7;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.iti__item {
  padding: 16px;
  border-bottom: 1px solid #adadad2e;
}
.iti__accordion {
  background-color: #efefef;
  border-radius: 12px;
}

.iti__item .iti__header h3::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear;
}
.iti__item.active .iti__header h3::after {
  transition: 0.3s linear;
  transform: translateY(-50%) rotate(45deg);
}

.iti__content {
  margin-top: clamp(12px, 2vw, 18px);
  padding-top: clamp(8px, 2vw, 12px);
  display: none;
  border-top: 1px solid #adadad54;
}

.iti__item.active .iti__header h3,
.iti__item .iti__header:hover h3 {
  color: var(--primary);
  opacity: 1;
}
.iti__date {
  width: 34px;
}

.iti__content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #000000;
  opacity: 0.7;
}

.iti__specs {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.iti__specs > div {
  width: calc(33.33% - 20px);
}

.whats__inc {
  padding: clamp(20px, 2vw, 30px);
  background: #f9f5f5;
  border-radius: 12px;
}

.whats__inc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.whats__inc ul li {
  padding-left: 30px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #626262;
}

.whats__inc ul li {
  background: url("../img/icon-included.svg") 0 0 no-repeat;
  background-size: 18px;
  background-position: left 4px;
}

.whats__inc.whats__exc ul li {
  background-image: url("../img/icon-excluded.svg");
}

.whats__exc {
  margin-top: 30px;
}

.map__wrapper {
  height: 100%;
}
.map__wrapper img {
  width: 100%;
  height: 100%;
}

.date__container,
.trip-faq__wrapper {
  padding: clamp(20px, 2vw, 30px);
  background: #e5e5e5;
  border-radius: 12px;
}

.date__container h3 {
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: #333;
  margin-bottom: 12px;
}

.date__tab {
  display: flex;
  align-items: center;
}

.date__tab > a {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(19, 110, 184, 0.35);

  /* border-radius: 25px 0px 0px 25px; */
  font-size: 14px;
  line-height: 20px;
  text-align: center;

  color: #ffffff;
}

/* .date__tab > a:last-child {
  border-radius: 0px 25px 25px 0px;
} */

.date__tab > a:hover,
.date__tab > a.current {
  background: #136eb8;
}

.month__filter label {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  font-size: 14px;
  color: var(--primary);
  margin-top: -40px;
}

.month__filter select {
  padding: 8px 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  background-image: url("data:image/svg+xml,%3Csvg height='8' viewBox='0 0 12 8' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m376.35 34-4.6 4.6-4.6-4.6-1.4 1.4 6 6 6-6z' fill='%23002B5C' fill-rule='evenodd' transform='translate(-365.75 -34)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  padding-right: 40px;
  margin-left: 10px;
  cursor: pointer;
  width: auto;
}

.month__filter select option {
  font-weight: 500;
  font-size: 14px;
}

.onSale {
  background: #d00101;
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
  width: fit-content;
  margin: 0 auto 8px;
}

.availability__status {
  display: block;
  color: green;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.availability__status.spacesLeft {
  color: #d00101;
}

.table__price del {
  color: #d00101;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}
.btn__join {
  padding: 12px 18px;
  background: var(--primary);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-left: auto;
  border-radius: 8px;
}

.btn__join svg {
  margin-left: 5px;
  width: 19px;
  vertical-align: middle;
}

.btn__join svg path {
  stroke: var(--primary);
}

.btn__join:hover {
  background: var(--secondary);
  color: #fff;
}

.btn__join:hover svg path {
  stroke: #fff;
}

.btn__full {
  opacity: 0.5;
  background: #d00101;
  cursor: no-drop;
  color: #fff;
}

.btn__join.btn__full svg path {
  stroke: #d00101;
}

.table__price {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}

.table__price small {
  color: #111;
  font-weight: 400;
  letter-spacing: 1;
}

.date-content,
.month-content {
  display: none;
}

.date-content.current,
.month-content.current {
  display: block;
}

.departure__filter__month {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
.departure__filter__month > a {
  padding: 13px 25px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;

  letter-spacing: -0.01em;
  border: 1px solid #00000033;
  color: #111;
}

.departure__filter__month > a.current,
.departure__filter__month > a:hover {
  background: #1d1a1a;
  color: #fff;
}

.date__table table {
  width: 100%;
}
.date__table table thead {
  display: none;
}
.date__table table tbody tr td {
  display: block;
  border: none;
  position: relative;
  font-size: 16px;
}
.date__table table tbody tr td .btn {
  text-align: center;
  width: 100%;
  margin: 12px 0 0;
  justify-content: center;
}
.table__price {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.table__price del {
  font-size: 16px;
}
.grp--date__table table tbody tr {
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
  flex-wrap: wrap;
  align-items: center;
}
.grp--date__table table tbody tr:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.grp--date__table table tbody tr td {
  width: 50%;
}
.grp--date__table table tbody tr td:last-child {
  width: 100%;
}
.grp--date__table p {
  font-size: 16px;
  color: #555;
}
.date__container {
  padding: 20px;
  background: #efefef;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.18) 0px 1px 11px 0px;
}
.date__table strong {
  font-weight: 500;
}

.iti__reviews .reviews__wrapper {
  max-width: 625px;
  margin: 0 auto;
  position: relative;
}
.iti__reviews .reviews__wrapper::after,
.iti__reviews .reviews__wrapper::before {
  content: url(../img/comma.png);
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  margin-top: -10px;
}
.iti__reviews .reviews__wrapper::before {
  transform: rotate(180deg);
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
}
.iti__reviews--container p {
  margin-top: 6px;
}

.iti__reviews--container .review__card img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: none;
  object-fit: cover;
  margin: 0 auto 10px;
}

.iti__reviews--container {
  background-color: #F9F5F5;
  border-radius: 12px;
  padding: 20px;
}
.iti__reviews--container .review__card {
  display: block;
}
.iti__reviews--container .review__card > div {
  text-align: center;
}
.iti__reviews--container .review__card:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.iti__reviews--container .review__content > div {
  font-size: 16px;
  color: #868686;
  display: flex;
  margin-top: 2px;
  align-items: center;
  gap: 5px;
}
.iti__reviews--container .review__content > div::before {
  content: url(../img/calendar.png);
  margin-top: 1px;
  line-height: 1;
}
.iti__reviews--container .review__card p {
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.5;
}

.related-itinerary__section {
  background-color: #f0f0f0;
}
.related-itinerary__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 30px;
}
.trial-story__container .featured-image {
  position: relative;
  margin-bottom: clamp(10px, 2vw, 20px);
}
.trial-story__container .featured-image img {
  height: 282px;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.trial-story__container .featured-image span {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--light);
  border-radius: 8px;
  display: block;
  padding: 8px 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 4px;
}
.trial-story__container .featured-image span.pricing {
  top: auto;
  right: auto;
  bottom: 15px;
  left: 15px;
  color: var(--text-2);
  font-size: 18px;
}
.trial-story__container .btn {
  margin-top: clamp(16px, 2vw, 20px);
}

.additional__info .iti__outline {
  margin-top: 0;
}

#modal-center {
  z-index: 9999;
}
#modal-center .uk-modal-dialog {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 25px;
}
.inquiry__form h3 {
  margin-bottom: clamp(14px, 2vw, 18px);
}

.itinerary__content {
  display: flex;
  align-items: start;
  gap: 45px;
  justify-content: space-between;
}
.itinerary__wrapper {
  width: 100%;
}
.itinerary__wrapper > section:not(:last-child) {
  margin-bottom: clamp(30px, 3vw, 45px);
}
.itinerary__sidebar {
  max-width: 350px;
  width: 100%;
  position: sticky;
  top: 80px;
}
.itinerary__sidebar > div:not(:last-child) {
  margin-bottom: 30px;
}
.itinerary__sidebar .upcoming__departures table tbody > tr {
  display: none;
}
.itinerary__sidebar .upcoming__departures table tbody > tr:nth-child(-n + 3) {
  display: flex;
}
.upcoming__departures .departure-btn {
  display: none;
  margin: 0 auto;
}
.itinerary__sidebar .upcoming__departures .departure-btn {
  display: block;
}
.itinerary__wrapper .grp--date__table table tbody tr {
  flex-wrap: nowrap;
}
.itinerary__wrapper .grp--date__table table tbody tr td:first-child {
  text-align: left;
}
.itinerary__wrapper .date__table table tbody tr td .btn {
  width: fit-content;
  margin: 0 0 0 auto;
}
.itinerary__wrapper .table__price {
  text-align: center;
  display: block;
}
.itinerary__wrapper .grp--date__table table tbody tr td {
  width: auto;
  flex: 1;
}

@media (max-width: 1400px) {
  .iti__specs > div {
    width: calc(50% - 10px);
  }
}

@media (max-width: 959px) {
  .trip__facts__all {
    flex-direction: column;
    gap: 20px;
  }
  .trip__map {
    max-width: 100%;
  }
  .fact__icon img {
    width: 25px;
  }

  .iti__header h3 {
    padding-right: 35px;
    font-size: 17px;
  }

  /* 
  .fact__card span {
    font-size: 12px;
  }

  .fact__content,
  .fact-content {
    font-size: 14px;
  } */

  .fact__icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }

  .facts__item {
    margin: 0 -15px;
  }

  .fact__card span.fact__title {
    font-size: 12px;
  }

  .facts__item > div {
    flex: 0 0 50%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .iti__header {
    gap: 10px;
  }

  .facts__item > div:last-child {
    margin-bottom: 0;
  }

  .highlights__section,
  .wh__included {
    padding: 20px;
  }

  .iti__item {
    padding: 15px;
  }

  .iti__header h3 {
    padding-left: 10px;
    margin-left: 10px;
  }
  .departure__filter__month {
    padding: 0 15px;
  }

  .banner-grid .item {
    display: none;
  }

  .banner-grid .item:first-child {
    display: block;
    grid-column: span 12;
  }

  .itinerary__banner .banner__wrapper {
    position: static;
  }
  .banner__wrapper .banner-title,
  .banner__wrapper .entry-content {
    max-width: 100%;
  }

  .itinerary__banner .banner-title h1 {
    color: #1a1a1a;
    margin-top: 12px;
  }

  .itinerary__banner .banner__wrapper {
    width: 100%;
  }

  .tripdetails__header {
    margin-top: 0;
  }

  .itinerary__content {
    flex-direction: column-reverse;
  }
  .itinerary__sidebar {
    max-width: 100%;
    position: unset;
  }
}

@media (max-width: 767px) {
  .related-itinerary__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
  .reviews__wrapper {
    flex-direction: column;
  }
  .reviews__wrapper > div {
    width: 100%;
  }
  .iti__reviews--container .review__card {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .iti__reviews--container .review__card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 567px) {
  .facts__item > div {
    flex: 100%;
  }
  .trial-story__container .featured-image img {
    height: 250px;
  }
  .related-itinerary__wrapper {
    gap: 20px;
  }
  .related-itinerary__wrapper .trial-story__container:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
  }
  .iti__specs > div {
    width: 100%;
  }
  .itinerary__wrapper .grp--date__table table tbody tr {
    flex-wrap: wrap;
  }
  .itinerary__wrapper .grp--date__table table tbody tr td {
    flex: unset;
    width: 50%;
  }
  .itinerary__wrapper .grp--date__table table tbody tr td:last-child {
    width: 100%;
  }
  .itinerary__wrapper .date__table table tbody tr td .btn {
    margin: 12px 0 0;
    width: 100%;
  }
}

.itinerary__page > section {
  margin-bottom: clamp(25px, 4vw, 55px);
}
.itinerary__page > section.related-itinerary__section {
  margin-bottom: 0;
}
.itinerary__page > section:first-of-type {
  margin-bottom: 0;
}
