/* Travel Activities module */
.add-story.js_activity_screen_open[data-screen="create"] {
  width: 78px;
}

.add-story.js_activity_screen_open[data-screen="create"] .tl-activity-create-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #4f7cf7;
  border: 2px solid rgba(79, 124, 247, 0.14);
  box-shadow: 0 8px 18px rgba(79, 124, 247, 0.20);
}

.add-story.js_activity_screen_open[data-screen="create"] .tl-activity-create-circle i {
  color: inherit;
  font-size: 22px;
  line-height: 1;
}

.add-story.js_activity_screen_open[data-screen="create"] .tl-activity-create-circle:hover {
  color: #fff;
  filter: brightness(0.96);
}

#modal .modal-dialog.tl-activity-modal-dialog {
  width: min(1080px, calc(100vw - 40px));
  max-width: none;
  height: min(860px, calc(100dvh - 48px));
  margin: 24px auto;
}

#modal .modal-dialog.tl-activity-modal-dialog.modal-lg {
  width: min(760px, calc(100vw - 40px));
}

#modal .modal-dialog.tl-activity-modal-dialog .modal-content {
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #f5f7fb;
}

#modal .modal-dialog.tl-activity-modal-dialog .modal-content:before {
  pointer-events: none;
}

.tl-activity-app-modal {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  color: #101828;
  background: #f5f7fb;
}

.tl-activity-app-header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  min-height: 58px;
  padding: 8px 14px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  flex: 0 0 auto;
}

.tl-activity-app-title {
  min-width: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tl-activity-header-back,
.tl-activity-header-close {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4eaf1;
  border-radius: 50%;
  color: #344054 !important;
  background: #f8fafc;
  box-shadow: 0 2px 6px rgba(15, 23, 42, .06);
  cursor: pointer;
  pointer-events: auto;
}

.tl-activity-header-back i,
.tl-activity-header-close i {
  color: inherit !important;
}

.tl-activity-header-close {
  justify-self: end;
}

.tl-activity-app-body,
.tl-activity-modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.tl-activity-app-body {
  padding: 18px;
}

.tl-activity-modal-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.tl-activity-modal-header .btn-close {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  background-color: #eef2f6;
  background-size: 11px;
  opacity: .75;
  transition: background-color .15s ease, opacity .15s ease, transform .15s ease;
}

.tl-activity-modal-header .btn-close:hover {
  background-color: #e2e8f0;
  opacity: 1;
}

.tl-activity-modal-body {
  padding: 12px;
  background: #fff;
}

.tl-activity-doc-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: #fff;
}

.tl-activity-doc-row,
.tl-activity-images-row,
.tl-activity-service-row {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border: 1px solid #d9e0ea;
  border-radius: 0;
  background: #fff;
}

.tl-activity-doc-row + .tl-activity-doc-row,
.tl-activity-images-row + .tl-activity-doc-row,
.tl-activity-doc-row + .tl-activity-images-row,
.tl-activity-doc-row + .tl-activity-doc-section,
.tl-activity-doc-section + .tl-activity-doc-section,
.tl-activity-service-row + .tl-activity-service-row {
  margin-top: -1px;
}

.tl-activity-doc-label,
.tl-activity-images-label,
.tl-activity-service-label {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border-right: 1px solid #d8dde7;
  color: #1f2937;
  background: #f3f6fb;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.tl-activity-doc-input,
.tl-activity-images-content,
.tl-activity-service-content {
  min-width: 0;
  padding: 6px 8px;
}

.tl-activity-doc-input .form-control,
.tl-activity-service-content .form-control {
  width: 100%;
  min-height: 30px;
  padding: 4px 8px;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0;
  color: #111827;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 13px;
}

.tl-activity-time-line {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: #fff;
  white-space: nowrap;
}

.tl-activity-time-label {
  flex: 0 0 auto;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.tl-activity-time-separator {
  flex: 0 0 auto;
  color: #475569;
  font-weight: 800;
}

.tl-activity-time-to-label {
  margin-left: 6px;
}

.tl-activity-doc-form select.tl-activity-time-select {
  width: 66px;
  min-width: 66px;
  max-width: 66px;
  height: 36px;
  min-height: 36px;
  flex: 0 0 66px;
  padding: 4px 24px 4px 8px !important;
  border: 1px solid #d5deea !important;
  border-radius: 8px;
  color: #1f2937;
  background: #f8fafc !important;
  background-image: none !important;
  font-weight: 700;
  cursor: pointer;
}

.tl-activity-doc-form select.tl-activity-time-select:focus {
  border-color: #2f91e8 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(47, 145, 232, .12) !important;
}

.tl-activity-doc-form textarea.form-control {
  resize: none !important;
  overflow: hidden !important;
}

.tl-activity-doc-singleline {
  min-height: 30px;
  resize: none !important;
}

.tl-activity-description-row textarea {
  min-height: 88px;
}

.tl-activity-upload-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-width: 122px;
  max-width: max-content;
  min-height: 36px;
  padding: 0 16px;
  margin-bottom: 8px;
  border: 1px solid #0788e8;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #149fff, #0879dd);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(13, 153, 255, .2);
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.tl-activity-upload-btn i {
  font-size: 14px;
}

.tl-activity-upload-btn i,
.tl-activity-upload-btn span {
  color: #fff;
}

.tl-activity-upload-btn input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.tl-activity-upload-btn:focus-within {
  border-color: #0369c7;
  box-shadow: 0 0 0 3px rgba(13, 153, 255, .2), 0 5px 12px rgba(13, 153, 255, .24);
}

.tl-activity-images-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 72px;
  padding: 0;
  border: 1px dashed #cfd7e6;
  background: #f8fafc;
  cursor: pointer;
}

.tl-activity-images-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  padding: 14px;
  color: #667085;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.tl-activity-image-thumb {
  position: relative;
  width: 86px;
  height: 58px;
  overflow: hidden;
  border: 1px solid #cfd8e3;
  border-radius: 0;
  background: #e5e7eb;
}

.tl-activity-image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tl-activity-image-thumb span {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 24, 39, .72);
  font-size: 11px;
  font-weight: 800;
}

.tl-activity-image-remove,
.tl-activity-service-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #fecaca;
  border-radius: 50%;
  color: #dc2626;
  background: #fff5f5;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease, background .15s ease, transform .15s ease;
}

.tl-activity-image-remove:hover,
.tl-activity-service-remove:hover {
  border-color: #ef4444;
  color: #fff;
  background: #ef4444;
}

.tl-activity-doc-section {
  margin-top: -1px;
  border: 1px solid #d9e0ea;
  background: #fff;
}

.tl-activity-doc-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 7px 8px;
  border-bottom: 1px solid #d9e0ea;
  background: #f3f6fb;
}

.tl-activity-doc-section-head h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.tl-activity-doc-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid #b9d8f5;
  border-radius: 7px;
  color: #0d66c2;
  background: #f7fbff;
  box-shadow: 0 2px 5px rgba(13, 102, 194, .08);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform .15s ease, border-color .15s ease, color .15s ease, background .15s ease, box-shadow .15s ease;
}

.tl-activity-doc-add i {
  font-size: 13px;
  transition: transform .15s ease;
}

.tl-activity-doc-add:focus-visible {
  outline: 0;
  border-color: #0d88ea;
  box-shadow: 0 0 0 3px rgba(13, 153, 255, .18);
}

.tl-activity-services {
  background: #fff;
}

.tl-activity-service-content {
  position: relative;
  padding-right: 46px;
}

.tl-activity-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .9fr);
  gap: 22px;
  align-items: start;
}

.tl-activity-service-content label:not(.tl-activity-upload-btn) {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.tl-activity-service-pricing label:not(:first-child) {
  margin-top: 12px;
}

.tl-activity-service-description textarea.form-control,
.tl-activity-price-line input.form-control {
  border: 1px solid #d9e0ea !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.tl-activity-service-description textarea.form-control {
  min-height: 84px;
  padding: 8px 10px;
}

.tl-activity-price-line input.form-control {
  min-height: 38px;
  padding: 7px 10px;
}

.tl-activity-price-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  gap: 10px;
  align-items: center;
}

.tl-activity-price-line span {
  color: #111827;
  font-size: 13px;
  white-space: nowrap;
}

.tl-activity-service-upload {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content;
  margin-top: 10px;
  margin-bottom: 8px;
}

.tl-activity-service-remove {
  top: 12px;
  right: 12px;
}

.tl-activity-doc-form .modal-footer {
  flex: 0 0 auto;
  border-top: 1px solid #e5e7eb;
  background: #fff;
}

.tl-activity-doc-form .modal-footer .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition: transform .15s ease, border-color .15s ease, color .15s ease, background .15s ease, box-shadow .15s ease;
}

.tl-activity-doc-form .modal-footer .btn-light {
  min-width: 86px;
  border: 1px solid transparent;
  color: #111827;
  background: #f8fafc;
  box-shadow: none;
}

.tl-activity-doc-form .modal-footer .btn-primary {
  min-width: 180px;
  border: 1px solid #005baa;
  color: #fff;
  background: #005baa;
  box-shadow: 0 6px 14px rgba(0, 91, 170, .22);
}

.tl-activity-doc-form .modal-footer .btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(13, 153, 255, .18);
}

@media (hover: hover) and (pointer: fine) {
  .tl-activity-upload-btn:hover {
    border-color: #0574cf;
    background: linear-gradient(135deg, #078ff1, #056bc8);
    box-shadow: 0 6px 14px rgba(13, 119, 218, .3);
    transform: translateY(-1px);
  }

  .tl-activity-doc-add:hover {
    border-color: #79baf0;
    color: #075baa;
    background: #eaf6ff;
    box-shadow: 0 4px 9px rgba(13, 102, 194, .14);
    transform: translateY(-1px);
  }

  .tl-activity-doc-form .modal-footer .btn-light:hover {
    color: #111827;
    background: #eef2f6;
    box-shadow: 0 3px 8px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
  }

  .tl-activity-doc-form .modal-footer .btn-primary:hover {
    border-color: #004f95;
    color: #fff;
    background: #004f95;
    box-shadow: 0 8px 18px rgba(0, 91, 170, .28);
    transform: translateY(-1px);
  }
}

.tl-activity-upload-btn:active,
.tl-activity-doc-add:active,
.tl-activity-doc-form .modal-footer .btn:active {
  transform: translateY(1px) scale(.98);
  box-shadow: 0 1px 3px rgba(15, 23, 42, .14);
}

@media (hover: none), (pointer: coarse) {
  .tl-activity-upload-btn {
    min-height: 40px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .tl-activity-doc-add {
    min-height: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.tl-activity-screen {
  width: 100%;
  color: #101828;
}

.tl-activity-loading,
.tl-activity-empty-state,
.tl-activity-success-screen {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.tl-activity-success-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #12b76a;
  font-size: 28px;
}

.tl-activity-success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.tl-activity-list-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.tl-activity-bookings-link,
.tl-activity-booking-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #b9d8f5;
  border-radius: 8px;
  color: #0d66c2 !important;
  background: #f7fbff;
  box-shadow: 0 2px 5px rgba(13, 102, 194, .08);
  font-weight: 800;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, color .15s ease, background .15s ease, box-shadow .15s ease;
}

.tl-activity-bookings-link i,
.tl-activity-booking-detail-btn i {
  color: inherit !important;
}

.tl-activity-bookings-link:hover,
.tl-activity-booking-detail-btn:hover {
  border-color: #79baf0;
  color: #075baa !important;
  background: #eaf6ff;
  box-shadow: 0 4px 9px rgba(13, 102, 194, .14);
  transform: translateY(-1px);
}

.tl-activity-bookings-link:active,
.tl-activity-booking-detail-btn:active {
  transform: translateY(1px) scale(.98);
}

.tl-activity-discover-hero {
  position: relative;
  min-height: 245px;
  margin-bottom: 58px;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(8, 24, 42, .78), rgba(8, 24, 42, .18)), linear-gradient(135deg, #1677ff, #16a7b9);
  background-size: cover;
  background-position: center;
  overflow: visible;
}

.tl-activity-discover-copy {
  max-width: 560px;
  color: #fff;
}

.tl-activity-discover-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tl-activity-discover-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
}

.tl-activity-hero-search {
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translateX(-50%);
  width: min(780px, calc(100% - 36px));
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 140px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(16, 24, 40, .16);
}

.tl-activity-hero-search i {
  color: #98a2b3;
}

.tl-activity-hero-search input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d0d5dd;
  border-radius: 7px;
  outline: none;
  color: #101828;
  font-weight: 600;
}

.tl-activity-hero-search button,
.tl-activity-card-cta {
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #0d99ff;
  font-weight: 800;
}

.tl-activity-hero-search button {
  height: 42px;
}

.tl-activity-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}

.tl-activity-section-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

.tl-activity-section-head p,
.tl-activity-section-head span {
  margin: 4px 0 0;
  color: #667085;
  font-size: 13px;
}

.tl-activity-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tl-activity-card,
.tl-activity-content-card,
.tl-activity-title-card {
  position: relative;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
}

.tl-activity-card.js_activity_card_open {
  cursor: pointer;
}

.tl-activity-card-cover {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 3;
  color: #98a2b3;
  background: #e5e7eb;
  overflow: hidden;
}

.tl-activity-card-cover img,
.tl-activity-hero-image img,
.tl-activity-gallery-item img,
.feed-activity-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tl-activity-card-cover span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.tl-activity-card-body {
  position: relative;
  z-index: 2;
  padding: 14px;
}

.tl-activity-card-title,
.feed-activity-title {
  display: block;
  color: #101828;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.tl-activity-card-route,
.tl-activity-card-meta,
.feed-activity-meta,
.tl-activity-title-chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #667085;
  font-size: 13px;
}

.tl-activity-card-route,
.tl-activity-card-meta {
  margin-top: 9px;
}

.tl-activity-card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.tl-activity-card-price small,
.tl-activity-card-price span {
  display: block;
  color: #667085;
  font-size: 12px;
}

.tl-activity-card-price strong {
  color: #e03f2d;
  font-size: 18px;
  font-weight: 900;
}

.tl-activity-card-route span,
.tl-activity-card-meta span,
.feed-activity-meta span,
.tl-activity-title-chips span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tl-activity-detail-gallery {
  margin-bottom: 14px;
}

.tl-activity-gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-auto-rows: 145px;
  gap: 8px;
}

.tl-activity-gallery-item,
.tl-activity-hero-image,
.tl-activity-hero-empty {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #eef4ff;
}

.tl-activity-gallery-item.is-main {
  grid-row: span 2;
}

.tl-activity-gallery-item span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(17, 24, 39, .56);
  font-weight: 800;
}

.tl-activity-hero-image,
.tl-activity-hero-empty {
  aspect-ratio: 16 / 8;
}

.tl-activity-hero-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f7cf7;
  font-size: 42px;
}

.tl-activity-title-card,
.tl-activity-content-card {
  padding: 18px;
  margin-bottom: 14px;
}

.tl-activity-title-card h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
}

.tl-activity-content-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 900;
}

.tl-activity-rich-text {
  color: #344054;
  line-height: 1.65;
}

.tl-activity-service-list {
  display: grid;
  gap: 12px;
}

.tl-activity-service-card {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
}

.tl-activity-service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.tl-activity-service-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  color: #101828;
}

.tl-activity-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.tl-activity-detail-actions .btn,
.tl-activity-service-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #005baa;
  font-weight: 800;
}

.tl-activity-service-book-btn {
  margin-top: 10px;
}

.tl-activity-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #0d99ff;
  font-weight: 800;
  pointer-events: auto;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.tl-activity-card-cta:hover {
  color: #fff;
  background: #0574cf;
  box-shadow: 0 6px 14px rgba(13, 119, 218, .3);
  transform: translateY(-1px);
}

.tl-activity-booking-screen {
  color: #101828;
}

.tl-activity-booking-form {
  display: grid;
  gap: 14px;
}

.tl-activity-booking-summary,
.tl-activity-booking-card,
.tl-activity-booking-detail-hero {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}

.tl-activity-booking-summary,
.tl-activity-booking-detail-hero {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  align-items: center;
}

.tl-activity-booking-cover {
  width: 132px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: #eef4ff;
}

.tl-activity-booking-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tl-activity-cover-empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f7cf7;
  font-size: 28px;
}

.tl-activity-booking-label,
.tl-activity-booking-code {
  display: inline-flex;
  margin-bottom: 5px;
  color: #005baa;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tl-activity-booking-info h3,
.tl-activity-booking-detail-hero h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
}

.tl-activity-booking-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
}

.tl-activity-booking-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tl-activity-booking-card {
  overflow: hidden;
}

.tl-activity-booking-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #edf0f4;
  background: #f8fafc;
}

.tl-activity-booking-card-head h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
}

.tl-activity-booking-card-head span {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.tl-activity-service-choice-list {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.tl-activity-service-choice {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.tl-activity-service-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tl-activity-service-choice-main {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  background: #fff;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.tl-activity-service-choice.is-active .tl-activity-service-choice-main {
  border-color: #7cb7ee;
  background: #f5fbff;
  box-shadow: 0 0 0 3px rgba(13, 102, 194, .08);
}

.tl-activity-service-choice-main img {
  width: 86px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.tl-activity-service-choice-main strong {
  display: block;
  color: #101828;
  font-weight: 900;
  line-height: 1.4;
}

.tl-activity-service-choice-main small {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-weight: 700;
}

.tl-activity-ticket-panel {
  margin: 0 14px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.tl-activity-ticket-panel .tvx-ticket-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-bottom: 1px solid #eef2f6;
}

.tl-activity-ticket-panel .tvx-ticket-row:last-child {
  border-bottom: 0;
}

.tl-activity-ticket-panel .tvx-ticket-info span,
.tl-activity-ticket-panel .tvx-ticket-info strong,
.tl-activity-ticket-panel .tvx-ticket-info small {
  display: block;
}

.tl-activity-ticket-panel .tvx-ticket-info span {
  color: #101828;
  font-weight: 900;
}

.tl-activity-ticket-panel .tvx-ticket-info strong {
  margin-top: 4px;
  color: #005baa;
  font-size: 18px;
}

.tl-activity-ticket-panel .tvx-ticket-info small {
  margin-top: 2px;
  color: #667085;
}

.tl-activity-ticket-panel .tvx-ticket-qty {
  display: inline-grid;
  grid-template-columns: 34px 42px 34px;
  align-items: center;
  border: 1px solid #d9e0ea;
  border-radius: 999px;
  overflow: hidden;
  background: #f8fafc;
}

.tl-activity-ticket-panel .tvx-qty-btn {
  width: 34px;
  height: 34px;
  border: 0;
  color: #005baa;
  background: transparent;
  font-size: 18px;
  font-weight: 900;
}

.tl-activity-ticket-panel .tvx-qty-btn:disabled {
  color: #cbd5e1;
}

.tl-activity-ticket-panel .tvx-qty-number {
  text-align: center;
  font-weight: 900;
}

.tl-activity-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

.tl-activity-contact-grid .tvx-form-field {
  display: grid;
  gap: 6px;
  margin: 0;
}

.tl-activity-contact-grid .tvx-form-field span {
  color: #344054;
  font-size: 13px;
  font-weight: 900;
}

.tl-activity-contact-grid .form-control {
  min-height: 42px;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  box-shadow: none;
}

.tl-activity-contact-note {
  grid-column: 1 / -1;
}

.tl-activity-booking-total-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.tl-activity-booking-total-bar span {
  color: #667085;
  font-weight: 800;
}

.tl-activity-booking-total-bar strong {
  color: #005baa;
  font-size: 24px;
  font-weight: 900;
}

.tl-activity-booking-submit-row {
  display: flex;
  justify-content: flex-end;
}

.tl-activity-booking-submit-row .btn {
  min-width: 150px;
  border-radius: 999px;
  font-weight: 900;
}

.tl-activity-booking-detail-rows {
  display: grid;
}

.tl-activity-booking-detail-rows > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #eef2f6;
}

.tl-activity-booking-detail-rows > div:last-child {
  border-bottom: 0;
}

.tl-activity-booking-detail-rows span {
  color: #667085;
  font-weight: 800;
}

.tl-activity-booking-detail-rows strong {
  color: #101828;
}

.tl-activity-booking-detail-rows .is-total strong {
  color: #005baa;
  font-size: 20px;
}

.tl-activity-booking-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #92400e !important;
  background: #fef3c7;
  font-weight: 900 !important;
}

.tl-activity-booking-status.is-confirmed {
  color: #075985 !important;
  background: #e0f2fe;
}

.tl-activity-booking-status.is-completed {
  color: #166534 !important;
  background: #dcfce7;
}

.tl-activity-booking-status.is-cancelled {
  color: #991b1b !important;
  background: #fee2e2;
}

.tl-activity-booking-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.tl-activity-booking-filters button {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  color: #344054;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.tl-activity-booking-filters button:hover,
.tl-activity-booking-filters button.is-active {
  border-color: #0d99ff;
  color: #0d66c2;
  background: #f0f8ff;
}

.tl-activity-bookings-list {
  display: grid;
  gap: 14px;
}

.tl-activity-booking-item {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
}

.tl-activity-booking-item-cover {
  overflow: hidden;
  border-radius: 8px;
  background: #e5e7eb;
}

.tl-activity-booking-item-cover img {
  width: 100%;
  height: 100%;
  min-height: 138px;
  display: block;
  object-fit: cover;
}

.tl-activity-booking-item-cover .tl-activity-cover-empty {
  min-height: 138px;
}

.tl-activity-booking-item-body {
  min-width: 0;
}

.tl-activity-booking-item-head,
.tl-activity-booking-item-footer,
.tl-activity-booking-detail-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.tl-activity-booking-code {
  display: inline-flex;
  margin-bottom: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #0d66c2;
  background: #eaf6ff;
  font-size: 12px;
  font-weight: 900;
}

.tl-activity-booking-item h4,
.tl-activity-booking-item-head h2 {
  margin: 0;
  color: #101828;
  font-weight: 900;
  line-height: 1.25;
}

.tl-activity-booking-item-route,
.tl-activity-booking-item-meta,
.tl-activity-booking-customer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 9px;
  color: #667085;
  font-size: 13px;
}

.tl-activity-booking-customer strong,
.tl-activity-booking-customer a,
.tl-activity-booking-item-meta span,
.tl-activity-booking-item-route span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tl-activity-booking-item-footer {
  align-items: flex-end;
  margin-top: 14px;
}

.tl-activity-booking-item-footer small {
  display: block;
  color: #667085;
  font-size: 12px;
}

.tl-activity-booking-item-footer strong {
  color: #e03f2d;
  font-size: 18px;
  font-weight: 900;
}

.tl-activity-booking-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.tl-activity-booking-note,
.tl-activity-booking-detail-actions {
  margin-top: 14px;
}

.tl-activity-page {
  padding-top: 20px;
  padding-bottom: 30px;
}

.feed-activity-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.feed-activity-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  color: #4f7cf7;
  background: #eef4ff;
}

.feed-activity-cover-empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.feed-activity-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 24, 39, .76);
  font-weight: 800;
}

.feed-activity-body {
  padding: 14px;
}

.feed-activity-description {
  margin-top: 10px;
  color: #475467;
  line-height: 1.55;
}

.feed-activity-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.feed-activity-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff;
  background: #4f7cf7;
  font-weight: 800;
  border: 0;
}

.tl-activity-lightbox {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(2, 6, 23, .88);
}

.tl-activity-lightbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.tl-activity-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .14);
}

@media (max-width: 767px) {
  #modal .modal-dialog.tl-activity-modal-dialog,
  #modal .modal-dialog.tl-activity-modal-dialog.modal-lg {
    width: 100vw;
    height: 100dvh;
    margin: 0;
  }

  #modal .modal-dialog.tl-activity-modal-dialog .modal-content {
    border-radius: 0;
  }

  .tl-activity-doc-row,
  .tl-activity-images-row,
  .tl-activity-service-row {
    grid-template-columns: 1fr;
  }

  .tl-activity-doc-label,
  .tl-activity-images-label,
  .tl-activity-service-label {
    border-right: 0;
    border-bottom: 1px solid #d8dde7;
    padding-bottom: 6px;
  }

  .tl-activity-service-grid,
  .tl-activity-card-grid,
  .tl-activity-service-card,
  .tl-activity-booking-summary,
  .tl-activity-booking-detail-hero,
  .tl-activity-booking-item,
  .tl-activity-booking-detail-grid,
  .tl-activity-contact-grid,
  .tl-activity-booking-detail-rows > div {
    grid-template-columns: 1fr;
  }

  .tl-activity-booking-cover {
    width: 100%;
  }

  .tl-activity-booking-card-head,
  .tl-activity-booking-item-head,
  .tl-activity-booking-item-footer,
  .tl-activity-booking-detail-actions,
  .tl-activity-ticket-panel .tvx-ticket-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .tl-activity-service-choice-main {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .tl-activity-service-choice-main img {
    width: 72px;
  }

  .tl-activity-gallery-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .tl-activity-gallery-item {
    flex: 0 0 88%;
    aspect-ratio: 4 / 3;
    scroll-snap-align: center;
  }

  .tl-activity-title-card h1 {
    font-size: 22px;
  }

  .tl-activity-list-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 6px;
  }

  .tl-activity-bookings-link {
    min-width: 0;
    min-height: 48px;
    padding: 5px 4px;
    gap: 4px;
    font-size: 11px;
    line-height: 1.2;
  }

  .tl-activity-bookings-link span {
    min-width: 0;
    text-align: center;
  }

  .tl-activity-discover-hero {
    min-height: 230px;
    margin-bottom: 118px;
    padding: 22px;
  }

  .tl-activity-discover-copy h2 {
    font-size: 25px;
  }

  .tl-activity-hero-search {
    bottom: -96px;
    grid-template-columns: 22px minmax(0, 1fr);
    width: calc(100% - 28px);
  }

  .tl-activity-hero-search button {
    grid-column: 1 / -1;
  }

  .tl-activity-card-bottom,
  .tl-activity-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tl-activity-card-cta {
    width: 100%;
  }
}
