.boat-card-grid-column {
  display: flex;
}

.boat-card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}

.tp-tour-thumb .image > picture.media-skeleton-frame {
  height: 100%;
}

.boat-card-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  padding: 14px 18px;
}

.boat-card-title {
  display: -webkit-box;
  min-height: 1em;
  overflow: hidden;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: var(--tp-ff-body);
}

.boat-card-footer {
  margin-top: auto;
}

.boat-card-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  margin-bottom: 10px;
  gap: 12px;
  color: var(--tp-grey-1, #6b7280);
  font-size: 14px;
  line-height: 1.35;
}

.boat-card-review,
.boat-card-location {
  display: flex;
  align-items: center;
  min-width: 0;
}

.boat-card-review {
  flex: 1 1 auto;
}

.boat-card-location {
  flex: 0 1 48%;
  justify-content: flex-end;
}

.boat-card-review-icon,
.boat-card-location-icon {
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  color: var(--tp-theme-1, #f04438);
}

.boat-card-review-icon svg {
  width: 14px;
  height: 13px;
  color: #ffa500;
}

.boat-card-location-icon svg {
  width: 15px;
  height: 16px;
  color: #347aff;
}

.boat-card-review-text,
.boat-card-location-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.boat-card-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 10px;
  padding-bottom: 16px;
}

.boat-card-info > .boat-card-info-item,
.boat-card-info > .boat-card-info-item:first-child {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  line-height: 1.35;
}

.boat-card-info > .boat-card-info-item:not(:last-child)::before {
  display: none;
}

.boat-card-info-icon {
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  color: var(--tp-theme-1, #f04438);
}

.boat-card-info .boat-card-info-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  transform: none;
  color: #bbbbbb !important;
}

.boat-card-info .boat-card-info-icon svg.boat-card-info-icon--boat {
  width: 15px;
  height: 17px;
}

.boat-card-info-text {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.boat-currency-notice {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin: 0 0 0 5px;
  padding: 0;
  border: 1px solid rgba(107, 114, 128, 0.45);
  border-radius: 50%;
  background: transparent;
  color: #7b8491;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  cursor: help;
}

.boat-currency-tooltip {
  --bs-tooltip-bg: #172126;
  --bs-tooltip-color: #fff;
  --bs-tooltip-max-width: min(250px, calc(100vw - 24px));
  --bs-tooltip-opacity: 1;
  z-index: 1090;
  pointer-events: none;
}

.boat-currency-tooltip .tooltip-inner {
  max-width: min(250px, calc(100vw - 24px));
  padding: 8px 10px;
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(7, 21, 22, 0.18);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}

.boat-currency-notice:focus-visible {
  outline: 2px solid var(--tp-theme-1, #f04438);
  outline-offset: 2px;
}

@media (max-width: 359.98px) {
  .boat-card-info {
    column-gap: 10px;
  }

  .boat-card-info-icon {
    margin-right: 4px;
  }
}

@media (max-width: 768px) {
  .tp-tour-thumb .image {
    height: 190px;
  }
  .boat-card-content {
    padding: 8px 10px;
  }
  .boat-card-info-text {
    font-size: 14px;
  }
  .boat-card-title {
    font-size: 16px;
  }
}
option {
    background: grey;
}
.boat-list-controls {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid #e5e8eb;
  border-radius: 14px;
  background: #042833;
  box-shadow: 0 8px 28px rgba(7, 21, 22, 0.05);
}

.boat-list-controls-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  align-items: end;
  gap: 12px;
}

.boat-list-control {
  min-width: 0;
}

.boat-list-control label {
  display: block;
  margin-bottom: 7px;
  color: #dddddd;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.boat-list-control .form-select {
  width: 100%;
  min-height: 46px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  color: white;
  outline: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.boat-list-control .form-select:focus {
  border-color: var(--tp-theme-1, #f04438);
  box-shadow: 0 0 0 3px rgba(240, 68, 56, 0.12);
}

.boat-list-controls-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  min-height: 46px;
}

.boat-list-clear {
  color: #ededed;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.boat-list-clear:hover {
  color: var(--tp-theme-1, #f04438);
}

.boat-list-apply {
  min-width: 104px;
  min-height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(16 12 12 / 20%), rgb(18 18 18 / 10%));
  color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.boat-list-mobile-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.boat-list-mobile-result {
  color: #172126;
  font-size: 14px;
  font-weight: 600;
}

.boat-list-filter-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid #dfe3e6;
  border-radius: 10px;
  background: #fff;
  color: #172126;
  font-size: 14px;
  font-weight: 600;
}

.boat-list-filter-trigger i {
  color: var(--tp-theme-1, #f04438);
}

.boat-list-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--tp-theme-1, #f04438);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.boat-filter-modal .modal-title {
  color: #e3e7e9;
  font-size: 20px;
  font-weight: 600;
}

.boat-list-mobile-fields {
  display: grid;
  gap: 16px;
}

.boat-filter-modal-footer {
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr);
  align-items: center;
  gap: 20px;
}

.boat-filter-modal-footer .boat-list-apply {
  width: 100%;
}

@media (max-width: 991.98px) {
  .boat-filter-modal {
    z-index: 1060 !important;
  }
  .boat-filter-modal .modal-dialog {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    min-height: 100%;
    margin: 0;
  }

  .boat-filter-modal .modal-content {
    max-height: 88vh;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .boat-filter-modal .modal-header,
  .boat-filter-modal .modal-body,
  .boat-filter-modal .modal-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
