/* Shared Styles for CTB Web App */

h1,
.card-title,
#aboutModalLabel,
.modal-title {
  font-family: "Changa One", cursive, sans-serif;
}
.card-title {
  font-size: 1.5rem;
  line-height: 0.7;
}
.vendor-card img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.vendor-links a {
  margin-right: 10px;
  margin-bottom: 6px;
}
.vendor-links a:last-child {
  margin-right: 0;
}
.star-rating .bi-star,
.star-rating .bi-star-fill {
  font-size: 1.5rem;
  color: #ffc107;
  cursor: pointer;
}
.star-rating .bi-star {
  color: #e4e5e9;
}
.comment-list {
  overflow-y: auto;
  margin-bottom: 1rem;
}
.comment-item {
  border-bottom: 1px solid #eee;
  padding: 0.25rem 0;
}
.vendor-card {
  border-radius: 1.25rem !important;
}
.vendor-card .card-img-top {
  border-top-left-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important;
}
.vendor-card .card-footer {
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important;
}
.btn {
  border-radius: 0.8rem !important;
}
.filter-select {
  min-width: 200px;
}
@media (max-width: 767px) {
  .filter-select {
    min-width: 100%;
  }
}
.filters-container {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.island-category-group {
  display: flex;
  gap: 1rem;
}
.content-container {
  max-width: 600px;
}

@media (min-width: 768px) {
  .content-container {
    max-width: 900px;
  }
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.nav-btn-solid {
  background-color: #1186a1;
  color: white;
  border: 1px solid #1186a1;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-btn-solid:hover,
.nav-btn-solid:focus {
  background-color: #0e6b87;
  border-color: #0e6b87;
  color: white;
}

.nav.nav-pills .nav-link {
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  margin: 0 0.125rem;
}

.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link:focus {
  background-color: rgba(0, 123, 255, 0.1);
  color: #007bff;
}

.card {
  border: none;
}

.card-preview {
  border: 1px solid #ececec;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
}
.mt-sm {
  margin-top: 0.5rem;
}
.hidden {
  display: none;
}

.feature-card {
  margin-bottom: 2rem;
}
.feature-icon {
  font-size: 3rem;
  color: #007bff;
  margin-bottom: 1rem;
}

#vendors-list {
  position: relative;
}
