/* ════════════════════════════════════════════════════════
   CORREA SURINAME — PLANYO ADVANCED INTEGRATION CSS
   v2.1  |  Pairs with: Calendar Preview CSS (unchanged)
   ════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&display=swap');

/* ── 1. DESIGN TOKENS ──────────────────────────────────── */
:root {
  --cr-bg:          #F5F3EE;
  --cr-surface:     #EDE9E1;
  --cr-border:      #DDD9D0;
  --cr-ink:         #1A1A1A;
  --cr-muted:       #6A6A6A;
  --cr-subtle:      #9E9E9E;
  --cr-white:       #FFFFFF;
  --cr-error:       #991B1B;
  --cr-radius:      6px;
  --cr-radius-pill: 30px;
  --cr-font:        'Figtree', sans-serif;
}

/* ── 2. BASE RESET ─────────────────────────────────────── */
html .planyo {
  font-family: var(--cr-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--cr-ink);
  background-color: var(--cr-bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}

html .planyo *,
html .planyo *::before,
html .planyo *::after { box-sizing: border-box; }

html .planyo a {
  color: var(--cr-ink);
  text-decoration: underline;
  text-decoration-color: var(--cr-border);
  transition: opacity 0.15s ease;
}
html .planyo a:hover {
  color: var(--cr-ink);
  opacity: 0.6;
  text-decoration: none;
}

html .planyo ol,
html .planyo ul,
html .planyo ul li { list-style: none; }

html .planyo img {
  margin: 0;
  transform: none !important;
  transition: none !important;
}

html .planyo .lead { font-size: 14px; color: var(--cr-ink); }

html .planyo .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

html .container.planyo { margin: 0; }

/* ── 3. FORM ELEMENTS ─────────────────────────────────── */

#row_phone .col-6, 
#row_mobile .col-6,
#row_phone .col-xs-6,
#row_mobile .col-xs-6 {
    width: 40% !important;
    float: left !important;
    display: flex !important;         /* Added */
    align-items: center !important;   /* Centers items vertically */
    padding: 0 5px !important;        /* Adds a tiny bit of space between them */
}

/* Ensure the inputs themselves take up full width of their new 50% containers */
#row_phone input, 
#row_phone select,
#row_mobile input,
#row_mobile select {
    margin-bottom: 0 !important;      /* Prevents one being higher than the other */
    width: 100% !important;
}
/* Inputs & controls */
html .planyo input[type="text"],
html .planyo input[type="password"],
html .planyo input[type="date"],
html .planyo input[type="email"],
html .planyo input[type="number"],
html .planyo textarea,
html .planyo .form-control,
#planyolang {
  font-family: var(--cr-font);
  font-size: 14px;
  color: var(--cr-ink);
  background-color: var(--cr-white);
  border: 1px solid var(--cr-border);
  border-radius: var(--cr-radius);
  box-shadow: none;
  transition: border-color 0.15s ease;
  width: 100%;
}

html .planyo input[type="text"],
html .planyo input[type="password"],
html .planyo input[type="date"],
html .planyo input[type="email"],
html .planyo input[type="number"],
html .planyo .form-control {
  height: 44px !important;
  padding: 10px 14px;
  line-height: 1.5 !important;
}

html .planyo textarea {
  padding: 10px 14px;
  min-height: 100px;
  resize: vertical;
}

html .planyo input:focus,
html .planyo textarea:focus,
html .planyo .form-control:focus {
  border-color: var(--cr-ink) !important;
  box-shadow: none !important;
  outline: none;
}

html .planyo select.form-control {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231A1A1A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

/* Labels */
#reserve_form label,
html .planyo label.control-label {
  display: block !important;
  font-family: var(--cr-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cr-muted);
  margin-bottom: 6px;
  float: none;
  width: 100%;
}

/* Section headings */
#reserve_form h3,
#reservation-code h3 {
  font-family: var(--cr-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cr-subtle);
  padding: 2rem 0 0.75rem;
  margin: 0;
  border-top: 1px solid var(--cr-border);
}

#reserve_form h3:first-child,
#reservation-code h3:first-of-type {
  border-top: none;
  padding-top: 0;
}

#reserve_form .help-block { color: var(--cr-subtle); font-size: 12px; }

.planyo .form-control-static { min-height: 0; padding: 0; }
.planyo .datefld .input-group-addon:hover { cursor: pointer; }
.number-parent .input-group-addon .input-group-text { line-height: 16px; }

/* Calendar icon button */
.planyo span.input-group-addon,
.planyo span.input-group-append {
  background-color: var(--cr-white);
  border: 1px solid var(--cr-border);
  border-left: none;
  border-radius: 0 var(--cr-radius) var(--cr-radius) 0;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group-addon .input-group-text {
  padding: 0;
  background-color: transparent;
  border: none;
}

/* Custom calendar SVG icon */
html .planyo .planyo-cal-icon,
.planyo a.planyo-cal-icon {
  background-image: url('https://cdn.prod.website-files.com/6546634a5fd8fa6155a73ecf/69a77d9efd0429253c2e401e_calendar_month_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
}

.planyo .input-group > .form-control { flex-basis: 0; }
html .with-status-border-error { border: 1px solid var(--cr-error) !important; }
.planyo-form-row-wrapper { margin-bottom: 1.25rem; }
.planyo .language { float: right; padding-left: 0; }

#reserve_form #row_resource_name,
#reservation-code #resource_name { display: none; }

/* Phone row — target by input/select ID directly */
#reservation-code #row_mobile,
#reservation-code #row_phone {
  display: flex !important;
  gap: 0;
}

#reservation-code #row_mobile .col-xs-6,
#reservation-code #row_phone .col-xs-6,
#reservation-code #row_mobile .col-,
#reservation-code #row_phone .col- {
  width: 50% !important;
  float: left !important;
  flex: 0 0 50% !important;
}

/* Date selectors */
#reservation-code .date-part-day   { width: 22%; float: left; }
#reservation-code .date-part-month { width: 48%; float: left; }
#reservation-code .date-part-year  { width: 26%; float: left; }

/* ── 4. BUTTONS ────────────────────────────────────────── */
html .planyo a.btn.btn-primary,
html .planyo a.btn.btn-primary.btn-lg,
html .planyo a.btn.btn-info.btn-lg,
html .planyo .btn-primary.btn-lg,
html .planyo .btn-primary,
html .planyo input[type="button"],
html .planyo .btn-group .btn-primary,
input.cart_popup_button,
input#add_cart_button {
  font-family: var(--cr-font) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--cr-white) !important;
  background-color: var(--cr-ink) !important;
  border: none !important;
  border-radius: var(--cr-radius) !important;
  padding: 11px 22px !important;
  display: inline-block;
  line-height: 1.45 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none !important;
  cursor: pointer;
  transition: background-color 0.15s ease !important;
}

html .planyo a.btn.btn-primary:hover,
html .planyo .btn-primary.btn-lg:hover,
html .planyo .btn-primary:hover,
html .planyo input[type="button"]:hover,
html .planyo .btn-group .btn-primary:hover,
input.cart_popup_button:hover,
input#add_cart_button:hover {
  background-color: #333333 !important;
  color: var(--cr-white) !important;
  border-color: transparent !important;
}

/* Stripe button */
.planyo #stripe_checkout_button.btn-primary,
#stripe_checkout_submit.btn-primary {
  font-family: var(--cr-font) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: var(--cr-white) !important;
  background-color: var(--cr-ink) !important;
  border: none !important;
  border-radius: var(--cr-radius) !important;
  padding: 13px 32px !important;
  background-image: none !important;
}
#stripe_checkout_submit.btn-primary:hover { background-color: #333 !important; }

/* Qty buttons */
#selplusbtn_27240,
#selminusbtn_27240 {
  border-radius: var(--cr-radius-pill) !important;
  padding: 4px 10px !important;
  font-size: 13px !important;
}

/* ── 5. CHECKOUT LAYOUT ────────────────────────────────── */
.crr-checkout {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 2.5rem;
}

.crr-checkout__main { flex: 1 1 0%; min-width: 0; }

.crr-checkout__aside {
  flex: 0 0 260px;
  width: 260px;
  position: sticky;
  top: 4rem;
  align-self: flex-start;
}

.cs-page { max-width: 640px; margin: 0 auto; padding: 2.5rem 1.5rem; }
.cs-wrap { width: 100%; }
.cs-wrap--narrow { max-width: 540px; margin: 0 auto; }

#reserve_form,
.completed-code { max-width: 100%; padding: 0; }
.checkout-details-form #reserve_form { margin-top: 0; }
#res_form_buttons { background-color: transparent; padding-bottom: 2rem; }

/* ── 6. RATE / INFO BOX (cs-ib) ────────────────────────── */
.cs-ib { font-family: var(--cr-font); }

.cs-ib__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid #ECEAE4;
  gap: 16px;
}
.cs-ib__row--last { border-bottom: none; }

.cs-ib__label {
  font-size: 12px;
  font-weight: 500;
  color: #9E9E9E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.cs-ib__sublabel {
  font-size: 10px;
  font-weight: 400;
  color: #BFBDB8;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 4px;
}

.cs-ib__value {
  font-size: 13px;
  font-weight: 500;
  color: #1A1A1A;
  text-align: right;
  white-space: nowrap;
}

.cs-ib__divider {
  height: 1px;
  background: #DDD9D0;
  margin: 4px 0;
}

.cs-ib__row--total {
  border-bottom: none;
  padding: 16px 0 10px;
}
.cs-ib__row--total .cs-ib__label {
  font-size: 13px;
  color: #1A1A1A;
  letter-spacing: 0.04em;
}
.cs-ib__row--total .cs-ib__value {
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
}

.cs-ib__row--due {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0 0;
  border-top: 1px solid #DDD9D0;
  border-bottom: none;
  margin-top: 4px;
}

.cs-ib__due-label {
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cs-ib__due-amount {
  font-size: 22px;
  font-weight: 700;
  color: #1A1A1A;
  letter-spacing: -0.5px;
}

.cs-ib__note {
  font-size: 10px;
  color: #1A1A1A;
  line-height: 1.55;
  margin-top: 14px;
}

/* ── 7. STEP BAR ───────────────────────────────────────── */
.cs-step-bar {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

.cs-step {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.cs-step__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--cr-border);
  background-color: var(--cr-white);
  color: var(--cr-subtle);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.cs-step__num--done {
  background-color: var(--cr-ink);
  border-color: var(--cr-ink);
  color: var(--cr-white);
}

.cs-step__num--active {
  border-color: var(--cr-ink);
  color: var(--cr-ink);
}

.cs-step__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--cr-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.cs-step--done .cs-step__label,
.cs-step--active .cs-step__label { color: var(--cr-ink); }

.cs-step__line {
  flex: 1;
  height: 1px;
  background-color: var(--cr-border);
  margin: 0 10px;
  min-width: 20px;
}
.cs-step__line--done { background-color: var(--cr-ink); }

/* ── 8. COMPLETION & CONFIRMATION ──────────────────────── */
.cs-completion-block {
  background-color: var(--cr-white);
  border: 1px solid var(--cr-border);
  border-radius: var(--cr-radius);
  padding: 2rem;
}

.cs-completion-block p { font-size: 14px; color: var(--cr-muted); margin-bottom: 1.5rem; }
.cs-completion-block strong { color: var(--cr-ink); }

.cs-confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.5rem 2rem;
  background-color: var(--cr-white);
  border: 1px solid var(--cr-border);
  border-radius: var(--cr-radius);
  margin-bottom: 1.5rem;
}

.cs-confirm__icon { margin-bottom: 1.25rem; }

.cs-confirm__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--cr-ink);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.cs-confirm__text {
  font-size: 14px;
  color: var(--cr-muted);
  line-height: 1.6;
  max-width: 380px;
}

.cs-details-block {
  background-color: var(--cr-surface);
  border-radius: var(--cr-radius);
  padding: 1.5rem;
}

/* ── 9. PRICE INFO BOX (Planyo native) ─────────────────── */
#price_info { color: var(--cr-ink); padding: 0; }
#reservation_form_info { display: flex; }
#price_info dl { margin-bottom: 5px; }

#price_info_div_floating,
.nonfloating_text {
  margin: 0;
  border-radius: 10px;
  background-color: var(--cr-surface);
  color: var(--cr-ink);
  border: 1px solid var(--cr-border);
  padding: 1.75rem;
  width: 100%;
  display: block;
  box-shadow: none;
}

html .price_info_div .title { display: none !important; }
html .price_info_div .lead { margin: 0; }

/* Price breakdown grid */
.planyo .price_info_div dl,
.planyo #price_info dl,
.planyo #breakdown dl,
html .planyo .dl-horizontal {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}

.planyo .price_info_div dt,
.planyo .price_info_div dd,
html .planyo .dl-horizontal dt,
html .planyo .dl-horizontal dd,
.planyo #breakdown dt,
.planyo #breakdown dd {
  font-family: var(--cr-font) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--cr-muted) !important;
  padding: 7px 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid var(--cr-border) !important;
  line-height: 1.4 !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: unset !important;
}

html .planyo .dl-horizontal dt,
.planyo .price_info_div dt,
.planyo #breakdown dt {
  text-align: left !important;
  padding-right: 12px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

html .planyo .dl-horizontal dd,
.planyo .price_info_div dd,
.planyo #breakdown dd {
  text-align: right !important;
  color: var(--cr-ink) !important;
  font-weight: 500 !important;
}

html .planyo dd { margin: 0 !important; }

.planyo #breakdown .br_total dt,
.planyo #breakdown .br_total dd {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--cr-ink) !important;
  border-bottom: none !important;
  border-top: 1px solid var(--cr-border) !important;
  padding-top: 12px !important;
}

html .br_extra_info {
  grid-column: 1 / -1;
  font-size: 11px;
  color: var(--cr-subtle);
}

#nobreakdown { font-size: 15px; color: var(--cr-ink); }
.planyo #breakdown .br_total { padding-top: 0; }
#br_collapse, #br_expand { float: right; clear: both; margin-top: 10px; color: var(--cr-muted); font-size: 13px; }
#br_collapse:hover, #br_expand:hover { cursor: pointer; opacity: 0.7; }
span.rettrip_label { display: block; clear: both; }
.rate_recurring_totals, .rate_recurring_totals_custom { font-size: 14px; font-weight: 600; }
.planyo #price_info .rate_extra { font-size: 13px; }
.planyo .pricebox { padding-right: 0; margin-bottom: 1.5rem; }
#price_info_area { display: none; }

.price_info_div .rate_err,
.planyo #pr_err,
#planyo_price_preview_parent .rate_err {
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 600;
  color: var(--cr-error);
}

.price_info_div #price_info_coupon {
  clear: both;
  font-size: 13px;
  margin: 12px 0;
  display: block;
  color: var(--cr-muted);
  font-weight: 500;
}

/* ── 10. PRICE PREVIEW WIDGET ──────────────────────────── */
#planyo_price_preview_parent,
div[id^="planyo_price_preview_parent"] {
  background-color: var(--cr-surface);
  padding: 1.75rem;
  border-radius: var(--cr-radius);
  width: 100%;
}

div[id^="planyo_price_preview"] { width: 100%; }

[id^="planyo_price_previewP"] a {
  display: block !important;
  font-family: var(--cr-font) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--cr-white) !important;
  background-color: var(--cr-ink) !important;
  border-radius: var(--cr-radius) !important;
  padding: 11px 20px !important;
  text-decoration: none !important;
  text-align: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-top: 14px !important;
  line-height: 1.4 !important;
  border: none !important;
  box-shadow: none !important;
  transition: background-color 0.15s ease;
}

[id^="planyo_price_previewP"] a:hover {
  background-color: #383838 !important;
}

/* ── 11. ADDITIONAL PRODUCTS ───────────────────────────── */
.additional-products-form { display: flex; flex-direction: column; align-items: stretch; }
.planyo .col-6 { padding: 0; }
.planyo .list-group-item { border: 0; padding: 0.75rem 0; }
.list-group-item .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.list-group-item .col-extra { order: -1; flex: 0 0 auto; display: flex; align-items: center; max-width: 80px; }
.list-group-item .col-prodname { display: flex; flex-direction: column; align-items: flex-start; }
.product-name { margin: 0; display: flex; align-items: center; font-weight: 500; }
.product-desc { margin-top: 4px; font-size: 12px; color: var(--cr-muted); line-height: 1.4; }

.prodheader,
.col-subtotal,
#oneprodtot_,
#recprodtot_ { display: none !important; }

/* ── 12. ERRORS ────────────────────────────────────────── */

/* Style the ratebox error properly */
#price_info_div_floating .rate_err,
.nonfloating_text .rate_err {
  display: block !important;
  background-color: #FEF2F2 !important;
  color: #991B1B !important;
  border: 1px solid #FECACA !important;
  border-radius: var(--cr-radius) !important;
  padding: 12px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}

#res_error_msg {
  padding: 10px 12px;
  display: none;
  margin: 0 0 1rem;
  color: white;
  border-radius: var(--cr-radius);
  background: var(--cr-error);
  border: none;
  font-size: 13px;
}

.bg-danger {
  background-color: #FEF2F2;
  padding: 10px 12px;
  margin: 0 0 1rem;
  color: var(--cr-error) !important;
  border-radius: var(--cr-radius);
  font-weight: 600;
  border: 1px solid #FECACA;
}

/* ── 13. WAITING LIST ──────────────────────────────────── */
.par_info.par_waitlist_info { margin: 10px 0; }
.par_waitlist_info span {
  color: var(--cr-error) !important;
  font-size: 13px !important;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.par_waitlist_info a {
  font-weight: 600;
  padding: 8px 16px;
  color: var(--cr-white) !important;
  background-color: var(--cr-ink);
  border-radius: var(--cr-radius);
  font-size: 13px !important;
  display: inline-block;
}
.par_waitlist_info a:hover { background-color: #333; cursor: pointer; }

/* ── 14. DATE PICKER CALENDAR ──────────────────────────── */
html .calpicker caption { caption-side: top; }
.float-calpicker th, .calpicker th {
  text-align: center;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 4px;
  background-color: white;
  color: var(--cr-muted);
}
html .calpicker {
  clear: both;
  border: 1px solid var(--cr-border);
  border-collapse: collapse;
  background-color: white;
}
html table.calpicker {
  width: 260px;
  margin-top: 6px;
  font-size: 13px;
  background-color: var(--cr-white);
  box-shadow: 0 8px 24px rgba(0,0,0,.10);
  border: 1px solid var(--cr-border);
  border-radius: var(--cr-radius);
}
html .calpicker caption {
  padding: 8px 10px;
  background-color: white;
  border-top-right-radius: var(--cr-radius);
  border-top-left-radius: var(--cr-radius);
  border: 1px solid var(--cr-border);
  border-bottom: 0;
  text-align: center;
  font-weight: 600;
  color: var(--cr-ink);
}
.calpicker caption .navleft  { float: left; font-size: 14px; }
.calpicker caption .navright { float: right; font-size: 14px; }
html .calpicker thead { border-left: 1px solid var(--cr-border); border-right: 1px solid var(--cr-border); }
html .calpicker td {
  border: 1px solid var(--cr-border);
  vertical-align: top;
  font-size: 13px;
  text-align: center;
  padding: 5px 6px;
}
html .calpicker td:hover        { background: var(--cr-ink); color: white; cursor: pointer; }
.calpicker .cur_month_day       { background: #f4f4f0; }
.calpicker .active_day          { background: var(--cr-surface); font-weight: 700; }
.calpicker .reserved            { color: #c0392b; font-weight: 700; }
.calpicker .reserved:hover      { cursor: auto; background: white; color: #c0392b; }
.calpicker .ext_month_day       { background: white; color: #ccc; }
.calpicker .ext_month_day:hover { cursor: auto; background: white; }
.calpicker .cur_month_day_nox   { background: #d6ede6; }
.calpicker .reserved_nox        { background: #ffd6c2; }
.calpicker .reserved_nox:hover  { cursor: auto; background: #ffd6c2; }
.calpicker .no_start:hover      { background: #f0f0f0; cursor: default; color: var(--cr-muted); }
.calpicker .arrival_day         { font-weight: 700; }
.picker_dropdown { margin-left: 13px; }

/* ── 15. RESERVATION STEPS (legacy) ───────────────────── */
span.reservation_step,
span.reservation_step_current { display: inline-block; margin-right: 20px; max-width: 80px; vertical-align: top; }
.reservation_step .reservation_step_img,
.reservation_step_current .reservation_step_img {
  margin: 0 auto 5px;
  width: 36px; height: 36px;
  text-align: center;
  border-radius: 50%;
}
.reservation_step .reservation_step_img         { background-color: var(--cr-border); }
.reservation_step_current .reservation_step_img  { background-color: var(--cr-ink); }
.reservation_step .reservation_step_name,
.reservation_step_current .reservation_step_name {
  font-family: var(--cr-font);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.reservation_step .reservation_step_name         { color: var(--cr-border); }
.reservation_step_current .reservation_step_name  { color: var(--cr-ink); }
.reservation_step_current .reservation_step_img_text,
div.reservation_step_img_text { padding-top: 9px; font-size: 14px; color: var(--cr-white); text-align: center; }
html .reservation_steps { display: none; }

/* ── 16. RESOURCE LIST ─────────────────────────────────── */
#resources .resource-info,
#searchview-code .resource-info { margin-bottom: 60px; }
#resources .resource-image,
#searchview-code .resource-image { padding: 0; max-height: 270px; overflow: hidden; }
.planyo .img-responsive { width: 100%; }
#resources .resource-description,
#searchview-code .resource-description { text-align: justify; margin-bottom: 10px; }
#resources .resource-contents h2,
#searchview-code .resource-contents h2 { margin-top: 0; }
#resources .resource-props,
#searchview-code .resource-props { text-align: right; }
#resources .action-buttons,
#searchview-code .action-buttons { float: right; text-align: right; }
#resources .custom_property,
#searchview-code .custom_property {
  text-align: center;
  margin: 5px 2px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
  color: var(--cr-muted);
  font-size: 12px;
  border: 1px solid var(--cr-border);
}
.col-sm-12.resource-contents { padding: 0; margin: 0; }

/* ── 17. MISC ──────────────────────────────────────────── */
.planyo .hourglass_img {
  margin: 20px;
  height: 24px; width: 24px;
  background: transparent url(https://www.planyo.com/Plugins/PlanyoFiles/hourglass.gif) no-repeat;
}
.planyo .poweredby { display: inline-block; float: right; margin-top: -60px; margin-bottom: 50px; }
.planyo .fc table { margin: initial; }
#resdetailsblock { display: none; }
iframe.calprev_iframe.caltype_multi-month-responsive { max-width: 100%; display: inline-block; }

/* ── PAYMENT CTA ───────────────────────────────────────── */
.cs-payment-block {
  background-color: var(--cr-white);
  border: 1px solid var(--cr-border);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
}

.cs-payment-cta { margin-bottom: 1rem; }

.cs-payment-cta .btn-primary,
.cs-payment-cta input[type="button"] {
  width: 100% !important;
  padding: 14px 24px !important;
  font-size: 15px !important;
  border-radius: 8px !important;
}

.cs-payment-note {
  font-size: 11px;
  color: var(--cr-muted);
  line-height: 1.5;
  margin: 0;
}


/* ── 18. MEDIA QUERIES ─────────────────────────────────── */
@media (max-width: 768px) {
  .crr-checkout {
    flex-direction: column;
    padding: 1.25rem;
    gap: 1.25rem;
  }
  .crr-checkout__aside {
    order: -1;
    flex: 1 1 auto;
    width: 100%;
    position: static;
  }
  .crr-checkout__main { width: 100%; }
  .cs-page { padding: 1.5rem 1rem; }
}

@media (max-width: 767px) {
  html .planyo a.btn.btn-primary,
  html .planyo .btn-primary.btn-lg,
  input.cart_popup_button,
  input#add_cart_button { font-size: 13px !important; padding: 9px 14px !important; }
  html .reservation_steps { display: none; }
  .planyo .language { padding-right: 1em; margin-bottom: 5px; }
  .cs-step-bar { flex-wrap: wrap; gap: 8px; }
  .cs-step__line { display: none; }
}

@media (max-width: 480px) {
  #reserve_form,
  .completed-code { padding: 0; }
  .cs-confirm { padding: 1.75rem 1rem 1.25rem; }
}

@media (max-width: 991px) {
  .col-md-7.resource-contents,
  .col-xs-12.resource-description,
  #resources .resource-contents h2,
  .col-xs-12.custom_properties,
  .col-md-6.action-buttons { padding: 0; }
}

@media (min-width: 768px) {
  .planyo .pricebox { padding-right: 15px; }
  .planyo .language { padding-right: 30px; }
}
.planyo .poweredby,.poweredby {display:none;}
