.brp-single,
.brp-search,
.brp-dashboard {
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto;
  color: #17202a;
}

.brp-single {
  padding-top: 86px;
  scroll-margin-top: 110px;
}

.brp-bike-layout {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 28px;
  align-items: start;
}

.brp-bike-main {
  min-width: 0;
}

.brp-product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.brp-gallery,
.brp-summary,
.brp-booking-widget,
.brp-tabs-wrap,
.brp-panel,
.brp-dashboard {
  border: 1px solid rgba(20, 32, 44, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 45px rgba(31, 45, 61, .08);
}

.brp-gallery {
  overflow: hidden;
}

.brp-main-image {
  aspect-ratio: 4 / 3;
  background: #eef2f5;
}

.brp-main-image img,
.brp-bike-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brp-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 10px;
}

.brp-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

.brp-summary,
.brp-booking-widget,
.brp-tabs-wrap,
.brp-dashboard,
.brp-panel {
  padding: 20px;
}

.brp-summary {
  font-size: 14px;
}

.brp-kicker {
  margin: 0 0 8px;
  color: #0f766e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}

.brp-summary h1 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.15;
}

.brp-rating {
  color: #f59e0b;
  font-weight: 700;
}

.brp-rating span {
  color: #5d6b78;
  font-weight: 500;
  margin-left: 8px;
}

.brp-price {
  margin: 16px 0;
  font-size: 24px;
  font-weight: 800;
}

.brp-price span {
  font-size: 13px;
  color: #5d6b78;
}

.brp-spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.brp-spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  background: #f7fafc;
  border-radius: 6px;
  font-size: 13px;
}

.brp-status {
  margin-top: 18px;
  padding: 10px 12px;
  border-radius: 6px;
  color: #065f46;
  background: #dff7ec;
  font-weight: 700;
  font-size: 13px;
}

.brp-sticky {
  position: sticky;
  top: 110px;
}

.brp-booking-widget {
  display: grid;
  gap: 7px;
  max-height: calc(100vh - 132px);
  overflow: auto;
  scrollbar-width: thin;
  font-size: 13px;
}

.brp-booking-widget h3 {
  margin: 0;
  font-size: 15px;
}

.brp-booking-widget label,
.brp-customer {
  display: grid;
  gap: 4px;
}

.brp-booking-widget input,
.brp-booking-widget select,
.brp-booking-widget textarea,
.brp-filter select,
.brp-availability-form input,
.brp-availability-form select {
  width: 100%;
  min-height: 28px;
  border: 1px solid #cfd8df;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 13px;
}

.brp-booking-widget textarea {
  min-height: 28px;
  height: 28px;
  resize: vertical;
}

.brp-customer textarea {
  min-height: 28px;
  height: 28px;
  resize: vertical;
}

.brp-date-fields,
.brp-customer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.brp-dt-row {
  display: flex;
  gap: 6px;
}

.brp-dt-row input {
  width: 0;
  flex: 1;
  min-width: 0;
  padding: 4px 6px;
  font-size: 12px;
}

.brp-dt-row input[type="date"] {
  flex: 1.4;
}

.brp-package-fields {
  display: none;
}

.brp-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.brp-switch label,
.brp-check {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  background: #f7fafc;
  border-radius: 6px;
  font-size: 13px;
}

.brp-switch input,
.brp-check input {
  width: auto;
  min-height: auto;
}

.brp-form-section {
  border: 1px solid #d9e2e8;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
}

.brp-form-section h4 {
  margin: 0 0 6px;
  font-weight: 800;
  color: #17324d;
  font-size: 13px;
}

.brp-form-section .brp-customer {
  padding: 0;
}

.brp-booking-widget fieldset {
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 8px;
}

.brp-booking-widget .brp-addons-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}

.brp-booking-widget .brp-documents-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
}

.brp-booking-widget .brp-documents-grid label {
  padding: 6px 8px;
  border-radius: 6px;
  background: #f7fafc;
}

.brp-payment-summary {
  background: #e8edfb;
  border: 1px solid #ccd7f7;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  color: #1f2a44;
}

.brp-summary-top {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.brp-summary-tile {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brp-summary-tile span {
  color: #55607d;
  font-size: 12px;
}

.brp-summary-tile strong {
  color: #2350e0;
  font-size: 16px;
}

.brp-toggle-breakup {
  margin-left: auto;
  background: transparent !important;
  color: #2350e0 !important;
  border: 0;
  font-weight: 700;
  font-size: 12px;
  min-height: auto !important;
  padding: 4px 0 !important;
  text-decoration: underline;
}

.brp-summary-breakup {
  margin-top: 6px;
  border-top: 1px solid #ccd7f7;
  padding-top: 4px;
}

.brp-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #dbe2f8;
  gap: 12px;
}

.brp-summary-row:last-child {
  border-bottom: 0;
}

.brp-summary-row span {
  color: #55607d;
}

.brp-summary-row strong {
  color: #1f2a44;
  font-weight: 700;
  white-space: nowrap;
}

.brp-summary-row.brp-row-strong span,
.brp-summary-row.brp-row-strong strong {
  color: #1f2a44;
  font-weight: 800;
}

.brp-summary-row.brp-row-advance span {
  color: #2350e0;
  font-weight: 700;
}

.brp-summary-row.brp-row-advance strong {
  color: #2350e0;
}

.brp-summary-row.brp-row-balance span {
  color: #c2540c;
  font-weight: 700;
}

.brp-summary-row.brp-row-balance strong {
  color: #c2540c;
}

.brp-summary-row.brp-row-deposit span {
  color: #0f8a4b;
  font-weight: 700;
}

.brp-summary-row.brp-row-deposit strong {
  color: #0f8a4b;
}

.brp-summary-row small {
  display: block;
  color: #55607d;
  font-weight: 400;
  font-size: 11px;
}

.brp-button,
.brp-booking-widget button,
.brp-filter button,
.brp-cancel {
  border: 0;
  border-radius: 6px;
  min-height: 34px;
  padding: 6px 12px;
  background: #0f766e;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.brp-button:hover,
.brp-booking-widget button:hover,
.brp-filter button:hover,
.brp-cancel:hover,
.brp-button:focus,
.brp-booking-widget button:focus,
.brp-filter button:focus,
.brp-cancel:focus {
  background: #115e59 !important;
  color: #fff !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.brp-message {
  min-height: 22px;
  font-weight: 700;
}

.brp-message.is-ok {
  color: #047857;
}

.brp-message.is-error {
  color: #b91c1c;
}

.brp-date-availability {
  margin-top: -3px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-weight: 700;
  font-size: 12.5px;
}

.brp-tabs-wrap {
  margin-top: 24px;
  font-size: 14px;
}

.brp-tab-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5ecf2;
  margin-bottom: 18px;
}

.brp-tab-nav button {
  border: 0;
  background: transparent;
  padding: 10px 12px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

.brp-tab-nav button.active {
  border-color: #0f766e;
  color: #0f766e;
}

.brp-tab-panel {
  display: none;
}

.brp-tab-panel.active {
  display: block;
}

.brp-filter {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  margin-bottom: 22px;
}

.brp-availability-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(20, 32, 44, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(31, 45, 61, .07);
  margin-bottom: 22px;
}

.brp-availability-form label {
  display: grid;
  gap: 4px;
  font-weight: 700;
}

.brp-availability-form button {
  border: 0;
  border-radius: 6px;
  min-height: 50px !important;
  padding: 14px 14px !important;
  background: #0f766e;
  color: #fff;
	margin-bottom:6px !important;
  font-weight: 800;
  cursor: pointer;
}

.brp-search-results-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin: 12px 0 18px;
}

.brp-search-results-title h3,
.brp-search-results-title p {
  margin: 0;
}

.brp-empty {
  padding: 18px;
  border-radius: 8px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.brp-bike-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brp-bike-card {
  overflow: hidden;
  border: 1px solid #dfe8ef;
  border-radius: 8px;
  background: #fff;
}

.brp-bike-card > a {
  display: block;
  aspect-ratio: 4 / 3;
  background: #eef2f5;
}

.brp-bike-card div {
  padding: 16px;
  display: grid;
  gap: 8px;
}

.brp-bike-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}

.brp-bike-card h3 a,
.brp-bike-card h3 a:hover,
.brp-bike-card h3 a:visited {
  color: #17202a;
}

.brp-related-bikes {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #dfe8ef;
}

.brp-dashboard table {
  width: 100%;
  border-collapse: collapse;
}

.brp-dashboard th,
.brp-dashboard td {
  border-bottom: 1px solid #e5ecf2;
  padding: 12px;
  text-align: left;
}

.brp-showcase {
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto;
  color: #17202a;
}

.brp-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.brp-showcase-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  padding: 16px;
  margin-bottom: 22px;
  border: 1px solid rgba(20, 32, 44, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(31, 45, 61, .07);
}

.brp-showcase-filters label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  font-size: 13px;
}

.brp-showcase-filters select {
  width: 100%;
  min-height: 38px;
  border: 1px solid #cfd8df;
  border-radius: 6px;
  padding: 6px 9px;
  font-size: 13px;
}

.brp-showcase-filters button {
  border: 0;
  border-radius: 6px;
  min-height: 38px;
  padding: 8px 16px;
  background: #0f766e;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.brp-showcase-filters button:hover,
.brp-showcase-filters button:focus {
  background: #115e59;
}

.brp-showcase-viewall {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.brp-showcase-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(31, 45, 61, .1);
  overflow: hidden;
}

.brp-showcase-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 20px 0;
}

.brp-showcase-top h3 {
  margin: 0 0 4px;
  font-size: 22px;
}

.brp-showcase-top h3 a {
  color: #17202a;
  text-decoration: none;
}

.brp-showcase-rating {
  color: #f59e0b;
  font-weight: 700;
  font-size: 14px;
}

.brp-showcase-rating span {
  color: #5d6b78;
  font-weight: 500;
}

.brp-showcase-badges {
  display: grid;
  gap: 6px;
  justify-items: end;
}

.brp-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}

.brp-showcase-body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
  align-items: center;
  padding: 16px 20px;
}

.brp-showcase-meta {
  display: grid;
  gap: 14px;
}

.brp-showcase-meta span {
  display: block;
  color: #5d6b78;
  font-size: 13px;
}

.brp-showcase-meta strong {
  font-size: 17px;
}

.brp-showcase-image {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: #f7fafc;
}

.brp-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brp-showcase-packages {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 46px 20px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 22px 48px rgba(15, 23, 42, .2);
  overflow-y: auto;
}

.brp-showcase-card.brp-packages-open {
  z-index: 2;
}

.brp-showcase-card.brp-packages-open .brp-showcase-packages {
  display: flex;
  animation: brp-package-in .16s ease-out;
}

@keyframes brp-package-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.brp-showcase-packages-title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #17202a;
}

.brp-showcase-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  background: #0f766e;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.brp-showcase-package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.brp-package-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d9e2e8;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: #17202a;
}

.brp-package-option strong {
  font-size: 15px;
}

.brp-package-option .brp-package-limit {
  text-align: right;
  font-size: 12px;
  color: #5d6b78;
}

.brp-package-option.is-active {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}

.brp-package-option.is-active .brp-package-limit {
  color: #d1fae5;
}

.brp-showcase-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 20px 16px;
}

.brp-showcase-price-row strong {
  display: block;
  font-size: 24px;
}

.brp-showcase-price-row .brp-view-packages {
  font-size: 13px;
  color: #0f766e;
  text-decoration: underline;
}

.brp-showcase-book {
  background: #17202a !important;
}

.brp-showcase-book:hover,
.brp-showcase-book:focus {
  background: #000 !important;
}

.brp-showcase-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: #f2f4f6;
  font-weight: 600;
}

.brp-showcase-vehicles {
  color: #ea580c;
  font-weight: 700;
}

@media (max-width: 1060px) {
  .brp-bike-layout {
    grid-template-columns: 1fr;
  }
  .brp-sticky {
    position: static;
  }
  .brp-booking-widget {
    max-height: none;
  }
  .brp-availability-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brp-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brp-showcase-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.brp-vehicle-specs {
  padding: 8px 0;
}

.brp-vehicle-specs h3 {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 800;
  color: #17324d;
}

.brp-vehicle-specs-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.brp-spec-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: linear-gradient(180deg, #eef2fc, #e3e9fa);
  border-radius: 10px;
  padding: 14px 12px;
}

.brp-spec-icon {
  width: 22px;
  height: 22px;
  color: #4a63e0;
}

.brp-spec-icon svg {
  width: 100%;
  height: 100%;
}

.brp-spec-label {
  font-size: 12px;
  color: #6b7a90;
}

.brp-spec-value {
  font-size: 14px;
  font-weight: 800;
  color: #17324d;
}

.brp-bottom-specs {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

@media (max-width: 900px) {
  .brp-vehicle-specs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .brp-vehicle-specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brp-single {
    padding-top: 72px;
  }
  .brp-product,
  .brp-date-fields,
  .brp-customer,
  .brp-filter,
  .brp-bike-grid,
  .brp-availability-form,
  .brp-showcase-filters,
  .brp-booking-widget .brp-addons-grid,
  .brp-booking-widget .brp-documents-grid {
    grid-template-columns: 1fr;
  }
  .brp-summary h1 {
    font-size: 22px;
  }
  .brp-showcase-grid {
    grid-template-columns: 1fr;
  }
  .brp-showcase-body {
    grid-template-columns: 1fr;
  }
  .brp-showcase-package-grid {
    grid-template-columns: 1fr;
  }
}
