.ms-package-page {
  background: #f6f7fb;
  padding-bottom: 40px;
  font-family: "Outfit", sans-serif;
}

.ms-package-hero {
  padding: 24px 0 10px;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.ms-breadcrumb {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 8px;
}
.ms-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}
.ms-breadcrumb span {
  margin: 0 4px;
}

.ms-package-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111827;
}

.ms-package-meta-tag {
  display: inline-block;
  margin-top: 4px;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
}

/* Price Card */
.ms-price-card {
  background: #f9fafb;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  border: 1px solid #e5e7eb;
}

.ms-price-wrap {
  margin-bottom: 10px;
}
.ms-price-current {
  font-size: 24px;
  font-weight: 700;
  color: #16a34a;
}
.ms-price-note {
  font-size: 12px;
  color: #6b7280;
}

/* Info list for ACF fields */
.ms-price-info-list {
  border-top: 1px dashed #e5e7eb;
  padding-top: 10px;
  margin-top: 6px;
  margin-bottom: 14px;
}
.ms-price-info-item {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 4px;
}
.ms-price-info-item .ms-label {
  color: #6b7280;
}
.ms-price-info-item .ms-value {
  font-weight: 500;
  color: #111827;
}

/* Buttons */
.ms-btn-primary {
  background: #0ea5e9;
  border: none;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
}
.ms-btn-primary:hover {
  background: #0284c7;
  color: #ffffff;
}

.ms-btn-outline {
  background: #ffffff;
  border: 1px solid #0ea5e9;
  color: #0ea5e9;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
}
.ms-btn-outline:hover {
  background: #0ea5e9;
  color: #ffffff;
}

.ms-price-highlights {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  font-size: 13px;
  color: #4b5563;
}
.ms-price-highlights li {
  margin-bottom: 4px;
}

/* Body */
.ms-package-body {
  padding: 20px 0 40px;
}

.ms-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 18px 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(148, 163, 184, 0.15);
}

.ms-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111827;
}

.ms-card-content .ms-package-content p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #374151;
}

/* Sidebar */
.ms-sidebar {
  position: relative;
}
@media (min-width: 992px) {
  .ms-sidebar {
    position: sticky;
    top: 90px;
  }
}

.ms-sidebar-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.ms-sidebar-text {
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 12px;
}

.ms-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #374151;
}
.ms-contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

/* Form */
.ms-booking-form .form-label {
  font-size: 13px;
  margin-bottom: 2px;
}
.ms-booking-form .form-control {
  font-size: 13px;
  border-radius: 6px;
}

/* Small screen tweaks */
@media (max-width: 767.98px) {
  .ms-package-hero {
    padding-top: 16px;
  }
  .ms-package-title {
    font-size: 22px;
  }
  .ms-price-card {
    margin-top: 10px;
  }
}




.ms-package-archive {
  background: #f6f7fb;
  padding-bottom: 40px;
  font-family: "Outfit", sans-serif;
}

.ms-archive-hero {
  padding: 24px 0 10px;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.ms-archive-title {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.ms-archive-subtitle {
  font-size: 14px;
  color: #4b5563;
  max-width: 620px;
}

.ms-archive-search-wrap {
  text-align: left;
}
.ms-search-label {
  font-size: 12px;
  color: #6b7280;
  display: block;
  margin-bottom: 4px;
}
.ms-search-input-wrap {
  position: relative;
}
.ms-search-input-wrap .form-control {
  font-size: 13px;
  border-radius: 999px;
  padding-right: 34px;
}
.ms-search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #9ca3af;
}
.ms-search-help {
  font-size: 11px;
  color: #9ca3af;
}

/* Listing */
.ms-archive-list {
  padding: 20px 0 40px;
}

/* Cards */
.ms-package-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 10px rgba(148, 163, 184, 0.18);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ms-package-thumb {
  display: block;
  position: relative;
  padding-top: 60%; /* 3:2 ratio */
  overflow: hidden;
}
.ms-package-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.ms-package-card:hover .ms-package-thumb img {
  transform: scale(1.03);
}

.ms-package-card-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ms-package-card-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.ms-package-card-title a {
  text-decoration: none;
  color: #111827;
}
.ms-package-card-title a:hover {
  color: #0ea5e9;
}

.ms-package-meta-top {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ms-meta-pill {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
}
.ms-meta-pill-outline {
  background: #fefce8;
  color: #b45309;
}

.ms-package-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.ms-package-price {
  font-weight: 700;
  color: #16a34a;
}
.ms-package-report {
  color: #4b5563;
  font-size: 12px;
}

.ms-package-age {
  font-size: 12px;
  color: #6b7280;
}

.ms-package-link {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #0ea5e9;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ms-package-card:hover .ms-package-link {
  color: #0284c7;
}

/* Loader / no results */
.ms-archive-loader,
.ms-archive-no-results {
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  margin-top: 12px;
}

/* Mobile tweaks */
@media (max-width: 767.98px) {
  .ms-archive-title {
    font-size: 22px;
  }
  .ms-package-card-body {
    padding: 10px 12px 12px;
  }
}



@media (min-width: 768px) {
    .ms-w-md-50 {
        width: 50% !important;
    }
}
