
.base-container {
  display: flex;
  justify-content: space-between;
  padding: 7px 90px;
}

/* .form-container {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
  } */
  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .form-row-block {
      display: block;
      
    }
  .form-group {
    flex: 1 1 calc(20% - 1rem);
    min-width: 180px;
  }
  label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #34495e;
  }
  select, input[type="text"], input[type="file"] {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
  }
  /* .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0.5rem 0;
  }
  .checkbox-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
  } */
 
/* .treasure-box, .right-side-container {
  margin: 10px 0;
  border-radius: 6px;
  background: #f9f9f9;
  border: 1px solid rgb(204, 204, 204);
  padding: 10px;
} */
#treasureContainer {
  width: 74%;
}
#totalDistanceContainer {
  display: none;
}
.hidden {
  display: none;
}
.image-container {
  text-align: center;
  /* height: 450px; */
  /* margin-top: 110px; */
}

.image-container img {
  width: 100%;
  height: 450px;
  /* border-radius: 10px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* .right-side-container {
  width: 23%;
  background: #f9f9f9;
  padding: 10px;
} */

/* .price-card {
  background: linear-gradient(135deg, #ffffff, #f5f5f5);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.08);
  text-align: left;
  font-family: 'Segoe UI', sans-serif;
  transition: 0.3s ease-in-out;
  position: relative;
  margin-bottom: 30px;
}

.price-card:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.price-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.price-item i {
  font-size: 18px;
  color: #2c3e50;
  margin-right: 8px;
}

.price-item .label {
  font-weight: 600;
  color: #333;
  margin-right: 5px;
}

.package-amount {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.discount-amount {
  font-size: 16px;
  color: #e74c3c;
}

.price-start-from {
  font-size: 20px;
  color: #27ae60;
  font-weight: bold;
  background: #eafaf1;
  padding: 6px 12px;
  border-radius: 8px;
}

.price-item.highlight {
  background: #dffbe9;
  padding: 10px;
  border-radius: 10px;
  justify-content: space-between;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
  align-items: center;
}

.button-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  width: 100%;
} */
/* 
.button-row.full-width {
  justify-content: center;
  justify-content: center;
  background: orangered;
  width: 85%;
  border-radius: 10px;
  cursor: pointer;
}

.btn-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */

/* .btn-icon i,
.btn-quote i {
  font-size: 18px;
}

.btn-icon span {
  font-size: 14px;
}

.btn-icon.whatsapp {
  background-color: #25D366;
}

.btn-icon.call {
  background-color: #e67e22;
}

.button-row.full-width:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
  opacity: 0.95;
}

.btn-quote {
  font-size: 16px;
  padding: 12px 24px;
  text-decoration: none;
  color: white;
} */



@media (max-width: 768px) {
  .base-container {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
  }
}

@media (max-width: 520px) {
  .treasure-box {
    text-align: justify;
    font-size: 14px;
  }
  .base-container {
    display: block;
    padding: 0px;
    /* justify-content: space-between; */
    /* padding: 7px 90px; */
    /* flex-direction: column-reverse; */
}
.right-side-container {
  width: 96%;
  background: #f9f9f9;
  padding: 10px;
}
#treasureContainer {
  width: 100%;
}
}

@media (max-width: 480px) {
  .treasure-box {
    text-align: justify;
    font-size: 14px;
  }
  .base-container {
    display: block;
    padding: 0px;
    /* justify-content: space-between; */
    /* padding: 7px 90px; */
    /* flex-direction: column-reverse; */
}
.right-side-container {
  width: 96%;
  background: #f9f9f9;
  padding: 10px;
}
#treasureContainer {
  width: 100%;
}
}


@media (max-width: 420px) {
  .base-container {
    display: block;
    padding: 0px;
    /* justify-content: space-between; */
    /* padding: 7px 90px; */
    /* flex-direction: column-reverse; */
}
.right-side-container {
  width: 96%;
  background: #f9f9f9;
  padding: 10px;
}
#treasureContainer {
  width: 100%;
}
}


/* =========================================================
   PACKAGE DETAILS - PREMIUM TABS
========================================================= */

#packageInformation {
    width: 75%;
    margin-top: 5px;
}

/* -------------------------
   TABS
-------------------------- */

.package-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
    scrollbar-width: thin;
}

.package-tab {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #667085;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.package-tab i {
    font-size: 15px;
}

.package-tab:hover {
    color: #f26b21;
    background: #fff6ef;
}

.package-tab.active {
    color: #ffffff;
    background: linear-gradient(135deg, #ff7a18, #f4511e);
    box-shadow: 0 5px 14px rgba(244, 81, 30, 0.25);
}

.package-tab-panel {
    display: none;
    animation: packageTabFade 0.3s ease;
}

.package-tab-panel.active {
    display: block;
}

@keyframes packageTabFade {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* -------------------------
   SECTION INTRO
-------------------------- */

.section-intro {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding: 16px 18px;
    background: linear-gradient(
        135deg,
        #fffaf5,
        #ffffff
    );
    border: 1px solid #f1e5da;
    border-radius: 14px;
}

.section-intro-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff7a18, #f4511e);
    box-shadow: 0 5px 12px rgba(244, 81, 30, 0.2);
}

.section-intro h2 {
    margin: 0 0 3px;
    color: #1f2937;
    font-size: 20px;
}

.section-intro p {
    margin: 0;
    color: #7b8491;
    font-size: 13px;
}


/* =========================================================
   ITINERARY ACCORDION
========================================================= */

#treasureContainer {
    position: relative;
    width: 100%;
    padding-left: 8px;
}


/* Timeline vertical line */

#treasureContainer::before {
    content: "";
    position: absolute;
    left: 31px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: linear-gradient(
        to bottom,
        #ffb27c,
        #ffe3d0
    );
    z-index: 0;
}


/* Main itinerary item */

.treasure-box {
    position: relative;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    overflow: hidden;

    background: #ffffff !important;

    border: 1px solid #e8eaed !important;
    border-radius: 14px !important;

    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.045);

    transition:
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;

    z-index: 1;
}

.treasure-box:hover {
    border-color: #ffd1b4 !important;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.08);
}


/* Accordion Header */

.treasure-header {
    display: flex;
    align-items: center;
    gap: 14px;

    min-height: 72px;
    padding: 12px 18px 12px 12px;

    cursor: pointer;
    user-select: none;

    background: #ffffff;

    transition: background 0.25s ease;
}

.treasure-header:hover {
    background: #fffaf6;
}

.treasure-box.open .treasure-header {
    background: linear-gradient(
        90deg,
        #fff8f2,
        #ffffff
    );
}


/* Day Number */

.treasure-day-number {
    position: relative;

    width: 40px;
    height: 40px;
    flex: 0 0 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff;
    background: linear-gradient(
        135deg,
        #ff7a18,
        #f4511e
    );

    font-size: 12px;
    font-weight: 800;

    box-shadow:
        0 0 0 5px #ffffff,
        0 4px 12px rgba(244, 81, 30, 0.25);
}

.treasure-day-number i {
    font-size: 15px;
}


/* Header text */

.treasure-header-content {
    min-width: 0;
    flex: 1;
}

.treasure-header-content h3 {
    margin: 0;
    color: #202938;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.treasure-header-content span {
    display: block;
    margin-top: 4px;
    color: #98a2b3;
    font-size: 12px;
}


/* Chevron */

.treasure-chevron {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #667085;
    background: #f5f6f7;

    transition:
        transform 0.3s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.treasure-box.open .treasure-chevron {
    color: #ffffff;
    background: #f4511e;
    transform: rotate(180deg);
}


/* Accordion Content */

.treasure-content-wrapper {
    display: grid;
    grid-template-rows: 0fr;

    transition:
        grid-template-rows 0.35s ease,
        opacity 0.25s ease;

    opacity: 0;
}

.treasure-box.open .treasure-content-wrapper {
    grid-template-rows: 1fr;
    opacity: 1;
}

.treasure-content {
    overflow: hidden;
}

.treasure-details {
    padding: 0 20px 18px 67px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.75;
}

.treasure-details p {
    margin: 0;
}


/* Navigation buttons */

.treasure-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    padding: 0 20px 18px 67px;
}

.treasure-navigation button {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    border: 1px solid #e5e7eb;
    border-radius: 8px;

    padding: 8px 13px;

    background: #ffffff;
    color: #4b5563;

    font-size: 12px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.2s ease;
}

.treasure-navigation button:hover {
    color: #f4511e;
    border-color: #ffb27c;
    background: #fff8f2;
    transform: translateY(-1px);
}


/* =========================================================
   INFO CARDS
========================================================= */

.info-section-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.info-card {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e9ecef;
    border-radius: 14px;

    box-shadow: 0 5px 20px rgba(15, 23, 42, 0.05);
}

.info-card-header {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 17px;

    border-bottom: 1px solid #f0f1f3;
}

.info-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    color: #ffffff;
    background: linear-gradient(135deg, #2fbf71, #159957);
}

.exclusion-card .info-icon {
    background: linear-gradient(135deg, #ff7676, #e74c3c);
}

.info-card-header h3 {
    margin: 0;
    color: #202938;
    font-size: 16px;
}

.info-card-header p {
    margin: 3px 0 0;
    color: #98a2b3;
    font-size: 12px;
}

.info-card-content {
    padding: 14px 17px;
}

.info-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    padding: 9px 0;

    color: #4b5563;
    font-size: 13px;
}

.inclusion-card .info-list-item i {
    color: #22a06b;
}

.exclusion-card .info-list-item i {
    color: #e74c3c;
}


/* =========================================================
   SUGGESTIONS
========================================================= */

.suggestions-card,
.terms-card {
    padding: 20px;

    background: #ffffff;

    border: 1px solid #e9ecef;
    border-radius: 14px;

    box-shadow: 0 5px 20px rgba(15, 23, 42, 0.05);
}

.suggestion-heading,
.terms-heading {
    display: flex;
    align-items: center;
    gap: 13px;

    padding-bottom: 15px;
    margin-bottom: 10px;

    border-bottom: 1px solid #f0f1f3;
}

.suggestion-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    color: #ffffff;
    background: linear-gradient(135deg, #f6b93b, #e58e26);
}

.suggestion-heading h3,
.terms-heading h3 {
    margin: 0;
    font-size: 17px;
    color: #202938;
}

.suggestion-heading p,
.terms-heading p {
    margin: 3px 0 0;
    color: #98a2b3;
    font-size: 12px;
}

.suggestion-item {
    display: flex;
    gap: 14px;

    padding: 14px 0;

    border-bottom: 1px solid #f1f2f4;
}

.suggestion-item:last-child {
    border-bottom: 0;
}

.suggestion-item > span {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    color: #f4511e;
    background: #fff3ea;

    font-size: 11px;
    font-weight: 800;
}

.suggestion-item strong {
    display: block;
    color: #344054;
    font-size: 14px;
}

.suggestion-item p {
    margin: 4px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   TERMS
========================================================= */

.terms-heading i {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    color: #ffffff;
    background: linear-gradient(135deg, #5b8def, #4267c5);
}

.terms-card ul {
    margin: 15px 0 0;
    padding-left: 20px;
}

.terms-card li {
    margin-bottom: 10px;

    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .package-tabs {
        margin-bottom: 15px;
        padding: 6px;
        border-radius: 11px;
    }

    .package-tab {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }

    .package-tab i {
        font-size: 13px;
    }

    .section-intro {
        padding: 13px;
    }

    .section-intro h2 {
        font-size: 17px;
    }

    .section-intro p {
        font-size: 12px;
    }

    #treasureContainer {
        padding-left: 0;
    }

    #treasureContainer::before {
        left: 25px;
    }

    .treasure-header {
        min-height: 64px;
        padding: 10px 12px 10px 9px;
        gap: 10px;
    }

    .treasure-day-number {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 10px;

        box-shadow:
            0 0 0 4px #ffffff,
            0 3px 8px rgba(244, 81, 30, 0.2);
    }

    .treasure-header-content h3 {
        font-size: 14px;
    }

    .treasure-header-content span {
        font-size: 10px;
    }

    .treasure-chevron {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .treasure-details {
        padding: 0 13px 15px 53px;
        font-size: 13px;
    }

    .treasure-navigation {
        padding: 0 13px 15px 53px;
    }

    .info-section-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 520px) {

    .package-tab {
        padding: 0 12px;
    }

    .package-tab span {
        font-size: 12px;
    }

    .section-intro-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .section-intro h2 {
        font-size: 16px;
    }

    .treasure-details {
        text-align: left;
    }

    .suggestions-card,
    .terms-card {
        padding: 15px;
    }
}


/* =========================================================
   PREMIUM PACKAGE BOOKING CARD
========================================================= */

.right-side-container {
    width: 23%;
    padding: 0;
    background: transparent;
    align-self: flex-start;
}


/* Main Card */

.booking-card {
    position: sticky;
    top: 20px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e8eaed;
    border-radius: 18px;

    box-shadow:
        0 10px 35px rgba(15, 23, 42, 0.08);

    font-family: 'Segoe UI', sans-serif;

    transition: box-shadow 0.3s ease;
}

.booking-card:hover {
    box-shadow:
        0 15px 45px rgba(15, 23, 42, 0.12);
}


/* =========================================================
   HEADER
========================================================= */

.booking-card-header {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 18px;

    background:
        linear-gradient(
            135deg,
            #fff8f2,
            #ffffff
        );

    border-bottom: 1px solid #f1f2f4;
}

.booking-icon {
    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #ff7a18,
            #f4511e
        );

    box-shadow:
        0 6px 15px rgba(244, 81, 30, 0.22);
}

.booking-eyebrow {
    display: block;

    margin-bottom: 2px;

    color: #f4511e;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.1px;
}

.booking-card-header h3 {
    margin: 0;

    color: #202938;

    font-size: 17px;
    font-weight: 700;
}


/* =========================================================
   PRICE
========================================================= */

.booking-price-section {
    padding: 19px 18px 17px;

    border-bottom: 1px solid #f0f1f3;
}

.price-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 5px;
}

.price-label {
    color: #667085;

    font-size: 12px;
    font-weight: 600;
}

.saving-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    padding: 5px 8px;

    border-radius: 20px;

    color: #16824a;
    background: #eafaf1;

    font-size: 9px;
    font-weight: 700;
}

.saving-badge i {
    font-size: 9px;
}


/* Main Price */

.main-price {
    display: flex;
    align-items: baseline;

    margin-top: 2px;

    color: #202938;

    line-height: 1;
}

.main-price .currency {
    margin-right: 2px;

    color: #f4511e;

    font-size: 19px;
    font-weight: 700;
}

.main-price #startPrice {
    color: #202938;

    font-size: 29px;
    font-weight: 800;
    letter-spacing: -0.7px;
}

.per-person {
    margin-top: 5px;

    color: #98a2b3;

    font-size: 10px;
}


/* Comparison */

.price-comparison {
    display: flex;
    gap: 8px;

    margin-top: 15px;
}

.comparison-item {
    flex: 1;

    display: flex;
    flex-direction: column;
    gap: 3px;

    padding: 9px 10px;

    background: #f8f9fa;

    border: 1px solid #eef0f2;
    border-radius: 9px;
}

.comparison-label {
    color: #98a2b3;

    font-size: 9px;
    font-weight: 600;
}

.package-amount {
    color: #667085;

    font-size: 12px;
    font-weight: 600;

    text-decoration: line-through;
}

.comparison-item.saving {
    background: #f0fbf5;
    border-color: #d9f3e4;
}

.discount-amount {
    color: #16824a;

    font-size: 12px;
    font-weight: 800;
}


/* =========================================================
   BENEFITS
========================================================= */

.booking-benefits {
    padding: 7px 18px;

    border-bottom: 1px solid #f0f1f3;
}

.booking-benefit {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 9px 0;
}

.benefit-icon {
    width: 31px;
    height: 31px;

    flex: 0 0 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    color: #f4511e;
    background: #fff4ec;
}

.benefit-icon i {
    font-size: 12px;
}

.booking-benefit strong {
    display: block;

    color: #344054;

    font-size: 11px;
    font-weight: 700;
}

.booking-benefit small {
    display: block;

    margin-top: 2px;

    color: #98a2b3;

    font-size: 9px;
}


/* =========================================================
   ACTION BUTTONS
========================================================= */

.booking-actions {
    padding: 16px 18px 15px;
}

.booking-btn {
    width: 100%;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px;

    box-sizing: border-box;

    border-radius: 11px;

    color: #ffffff;

    text-decoration: none;

    background:
        linear-gradient(
            135deg,
            #ff7a18,
            #f4511e
        );

    box-shadow:
        0 7px 16px rgba(244, 81, 30, 0.2);

    cursor: pointer;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.booking-btn:hover {
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 10px 22px rgba(244, 81, 30, 0.28);
}

.btn-icon-wrap {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(255,255,255,0.18);
}

.btn-icon-wrap i {
    font-size: 13px;
}

.booking-btn strong {
    display: block;

    font-size: 12px;
    font-weight: 700;
}

.booking-btn small {
    display: block;

    margin-top: 2px;

    opacity: 0.85;

    font-size: 9px;
}

.btn-arrow {
    margin-left: auto;

    font-size: 11px;

    transition: transform 0.2s ease;
}

.booking-btn:hover .btn-arrow {
    transform: translateX(3px);
}


/* Secondary */

.secondary-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 8px;

    margin-top: 9px;
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    min-height: 37px;

    border-radius: 9px;

    font-size: 10px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.2s ease;
}

.whatsapp-btn {
    color: #16824a;

    background: #effbf4;

    border: 1px solid #d7f1e1;
}

.whatsapp-btn:hover {
    color: #16824a;

    background: #e3f8eb;

    transform: translateY(-1px);
}

.whatsapp-btn i {
    font-size: 14px;
}

.call-btn {
    color: #d76516;

    background: #fff7ef;

    border: 1px solid #f9e1ca;
}

.call-btn:hover {
    color: #d76516;

    background: #fff0df;

    transform: translateY(-1px);
}

.call-btn i {
    font-size: 11px;
}


/* =========================================================
   FOOTER
========================================================= */

.booking-card-footer {
    display: flex;
    align-items: flex-start;
    gap: 7px;

    padding: 11px 18px;

    color: #98a2b3;

    background: #fafbfc;

    border-top: 1px solid #f1f2f4;

    font-size: 8.5px;
    line-height: 1.45;
}

.booking-card-footer i {
    margin-top: 1px;

    color: #aab2bd;

    font-size: 9px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .right-side-container {
        width: 23%;
    }

    .booking-card {
        border-radius: 15px;
    }

    .booking-card-header {
        padding: 15px;
    }

    .booking-price-section {
        padding: 16px 15px;
    }

    .booking-benefits {
        padding-left: 15px;
        padding-right: 15px;
    }

    .booking-actions {
        padding-left: 15px;
        padding-right: 15px;
    }

    .booking-card-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-price #startPrice {
        font-size: 25px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .right-side-container {
        width: 100%;
        margin-top: 18px;
    }

    .booking-card {
        position: relative;
        top: auto;

        width: 100%;
    }

    .booking-card-header {
        padding: 16px;
    }

    .booking-price-section {
        padding: 18px 16px;
    }

    .booking-benefits {
        padding: 7px 16px;
    }

    .booking-actions {
        padding: 15px 16px;
    }

    .booking-card-footer {
        padding: 11px 16px;
    }

    .main-price #startPrice {
        font-size: 28px;
    }
}


@media (max-width: 480px) {

    .booking-card {
        border-radius: 14px;
    }

    .booking-icon {
        width: 39px;
        height: 39px;
        flex-basis: 39px;
    }

    .booking-card-header h3 {
        font-size: 16px;
    }

    .price-comparison {
        gap: 6px;
    }

    .comparison-item {
        padding: 8px;
    }

    .secondary-actions {
        gap: 7px;
    }
}









/* =========================================================
   TREASURE ITINERARY
========================================================= */

.treasure-box {
    padding: 0;
    margin: 14px 0;
    border: 1px solid #e4ebe7;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(20, 40, 30, .05);
}


/* =========================================================
   HEADER
========================================================= */

.treasure-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    padding: 16px 20px;

    background: linear-gradient(
        135deg,
        #f0fdf8,
        #ffffff
    );

    cursor: pointer;
}

.treasure-header-left {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

.treasure-day-number {
    width: 44px;
    height: 44px;
    min-width: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: #059669;
    color: #fff;

    font-size: 16px;
    font-weight: 800;

    box-shadow: 0 5px 12px rgba(5,150,105,.18);
}

.treasure-header-content {
    min-width: 0;
}

.treasure-header-content > span {
    display: block;

    margin-bottom: 3px;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 1px;

    color: #059669;
}

.treasure-header-content h3 {
    margin: 0;

    font-size: 17px;
    font-weight: 800;

    color: #17211b;
}

.treasure-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-stat {
    display: flex;
    align-items: center;
    gap: 5px;

    padding: 6px 9px;

    border-radius: 8px;

    background: #fff;

    border: 1px solid #e5ebe7;

    color: #66736b;

    font-size: 10px;
}

.header-stat i {
    color: #059669;
}

.treasure-chevron {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #ecfdf5;
    color: #059669;

    transition: transform .25s ease;
}

.treasure-box.open
.treasure-chevron {
    transform: rotate(180deg);
}


/* =========================================================
   CONTENT
========================================================= */

.treasure-content-wrapper {
    display: none;
}

.treasure-box.open
.treasure-content-wrapper {
    display: block;
}

.treasure-content {
    padding: 18px;
}


/* =========================================================
   INTRO
========================================================= */

.itinerary-intro {
    margin-bottom: 10px;
}

/* .itinerary-intro-top {
    display: flex;
    align-items: center;
    gap: 12px;
} */

/* .itinerary-day-badge {
    width: 38px;
    height: 38px;
    min-width: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #fff7ed;
    color: #ea580c;

    font-size: 16px;
} */

.itinerary-intro-main {
    min-width: 0;
}

.itinerary-mode {
    display: block;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .8px;

    color: #059669;
}

.itinerary-intro-main h2 {
    margin: 3px 0 0;

    text-align: left;

    font-size: 20px;
    font-weight: 800;

    color: #17211b;
}

.itinerary-route {
    margin-top: 4px;

    font-size: 10px;
    color: #8a938d;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.itinerary-description {
    position: relative;
    padding-bottom: 12px;
}

.itinerary-description::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background: #edf1ef;
}


/* =========================================================
   DESCRIPTION TEXT + LIST
========================================================= */

.itinerary-description p,
.itinerary-description ul,
.itinerary-description ol {
    margin: 0;

    font-size: 12px;
    line-height: 1.7;

    color: #5f6963;

    font-family: inherit;
}


/* Unordered List */

.itinerary-description ul {
    padding-left: 20px;
    margin-top: 4px;
    margin-bottom: 4px;

    list-style-type: disc;
}


/* Ordered List */

.itinerary-description ol {
    padding-left: 20px;
    margin-top: 4px;
    margin-bottom: 4px;

    list-style-type: decimal;
}


/* List Items */

.itinerary-description li {
    margin: 0;
    padding: 0;

    font-size: 12px;
    line-height: 1.7;

    color: #5f6963;

    font-family: inherit;
}


/* Nested Lists */

.itinerary-description li ul,
.itinerary-description li ol {
    margin-top: 2px;
    margin-bottom: 2px;
}


/* Strong / Bold text inside description */

.itinerary-description strong,
.itinerary-description b {
    font-family: inherit;
    color: inherit;
}


/* Links */

.itinerary-description a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/* =========================================================
   TREASURE SIGHTSEEING
========================================================= */

.treasure-sightseeing {
    margin-top: 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
}


/* =========================================================
   SIGHTSEEING INFO ROW
========================================================= */

.sightseeing-info-row {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 14px 16px;

    background: linear-gradient(
        135deg,
        #f8fffb,
        #f2fbf7
    );

    border-bottom: 1px solid #e8efeb;
}

.sightseeing-info-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #e8f8f0;
    color: #059669;

    font-size: 16px;
}

.sightseeing-info-label {
    min-width: 0;
    flex: 1;
}

.sightseeing-info-label span {
    display: block;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .8px;

    color: #059669;
}

.sightseeing-info-label strong {
    display: block;

    margin-top: 2px;

    font-size: 13px;
    color: #26332c;
}


/* =========================================================
   INFO BUTTON
========================================================= */




/* =========================================================
   SUMMARY
========================================================= */

.sightseeing-summary {
    display: flex;
    align-items: center;
    gap: 7px;
}

.sightseeing-summary span {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    padding: 5px 8px;

    background: #fff;

    border: 1px solid #e3ebe6;

    border-radius: 7px;

    font-size: 10px;
    color: #64746b;
}


/* =========================================================
   COMMON ITINERARY BLOCK
========================================================= */

.itinerary-block {
    padding: 16px;
}

.itinerary-block + .itinerary-block {
    border-top: 1px solid #edf1ef;
}



.heading-left {
    display: flex;
    align-items: center;
    gap: 9px;
}

.heading-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    font-size: 13px;
}

.attraction-heading-icon {
    background: #fff4e9;
    color: #ea580c;
}

.activity-heading-icon {
    background: #eafaf3;
    color: #059669;
}

.heading-eyebrow {
    display: block;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .7px;

    color: #9aa49d;
}

.inline-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 11px;
}

.inline-heading-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.inline-heading-icon {
    width: 27px;
    height: 27px;
    min-width: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;

    font-size: 11px;
}

.inline-heading-icon.attraction-icon {
    background: #fff4e9;
    color: #ea580c;
}

.inline-heading-icon.activity-icon {
    background: #eafaf3;
    color: #059669;
}

.inline-heading-left span {
    display: block;

    font-size: 7px;
    font-weight: 800;

    letter-spacing: .8px;

    color: #9aa49d;
}

.inline-heading-left strong {
    display: block;

    margin-top: 1px;

    font-size: 12px;
    font-weight: 750;

    color: #26322b;
}

.inline-section-heading > small {
    padding: 4px 7px;

    border-radius: 6px;

    background: #f6f8f7;

    color: #7d8981;

    font-size: 8px;
    font-weight: 600;
}

.heading-count {
    padding: 5px 8px;

    border-radius: 7px;

    background: #f6f8f7;

    font-size: 9px;
    font-weight: 600;

    color: #7a857e;
}


/* =========================================================
   LOCATION
========================================================= */

.day-location-group {
    margin-bottom: 16px;
}

.day-location-group:last-child {
    margin-bottom: 0;
}

.day-location-header {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 9px;
}

.day-location-number {
    width: 25px;
    height: 25px;
    min-width: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ecfdf5;
    color: #059669;

    font-size: 10px;
    font-weight: 700;
}

.day-location-info strong {
    display: block;

    font-size: 12px;
    font-weight: 700;

    color: #37423b;
}

.day-location-meta {
    display: flex;
    gap: 9px;

    margin-top: 2px;
}

.day-location-meta span {
    font-size: 9px;
    color: #8b958e;
}


/* =========================================================
   COMPACT ATTRACTION LIST
========================================================= */

.compact-attraction-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-left: 34px;
}


/* =========================================================
   COMPACT ATTRACTION CARD
========================================================= */

.compact-attraction-card {
    display: flex;
    align-items: center;

    width: 190px;
    min-height: 58px;

    background: #fff;

    border: 1px solid #e7ece9;
    border-radius: 9px;

    overflow: hidden;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.compact-attraction-card:hover {
    transform: translateY(-1px);

    border-color: #cddbd4;

    box-shadow: 0 5px 14px rgba(20,40,30,.07);
}


/* =========================================================
   SMALL IMAGE
========================================================= */

.compact-attraction-media {
    width: 62px;
    height: 58px;
    min-width: 62px;

    background: #f1f5f3;

    overflow: hidden;
}

.compact-attraction-media img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.compact-attraction-fallback {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f0f8f4;

    color: #6c8176;

    font-size: 20px;
}


/* =========================================================
   ATTRACTION INFO
========================================================= */

.compact-attraction-info {
    min-width: 0;

    padding: 7px 9px;
}

.compact-attraction-info strong {
    display: block;

    font-size: 10px;
    line-height: 1.35;

    font-weight: 700;

    color: #303b34;

    white-space: normal;
}

.compact-attraction-info span {
    display: block;

    margin-top: 3px;

    font-size: 8px;

    color: #9aa49d;
}


/* =========================================================
   EMOJI
========================================================= */

.treasure-emoji {
    font-size: 21px;
    line-height: 1;
}


/* =========================================================
   THINGS TO DO
========================================================= */

.things-to-do-block {
    background: #fbfdfc;
}

/* .things-to-do-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 9px;
} */

.things-to-do-card {
    display: flex;
    align-items: center;

    min-width: 0;

    padding: 9px;

    background: #fff;

    border: 1px solid #e5ebe7;
    border-radius: 9px;

    transition: .2s ease;
}

.things-to-do-card:hover {
    border-color: #cbdad2;

    box-shadow: 0 5px 14px rgba(20,40,30,.06);
}

.things-to-do-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 8px;

    border-radius: 8px;

    background: #fff5eb;

    color: #ea580c;

    font-size: 13px;
}

.activity-emoji {
    font-size: 18px;
    line-height: 1;
}

.things-to-do-info {
    min-width: 0;
    flex: 1;
}

.things-to-do-info strong {
    display: block;

    font-size: 10px;
    font-weight: 700;

    color: #303b34;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.things-to-do-info span {
    display: block;

    margin-top: 2px;

    font-size: 8px;

    color: #7d8981;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.things-to-do-info small {
    display: block;

    margin-top: 3px;

    font-size: 8px;

    color: #9aa49d;
}

.things-to-do-info small i {
    margin-right: 3px;
}

.things-to-do-price {
    margin-left: 6px;

    font-size: 10px;
    font-weight: 700;

    color: #059669;

    white-space: nowrap;
}


/* =========================================================
   EMPTY
========================================================= */

.no-attractions-message {
    padding: 14px;

    border: 1px dashed #dce5df;
    border-radius: 9px;

    background: #fafcfb;

    color: #89948d;

    font-size: 10px;
}

.treasure-empty-state {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 14px;

    border: 1px dashed #dce5df;
    border-radius: 10px;

    background: #fafcfb;
}

.treasure-empty-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #f0f4f2;
    color: #89948d;
}

.treasure-empty-state strong {
    display: block;

    font-size: 12px;
    color: #4b564f;
}

.treasure-empty-state span {
    display: block;

    margin-top: 3px;

    font-size: 9px;
    color: #89948d;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .things-to-do-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 600px) {

    .sightseeing-info-row {
        padding: 12px;
    }

    .sightseeing-summary {
        display: none;
    }

    .itinerary-block {
        padding: 13px;
    }

    .compact-attraction-list {
        margin-left: 0;

        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .compact-attraction-card {
        width: 100%;
    }

    .things-to-do-grid {
        grid-template-columns: 1fr;
    }

}


.day-attraction-list {
    padding-left: 1px;
}

.day-location-group {
    margin-bottom: 13px;
}

.day-location-group:last-child {
    margin-bottom: 0;
}

.day-location-header {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 6px;
}

.day-location-number {
    width: 23px;
    height: 23px;
    min-width: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ecfdf5;
    color: #059669;

    font-size: 9px;
    font-weight: 800;
}

.day-location-info strong {
    display: block;

    font-size: 11px;
    font-weight: 750;

    color: #37423b;
}

.day-location-meta {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 1px;
}

.day-location-meta span {
    display: inline-flex;
    align-items: center;
    gap: 3px;

    color: #929c95;

    font-size: 8px;
}

.attraction-inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;

    padding-left: 31px;
}

.attraction-inline-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    min-width: 0;

    padding: 5px 8px 5px 5px;

    background: #fafcfb;

    /* border: 1px solid #edf1ef; */
    border-radius: 7px;

    transition:
        border-color .2s ease,
        background .2s ease;
}

.attraction-inline-item:hover {
    background: #f7fbf9;
    border-color: #d9e5df;
}

.attraction-inline-icon {
    width: 25px;
    height: 25px;
    min-width: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 6px;

    background: #f0f7f3;
    color: #ffa705;;

    font-size: 17px;
}

.attraction-inline-icon img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.attraction-icon-fallback {
    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;
}

.attraction-inline-content {
    min-width: 0;
}

.attraction-inline-content strong {
    display: block;

    font-size: 9px;
    line-height: 1.2;

    font-weight: 700;

    color: #303b34;
}

.attraction-inline-content span {
    display: block;

    margin-top: 2px;

    color: #9aa49d;

    font-size: 7px;
}

.things-to-do-section {
    margin-top: 16px;

    padding-top: 13px;

    border-top: 1px solid #edf1ef;
}

.activity-inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.activity-inline-item {
    display: flex;
    align-items: center;
    gap: 7px;

    min-width: 0;

    padding: 6px 8px 6px 6px;

    /* background: #fff; */

    /* border: 1px solid #e8eeeb; */
    /* border-radius: 7px; */

    transition: .2s ease;
}

.activity-inline-item:hover {
    background: #fbfdfc;
    border-color: #d5e2db;
}

.activity-inline-icon {
    width: 25px;
    height: 25px;
    min-width: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 6px;

    background: #fff5eb;
    color: #ea580c;

    font-size: 17px;
}

.activity-inline-content {
    min-width: 0;
}

.activity-inline-content strong {
    display: block;

    font-size: 9px;
    font-weight: 700;

    color: #303b34;
}

.activity-inline-content span {
    display: block;

    margin-top: 1px;

    font-size: 7px;

    color: #8b958e;
}

.activity-inline-content small {
    display: block;

    margin-top: 2px;

    color: #9aa49d;

    font-size: 7px;
}

.activity-inline-content small i {
    margin-right: 2px;
}
.attraction-duration {
    display: flex;
    gap: 3px;
}
.activity-price {
    margin-left: 3px;

    color: #059669;

    font-size: 8px;

    white-space: nowrap;
}
.treasure-sightseeing-info {
    position: relative;
}

.treasure-info-btn {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dce7e1;
    border-radius: 8px;

    background: #fff;

    color: #718078;

    cursor: pointer;

    transition: .2s ease;
}

.treasure-info-btn:hover {
    color: #fff;
    background: #059669;
    border-color: #059669;
}

.treasure-sightseeing-info:hover .treasure-info-btn {
    color: #059669;
    background: #ecfdf5;
}

.treasure-sightseeing-tooltip {
    position: absolute;

    top: calc(100% + 9px);
    right: 0;

    width: 280px;

    padding: 13px 14px;

    background: #17211b;
    color: #fff;

    border-radius: 10px;

    box-shadow: 0 12px 30px rgba(0,0,0,.18);

    opacity: 0;
    visibility: hidden;

    transform: translateY(-5px);

    transition: .2s ease;

    z-index: 100;
}

.treasure-sightseeing-info:hover
.treasure-sightseeing-tooltip,
.treasure-sightseeing-info.show
.treasure-sightseeing-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.treasure-tooltip-title {
    display: flex;
    align-items: center;
    gap: 7px;

    font-size: 11px;
    font-weight: 750;
}

.treasure-tooltip-title i {
    color: #6ee7b7;
}

.treasure-sightseeing-tooltip p {
    margin: 7px 0 0;

    color: #d5dfda;

    font-size: 10px;
    line-height: 1.6;
}
@media (max-width: 600px) {

    .treasure-content {
        padding: 13px;
    }

    .inline-section-heading {
        margin-bottom: 9px;
    }

    .inline-heading-left {
        gap: 7px;
    }

    .inline-heading-icon {
        width: 25px;
        height: 25px;
        min-width: 25px;
    }

    .inline-heading-left strong {
        font-size: 11px;
    }

    .attraction-inline-list {
        padding-left: 0;
        gap: 5px;
    }

    .attraction-inline-item {
        flex: 1 1 calc(50% - 5px);
    }

    .activity-inline-item {
        flex: 1 1 100%;
    }

    .treasure-sightseeing-tooltip {
        position: fixed;

        left: 15px;
        right: 15px;

        top: auto;
        bottom: 20px;

        width: auto;
    }

}

/* =========================================================
   DAY LOCATION - INLINE ATTRACTIONS
========================================================= */

.day-attraction-list {
    padding-left: 0;
}

.day-location-group {
    margin-bottom: 10px;
}

.day-location-group:last-child {
    margin-bottom: 0;
}

.day-location-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.day-location-content {
    min-width: 0;
    width: 100%;
}

.day-location-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;

    line-height: 1.5;
}

.day-location-main > strong {
    font-size: 11px;
    font-weight: 750;
    color: #303b34;
    white-space: nowrap;
}

.attraction-separator {
    color: #a0aaa4;
    font-size: 10px;
}


/* =========================================================
   ATTRACTIONS INLINE
========================================================= */

.day-attraction-names {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.day-attraction-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    white-space: nowrap;
}

.day-attraction-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 5px;

    background: #f0f7f3;
    color: #f59e0b;

    font-size: 12px;
}

.day-attraction-icon img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.day-attraction-icon-fallback {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.day-attraction-name {
    font-size: 10px;
    font-weight: 500;
    color: #69756e;
}


/* =========================================================
   LOCATION META
========================================================= */

.day-location-meta {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 3px;
}

.day-location-meta span {
    display: inline-flex;
    align-items: center;
    gap: 3px;

    color: #929c95;
    font-size: 8px;
}

.day-location-meta i {
    font-size: 8px;
}