.trendy-field--calendar {
  display: grid;
  gap: 10px;
}

.trendy-calendar {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #e8dcc8;
  border-radius: 18px;
  background: #fffdf8;
}

.trendy-calendar__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, 120px) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: #ece7dc;
}

.trendy-calendar__select {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #ddd2bd;
  border-radius: 10px;
  background: #fff7e8;
}

.trendy-calendar__nav {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-end;
}

.trendy-calendar__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border: 1px solid #ddd2bd;
  border-radius: 10px;
  background: #fff;
  color: #1f1f1f;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.trendy-calendar__weekdays,
.trendy-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.trendy-calendar__weekdays {
  border-top: 1px solid #ece5d7;
  border-bottom: 1px solid #ece5d7;
  background: #fff;
}

.trendy-calendar__weekdays span {
  min-width: 0;
  padding: 14px 4px;
  color: #155f3d;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.trendy-calendar__grid {
  background: #fff;
}

.trendy-calendar__cell.is-empty,
.trendy-calendar__day {
  min-width: 0;
  min-height: 40px;
  border-right: 1px solid #efe7db;
  border-bottom: 1px solid #efe7db;
}

.trendy-calendar__cell.is-empty {
  background: #fff;
}

.trendy-calendar__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  border-top: 0;
  border-left: 0;
  background: #fff;
  color: #1f1f1f;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.trendy-calendar__day.is-disabled,
.trendy-calendar__day:disabled {
  color: #d8c8b5;
  background: #fffdfb;
  cursor: not-allowed;
}

.trendy-calendar__day.is-available:hover {
  background: #f8efe2;
}

.trendy-calendar__day.is-selected {
  background: #ee7b33;
  color: #fff;
}

.trendy-calendar__selected {
  color: #6d5b40;
  font-size: 14px;
  font-weight: 600;
}

.trendy-tooltip {
  position: absolute;
  z-index: 100020;
  max-width: min(240px, calc(100vw - 16px));
  padding: 8px 10px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  pointer-events: none;
  text-align: center;
  white-space: normal;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.12s ease, transform 0.12s ease;
}

.trendy-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.trendy-tooltip::after {
  content: '';
  position: absolute;
  left: var(--trendy-tooltip-arrow-left, 50%);
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.trendy-tooltip.is-top::after {
  top: 100%;
  border-top: 6px solid #000;
}

.trendy-tooltip.is-bottom::after {
  bottom: 100%;
  border-bottom: 6px solid #000;
}

.trendy-map-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 14px;
}

.trendy-map-meta__address {
  margin: 0;
  color: #5f5a4e;
  font-size: 14px;
}

.trendy-map-meta__link {
  margin: 0;
}

.trendy-map-meta__link a {
  color: #1f5a38;
  font-weight: 600;
  text-decoration: none;
}

.trendy-map-meta__link a:hover,
.trendy-map-meta__link a:focus {
  text-decoration: underline;
}

.trendy-frontend-google-map {
  width: 100%;
  min-height: 360px;
  background: #eef2f7;
}

.trendy-frontend-google-map[hidden],
.trendy-frontend-google-map-fallback[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .trendy-calendar__toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(86px, 110px) auto;
    gap: 8px;
    padding: 12px;
  }

  .trendy-calendar__weekdays span {
    font-size: 12px;
  }

  .trendy-calendar__day {
    min-height: 44px;
    font-size: 18px;
  }
}
.trendy-travel-tab-nav-wrap {
  position: relative;
}

.trendy-travel-tab-nav.is-fixed {
  position: fixed;
  top: 0;
  z-index: 30;
}

body.trendy-modal-open .trendy-travel-tab-nav {
  z-index: 0;
}

@media (min-width: 1025px) {
  .trendy-tour-wrapper-start,
  .trendy-tour-top-grid,
  .trendy-hotel-wrapper-start,
  .trendy-hotel-top-grid,
  .trendy-attraction-wrapper-start,
  .trendy-attraction-top-grid {
    overflow: visible;
  }

  .trendy-tour-sidebar,
  .trendy-hotel-sidebar,
  .trendy-attraction-sidebar {
    position: sticky;
    top: 92px;
    align-self: start;
    height: fit-content;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    z-index: 3;
  }
}
