/* line 2, app/assets/stylesheets/insiders/insider_trip.scss */
.gmnoprint {
  display: none;
}

/* line 6, app/assets/stylesheets/insiders/insider_trip.scss */
.gm-svpc {
  display: none;
}

/* line 10, app/assets/stylesheets/insiders/insider_trip.scss */
.gm-style-iw button {
  border: none !important;
}

/* line 14, app/assets/stylesheets/insiders/insider_trip.scss */
.gm-style-iw button:focus {
  outline: 0 !important;
}

/* line 18, app/assets/stylesheets/insiders/insider_trip.scss */
.page-container {
  margin-bottom: 64px;
  display: flex;
}

/* line 24, app/assets/stylesheets/insiders/insider_trip.scss */
.swiper-container .swiper-slide {
  width: 364px;
  height: 398px;
}

/* line 29, app/assets/stylesheets/insiders/insider_trip.scss */
.swiper-container .swiper-wrapper {
  flex-direction: column;
  height: 700px;
  width: auto;
  margin-right: 24px;
}

/* line 37, app/assets/stylesheets/insiders/insider_trip.scss */
.share-logo {
  margin-right: 5px;
}

/* line 41, app/assets/stylesheets/insiders/insider_trip.scss */
.share-link, .share-link:hover {
  margin-top: 2px;
  text-decoration: none;
  color: unset;
}

/* line 47, app/assets/stylesheets/insiders/insider_trip.scss */
.share-button {
  width: 100px;
}

/* line 51, app/assets/stylesheets/insiders/insider_trip.scss */
.cards-container {
  margin-top: 24px;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

/* line 58, app/assets/stylesheets/insiders/insider_trip.scss */
#tips-map {
  min-height: 700px;
  height: 100%;
  width: 100%;
  background-color: grey;
}

/* line 66, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .profile-image-container {
  height: 80px;
  width: 80px;
  margin-right: 25px;
}

/* line 71, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .profile-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 76, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .insider-header {
  margin-bottom: 34px;
}

/* line 80, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .nav-container {
  border-bottom: 1px solid #B4B4B4;
}

/* line 84, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .nav {
  border-bottom: none;
  margin-right: 38px;
}

/* line 89, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .nav-link {
  color: black;
}

/* line 93, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .nav-link.active {
  border-bottom: 2px solid black;
  border-top: white;
  border-right: white;
  border-left: white;
}

/* line 100, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .nav .nav-item.show .nav-link, .insider-tips .nav .nav-link.active {
  background-color: inherit;
}

/* line 104, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .tip-card {
  width: 364px;
  height: 376px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background: white;
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .tip-image {
  width: 364px;
  height: 200px;
}

/* line 116, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .tip-image .top-banner {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  height: 73px;
  background: linear-gradient(180deg, #0000009e 0%, rgba(0, 0, 0, 0) 80%);
}

/* line 125, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .tip-image .price {
  font-family: 'Work Sans';
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 7px 0 0 16px;
}

/* line 135, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .tip-image .time_of_the_day {
  height: 20px;
  width: 20px;
  margin: 7px 16px 0 0;
  position: absolute;
  right: 0;
}

/* line 143, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .tip-image .day-night {
  right: 16px !important;
}

/* line 147, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .tip-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 152, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .card-content {
  margin: 12px 16px 18px 16px;
}

/* line 155, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .card-content .title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 10px;
  width: 270px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 169, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .card-content .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 177, app/assets/stylesheets/insiders/insider_trip.scss */
.insider-tips .insider-btn-secondary {
  width: 335px !important;
  position: absolute;
  bottom: 35px;
}

@media (max-width: 767px) {
  /* line 185, app/assets/stylesheets/insiders/insider_trip.scss */
  .page-container {
    flex-direction: column-reverse;
    margin-bottom: 24px;
  }
  /* line 190, app/assets/stylesheets/insiders/insider_trip.scss */
  .cards-container {
    margin-top: 0;
    padding-left: 10px;
  }
  /* line 195, app/assets/stylesheets/insiders/insider_trip.scss */
  #tips-map {
    min-height: 400px;
    display: none;
  }
  /* line 200, app/assets/stylesheets/insiders/insider_trip.scss */
  .map-list-btn {
    background: black;
    color: white;
    width: 58px;
    height: 34px;
    position: fixed;
    top: 15px;
    right: 96px;
    border: 1px solid black;
    border-radius: 2px;
    z-index: 20000;
  }
  /* line 215, app/assets/stylesheets/insiders/insider_trip.scss */
  .swiper-container .swiper-slide {
    width: 300px;
    height: 390px;
    margin-right: 20px;
  }
  /* line 221, app/assets/stylesheets/insiders/insider_trip.scss */
  .swiper-container .swiper-wrapper {
    flex-direction: row;
    height: auto;
    margin-right: 0;
  }
  /* line 229, app/assets/stylesheets/insiders/insider_trip.scss */
  .insider-tips .nav {
    margin-right: 0;
  }
  /* line 233, app/assets/stylesheets/insiders/insider_trip.scss */
  .insider-tips .profile-image-container {
    height: 150px;
    width: 150px;
    margin: 0 0 24px 0;
  }
  /* line 239, app/assets/stylesheets/insiders/insider_trip.scss */
  .insider-tips .insider-header {
    margin-bottom: 24px;
  }
  /* line 243, app/assets/stylesheets/insiders/insider_trip.scss */
  .insider-tips .insider-btn-secondary {
    width: 273px !important;
  }
  /* line 247, app/assets/stylesheets/insiders/insider_trip.scss */
  .insider-tips .tip-card {
    width: 300px;
  }
  /* line 251, app/assets/stylesheets/insiders/insider_trip.scss */
  .insider-tips .tip-image {
    width: 300px;
  }
}

@media (max-width: 576px) {
  /* line 259, app/assets/stylesheets/insiders/insider_trip.scss */
  .swiper-container .swiper-wrapper {
    flex-direction: column;
  }
}

/* line 268, app/assets/stylesheets/insiders/insider_trip.scss */
.other-section .cards-container {
  margin: 55px 0;
}

/* line 272, app/assets/stylesheets/insiders/insider_trip.scss */
.other-section .swiper-container .swiper-wrapper {
  flex-direction: row !important;
  height: auto;
}

/* line 278, app/assets/stylesheets/insiders/insider_trip.scss */
.other-section .swiper-container .swiper-slide {
  margin-right: 12px;
  margin-left: 12px;
}

@media (max-width: 767px) {
  /* line 286, app/assets/stylesheets/insiders/insider_trip.scss */
  .header-buttons {
    display: flex;
    justify-content: center;
  }
  /* line 291, app/assets/stylesheets/insiders/insider_trip.scss */
  .other-section h2 {
    margin-top: 24px;
  }
  /* line 295, app/assets/stylesheets/insiders/insider_trip.scss */
  .other-section .cards-container {
    margin: 0 0 24px 0;
  }
}
