:root {
  --bg: #ffffff;
  --text: #35353a;
  --muted: #d8d8d8;
  --card-shadow: none;
  --pink: #de339f;
  --pink-light: #fff0fb;
  --pink-border: #ff4ac0;
  --yellow: #fff6c9;
  --red: #ffa4aa;
  --panel: #fff0fa;
  --divider: #ff9bda;
}

.wisely-booking-calendar-shortcode {
  color: var(--text);
  font-family: "Lato", sans-serif;
  margin: 0 auto;
  width: 100%;
  max-width: none;
  container-type: inline-size;
}

.wisely-booking-calendar-shortcode * {
  box-sizing: border-box;
}

.wisely-booking-calendar-shortcode .wisely-native-booking-form {
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.wisely-booking-calendar-shortcode .wisely-native-booking-form .wc-bookings-booking-form,
.wisely-booking-calendar-shortcode .wisely-native-booking-form .wc-bookings-booking-form-button {
  display: block !important;
}

.wisely-booking-calendar-shortcode .wisely-standalone-calendar {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 40px;
}

.wisely-booking-calendar-shortcode .wisely-standalone-calendar.is-pending-sync {
  opacity: 0;
  visibility: hidden;
}

.wisely-booking-calendar-shortcode .calendar-card,
.wisely-booking-calendar-shortcode .details-card {
  width: 100%;
  margin-left: 0;
  border-radius: 16px;
  box-shadow: var(--card-shadow);
}

.wisely-booking-calendar-shortcode .calendar-card {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 2px solid var(--panel);
  padding: clamp(16px, 2.4cqw, 22px) clamp(16px, 3cqw, 24px) clamp(14px, 2.6cqw, 20px);
}

.wisely-booking-calendar-shortcode .calendar-header {
  display: grid;
  grid-template-columns: clamp(44px, 8cqw, 60px) 1fr clamp(44px, 8cqw, 60px);
  align-items: center;
}

.wisely-booking-calendar-shortcode .calendar-title-wrap {
  text-align: center;
}

.wisely-booking-calendar-shortcode .calendar-title-wrap h1 {
  margin: 0;
  font-size: clamp(18px, 4.6cqw, 28px);
  line-height: 1.05;
  font-weight: 800;
}

.wisely-booking-calendar-shortcode .title-underline {
  display: none;
}

.wisely-booking-calendar-shortcode .nav-button,
.wisely-booking-calendar-shortcode .book-button,
.wisely-booking-calendar-shortcode .counter-button {
  border: 0;
  font: inherit;
}

.wisely-booking-calendar-shortcode .nav-button {
  box-sizing: border-box;
  width: clamp(58px, 12cqw, 92px);
  height: clamp(44px, 9cqw, 68px);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  transition: transform 140ms ease, opacity 140ms ease;
  position: relative;
  justify-self: center;
  overflow: hidden;
}

.wisely-booking-calendar-shortcode .nav-button span {
  opacity: 0;
  pointer-events: none;
}

.wisely-booking-calendar-shortcode .wisely-prev-month {
  background-image: url("../images/nav-prev.png");
}

.wisely-booking-calendar-shortcode .wisely-next-month {
  background-image: url("../images/nav-next.png");
}

.wisely-booking-calendar-shortcode .nav-button:hover,
.wisely-booking-calendar-shortcode .nav-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: none;
}

.wisely-booking-calendar-shortcode .nav-button:disabled {
  opacity: 0.45;
  box-shadow: none;
  cursor: default;
  transform: none;
}

.wisely-booking-calendar-shortcode .weekday-row,
.wisely-booking-calendar-shortcode .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.wisely-booking-calendar-shortcode .weekday-row {
  margin-top: clamp(10px, 2cqw, 16px);
  padding: 0 clamp(0px, 1cqw, 8px);
  font-size: clamp(12px, 3.1cqw, 21px);
  font-weight: 600;
  text-align: center;
}

.wisely-booking-calendar-shortcode .calendar-grid {
  margin-top: 15px;
  row-gap: clamp(6px, 1.3cqw, 10px);
  padding: 0 clamp(0px, 0.6cqw, 4px) 0 clamp(0px, 1cqw, 8px);
}

.wisely-booking-calendar-shortcode .day-cell {
  position: relative;
  height: clamp(34px, 6.8cqw, 49px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-size: clamp(12px, 3.4cqw, 20px);
  font-weight: 300;
  letter-spacing: -0.006em;
  color: #4b4c51;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}

.wisely-booking-calendar-shortcode .day-cell.is-clickable {
  cursor: pointer;
  transition: color 140ms ease, background-color 140ms ease, transform 140ms ease;
}

.wisely-booking-calendar-shortcode .day-cell.is-clickable:not(.is-selected):hover,
.wisely-booking-calendar-shortcode .day-cell.is-clickable:not(.is-selected):focus-visible {
  color: #de339f;
  background: rgba(222, 51, 159, 0.1);
  border-radius: 10px 10px 6px 6px;
  transform: translateY(-1px);
}

.wisely-booking-calendar-shortcode .day-cell.is-muted {
  color: #e0e0e0;
}

.wisely-booking-calendar-shortcode .day-cell.is-selected {
  color: #ef69b7;
  font-weight: 700;
  background: transparent;
  transform: none;
}

.wisely-booking-calendar-shortcode .day-bar {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  height: clamp(9px, 1.8cqw, 13px);
  background: transparent;
}

.wisely-booking-calendar-shortcode .day-bar.low {
  background: var(--yellow);
}

.wisely-booking-calendar-shortcode .day-bar.selected {
  background: var(--pink);
}

.wisely-booking-calendar-shortcode .day-bar.sold {
  background: var(--red);
}

.wisely-booking-calendar-shortcode .day-cell:disabled {
  cursor: default;
}

.wisely-booking-calendar-shortcode .empty-cell {
  height: clamp(34px, 6.8cqw, 49px);
  background: #fafafa;
  border-left: 1px solid #fff;
}

.wisely-booking-calendar-shortcode .legend {
  display: flex;
  justify-content: flex-end;
  gap: clamp(10px, 2.2cqw, 18px);
  margin-top: clamp(12px, 2.2cqw, 18px);
  padding-right: 6px;
}

.wisely-booking-calendar-shortcode .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(12px, 2.6cqw, 20px);
}

.wisely-booking-calendar-shortcode .legend-dot {
  width: clamp(12px, 2.2cqw, 18px);
  height: clamp(12px, 2.2cqw, 18px);
  border-radius: 50%;
  border: 2px solid #cfcfcf;
  display: inline-block;
}

.wisely-booking-calendar-shortcode .legend-dot.is-open {
  background: #fff;
}

.wisely-booking-calendar-shortcode .legend-dot.is-low {
  background: var(--yellow);
}

.wisely-booking-calendar-shortcode .legend-dot.is-sold {
  background: var(--red);
  border-color: #ff8f97;
}

.wisely-booking-calendar-shortcode .details-card {
  position: relative;
  z-index: 1;
  background: var(--panel);
  margin-top: -12px;
  padding: clamp(24px, 3.8cqw, 34px) clamp(16px, 3cqw, 24px) clamp(16px, 2.6cqw, 20px);
  border: 1px solid #ffdff2;
  border-top: 0;
  box-shadow: none;
  border-radius: 0 0 16px 16px;
}

.wisely-booking-calendar-shortcode .wisely-selection-area {
  display: block;
  position: relative;
}

.wisely-booking-calendar-shortcode .wisely-selection-area.has-selection,
.wisely-booking-calendar-shortcode .wisely-selection-area.is-loading-first {
  display: block;
}

.wisely-booking-calendar-shortcode .wisely-selection-shell {
  display: none;
}

.wisely-booking-calendar-shortcode .wisely-selection-shell-card {
  position: relative;
  width: 100%;
  margin-top: -12px;
  min-height: 320px;
  background: var(--panel);
  border: 1px solid #ffdff2;
  border-top: 0;
  border-radius: 0 0 16px 16px;
}

.wisely-booking-calendar-shortcode .wisely-selection-shell-button {
  width: 100%;
  height: clamp(48px, 7cqw, 64px);
  margin-top: 18px;
  border-radius: 14px;
  visibility: hidden;
}

.wisely-booking-calendar-shortcode .details-card.is-loading-shell {
  min-height: 320px;
}

.wisely-booking-calendar-shortcode .details-card.is-loading-shell > * {
  visibility: hidden;
}

.wisely-booking-calendar-shortcode .book-button.is-loading-shell {
  visibility: hidden;
  display: block;
}

.wisely-booking-calendar-shortcode .wisely-selection-shell-card > .blockUI.blockOverlay {
  background: #ffffff !important;
  opacity: 0.6 !important;
  border-radius: 0 0 16px 16px;
  z-index: 1000 !important;
}

.wisely-booking-calendar-shortcode .wisely-selection-shell-card > .blockUI.blockMsg {
  z-index: 1001 !important;
}

.wisely-booking-calendar-shortcode .details-card > .blockUI.blockOverlay {
  background: #ffffff !important;
  opacity: 0.6 !important;
  border-radius: 0 0 16px 16px;
  z-index: 1000 !important;
}

.wisely-booking-calendar-shortcode .details-card > .blockUI.blockMsg {
  z-index: 1001 !important;
}

.wisely-booking-calendar-shortcode .is-hidden {
  display: none;
}

.wisely-booking-calendar-shortcode .wisely-calendar-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
  z-index: 99999;
}

.wisely-booking-calendar-shortcode .wisely-calendar-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wisely-booking-calendar-shortcode .wisely-calendar-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(53, 53, 58, 0.42);
  backdrop-filter: blur(3px);
}

.wisely-booking-calendar-shortcode .wisely-calendar-modal__dialog {
  position: relative;
  width: min(520px, 100%);
  background: #fff;
  border: 1px solid #ffd9f0;
  border-radius: 22px;
  padding: 26px 24px 22px;
  box-shadow: 0 24px 80px rgba(49, 20, 43, 0.18);
}

.wisely-booking-calendar-shortcode .wisely-calendar-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6f6570;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.wisely-booking-calendar-shortcode .wisely-calendar-modal__title {
  margin: 0 36px 8px 0;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #2f3139;
}

.wisely-booking-calendar-shortcode .wisely-calendar-modal__lead {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.45;
  color: #4b4c51;
}

.wisely-booking-calendar-shortcode .wisely-calendar-modal__list {
  margin: 0;
  padding-left: 20px;
  color: #4b4c51;
}

.wisely-booking-calendar-shortcode .wisely-calendar-modal__list li {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
}

.wisely-booking-calendar-shortcode .wisely-calendar-modal__button {
  margin-top: 18px;
  min-width: 148px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.wisely-booking-calendar-shortcode .detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(12px, 2.6cqw, 20px);
  line-height: 1.45;
  font-family: "Lato", sans-serif;
}

.wisely-booking-calendar-shortcode .detail-row + .detail-row {
  margin-top: 12px;
}

.wisely-booking-calendar-shortcode .detail-row-secondary + .detail-row-secondary {
  margin-top: 0;
}

.wisely-booking-calendar-shortcode .detail-row-secondary {
  font-size: 14px;
}

.wisely-booking-calendar-shortcode .detail-row-return {
  align-items: flex-start;
}

.wisely-booking-calendar-shortcode .detail-row-extension {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  flex-direction: column;
  margin-top: 6px;
}

.wisely-booking-calendar-shortcode .detail-row span {
  font-weight: 300;
  color: #554f58;
}

.wisely-booking-calendar-shortcode .detail-row strong {
  font-weight: 700;
  color: #303038;
}

.wisely-booking-calendar-shortcode .detail-row .accent {
  color: var(--pink);
}

.wisely-booking-calendar-shortcode .detail-row .secondary-date {
  font-size: 1em;
  font-weight: 600;
}

.wisely-booking-calendar-shortcode .return-row-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.wisely-booking-calendar-shortcode .return-inline-tools {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(222, 51, 159, 0.08);
  white-space: nowrap;
}

.wisely-booking-calendar-shortcode .return-inline-value {
  min-width: 52px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #6d5a68;
}

.wisely-booking-calendar-shortcode .return-inline-value .wisely-extra-days-value {
  color: var(--pink);
}

.wisely-booking-calendar-shortcode .details-card hr {
  border: 0;
  border-top: 2px solid rgba(255, 155, 218, 0.55);
  margin: clamp(16px, 2.6cqw, 20px) 0 clamp(12px, 2cqw, 16px);
}

.wisely-booking-calendar-shortcode .counter-button {
  background: transparent;
  color: var(--pink);
  font-size: clamp(18px, 3cqw, 24px);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  width: 20px;
  padding: 0;
  text-shadow: none;
}

.wisely-booking-calendar-shortcode .counter-button:disabled {
  opacity: 0.35;
  cursor: default;
  text-shadow: none;
}

.wisely-booking-calendar-shortcode .price-row {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 10px;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
}

.wisely-booking-calendar-shortcode .price-row span {
  font-size: clamp(12px, 2.5cqw, 19px);
  font-weight: 300;
  color: #554f58;
}

.wisely-booking-calendar-shortcode .price-row strong {
  color: var(--pink);
  font-size: clamp(20px, 4.2cqw, 28px);
  font-weight: 800;
}

.wisely-booking-calendar-shortcode .book-button {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(48px, 7cqw, 64px);
  margin: 18px 0 0;
  border-radius: 14px;
  background: var(--pink);
  color: #fff;
  font-size: clamp(18px, 3cqw, 22px);
  font-weight: 500;
  box-shadow: none;
  cursor: pointer;
}

.wisely-booking-calendar-shortcode .book-button.is-checking-availability {
  background-image: linear-gradient(110deg, #de339f 0%, #ea68bc 45%, #de339f 100%);
  background-size: 200% 100%;
  animation: wisely-availability-pulse 1.2s linear infinite;
  cursor: progress;
  pointer-events: none;
}

.wisely-booking-calendar-shortcode .book-button.is-checking-availability:disabled {
  opacity: 1;
  cursor: progress;
}

.wisely-booking-calendar-shortcode .book-button.is-sold-out,
.wisely-booking-calendar-shortcode .book-button.is-sold-out:disabled {
  background: #ff9aa6;
  color: #ffffff;
  opacity: 1;
  cursor: default;
}

.wisely-booking-calendar-shortcode .book-button.is-no-selection,
.wisely-booking-calendar-shortcode .book-button.is-no-selection:disabled {
  background: #e68bc2;
  color: #ffffff;
  opacity: 1;
  cursor: not-allowed;
}

.wisely-booking-calendar-shortcode .book-button.is-needs-selection {
  background: #cf4d99;
  color: #ffffff;
}

.wisely-booking-calendar-shortcode .book-button.is-submitting {
  color: transparent;
  pointer-events: none;
}

.wisely-booking-calendar-shortcode .book-button.is-submitting::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: wisely-button-spin 0.75s linear infinite;
}

@keyframes wisely-button-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes wisely-availability-pulse {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@media (min-width: 781px) {
  .wisely-booking-calendar-shortcode .nav-button {
    width: clamp(46px, 7cqw, 72px);
    height: clamp(36px, 5.8cqw, 54px);
  }

  .wisely-booking-calendar-shortcode .calendar-card {
    padding: 22px 26px 18px;
  }

  .wisely-booking-calendar-shortcode .weekday-row {
    margin-top: 12px;
    padding: 0 4px;
    font-size: clamp(12px, 2cqw, 16px);
  }

  .wisely-booking-calendar-shortcode .calendar-grid {
    margin-top: 15px;
    row-gap: 4px;
    padding: 0 2px;
  }

  .wisely-booking-calendar-shortcode .day-cell,
  .wisely-booking-calendar-shortcode .empty-cell {
    height: clamp(26px, 4.4cqw, 38px);
  }

  .wisely-booking-calendar-shortcode .day-cell {
    font-size: clamp(12px, 2.2cqw, 18px);
    line-height: 1;
  }

  .wisely-booking-calendar-shortcode .day-bar {
    left: 0;
    right: 0;
    height: 9px;
  }

  .wisely-booking-calendar-shortcode .legend {
    gap: 12px;
    margin-top: 14px;
    padding-right: 2px;
  }

  .wisely-booking-calendar-shortcode .legend-item {
    font-size: 14px;
    gap: 6px;
  }

  .wisely-booking-calendar-shortcode .legend-dot {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }

  .wisely-booking-calendar-shortcode .details-card {
    padding: 34px 30px 20px;
  }

  .wisely-booking-calendar-shortcode .detail-row {
    font-size: 16px;
    line-height: 1.45;
  }

  .wisely-booking-calendar-shortcode .detail-row.detail-row-secondary {
    font-size: 14px;
  }

  .wisely-booking-calendar-shortcode .detail-row + .detail-row {
    margin-top: 12px;
  }

  .wisely-booking-calendar-shortcode .detail-row-extension {
    margin-top: 6px;
    gap: 6px;
  }

  .wisely-booking-calendar-shortcode .detail-row .secondary-date {
    font-size: 0.92em;
    font-weight: 600;
  }

  .wisely-booking-calendar-shortcode .return-row-content {
    gap: 8px;
  }

  .wisely-booking-calendar-shortcode .return-inline-value {
    font-size: 12px;
  }

  .wisely-booking-calendar-shortcode .details-card hr {
    margin: 20px 0 16px;
  }

  .wisely-booking-calendar-shortcode .counter-button {
    font-size: 22px;
    width: 18px;
  }

  .wisely-booking-calendar-shortcode .price-row span {
    font-size: 16px;
  }

  .wisely-booking-calendar-shortcode .price-row strong {
    font-size: 28px;
  }
}

.wisely-booking-calendar-shortcode .book-button:disabled {
  opacity: 0.6;
  cursor: default;
}

@media (max-width: 780px) {
  .wisely-booking-calendar-shortcode .wisely-standalone-calendar {
    width: 100%;
    padding: 14px 10px 28px;
  }

  .wisely-booking-calendar-shortcode .calendar-card,
  .wisely-booking-calendar-shortcode .details-card,
  .wisely-booking-calendar-shortcode .book-button {
    width: 100%;
    margin-left: 0;
  }

  .wisely-booking-calendar-shortcode .calendar-card {
    padding: 14px 12px 14px;
    border-radius: 14px;
  }

  .wisely-booking-calendar-shortcode .calendar-header {
    grid-template-columns: 58px 1fr 58px;
    gap: 8px;
  }

  .wisely-booking-calendar-shortcode .nav-button {
    width: 50px;
    height: 36px;
  }

  .wisely-booking-calendar-shortcode .nav-button span {
    font-size: 28px;
  }

  .wisely-booking-calendar-shortcode .wisely-prev-month {
    border-radius: 12px 0 0 12px;
  }

  .wisely-booking-calendar-shortcode .wisely-prev-month span {
    left: 16px;
  }

  .wisely-booking-calendar-shortcode .wisely-next-month {
    border-radius: 0 12px 12px 0;
  }

  .wisely-booking-calendar-shortcode .wisely-next-month span {
    right: 16px;
  }

  .wisely-booking-calendar-shortcode .calendar-title-wrap h1 {
    font-size: 22px;
    line-height: 1.05;
  }

  .wisely-booking-calendar-shortcode .weekday-row {
    font-family: "Lato", sans-serif;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -0.006em;
    line-height: 10px;
    padding: 0;
  }

  .wisely-booking-calendar-shortcode .calendar-grid {
    padding: 0;
    margin-top: 10px;
    row-gap: 6px;
  }

  .wisely-booking-calendar-shortcode .day-cell {
    height: 34px;
    font-size: 16px;
  }

  .wisely-booking-calendar-shortcode .day-bar {
    height: 8px;
  }

  .wisely-booking-calendar-shortcode .empty-cell {
    height: 34px;
  }

  .wisely-booking-calendar-shortcode .legend {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 10px;
    padding-right: 0;
  }

  .wisely-booking-calendar-shortcode .legend-item {
    font-size: 10px;
    gap: 5px;
  }

  .wisely-booking-calendar-shortcode .legend-dot {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }

  .wisely-booking-calendar-shortcode .details-card {
    margin-top: -8px;
    padding: 18px 14px 14px;
    border-radius: 0 0 14px 14px;
  }

  .wisely-booking-calendar-shortcode .wisely-selection-shell-card {
    min-height: 250px;
    margin-top: -8px;
    border-radius: 0 0 14px 14px;
  }

  .wisely-booking-calendar-shortcode .detail-row {
    font-size: 18px;
    gap: 6px;
    line-height: 1.35;
  }

  .wisely-booking-calendar-shortcode .detail-row.detail-row-secondary {
    font-size: 14px;
  }

  .wisely-booking-calendar-shortcode .detail-row + .detail-row {
    margin-top: 8px;
  }

  .wisely-booking-calendar-shortcode .detail-row-secondary + .detail-row-secondary {
    margin-top: 0;
  }

  .wisely-booking-calendar-shortcode .detail-row-return + .detail-row-extension {
    margin-top: 10px;
  }

  .wisely-booking-calendar-shortcode .detail-row-extension {
    margin-top: 10px;
    gap: 4px;
  }

  .wisely-booking-calendar-shortcode .details-card hr {
    margin: 12px 0 10px;
  }

  .wisely-booking-calendar-shortcode .return-row-content {
    gap: 6px;
  }

  .wisely-booking-calendar-shortcode .return-inline-tools {
    gap: 10px;
    padding: 5px 9px;
  }

  .wisely-booking-calendar-shortcode .return-inline-value {
    font-size: 12px;
  }

  .wisely-booking-calendar-shortcode .counter-button {
    width: 18px;
    font-size: 20px;
  }

  .wisely-booking-calendar-shortcode .price-row {
    gap: 8px;
    margin-top: 8px;
  }

  .wisely-booking-calendar-shortcode .price-row span {
    font-size: 13px;
  }

  .wisely-booking-calendar-shortcode .price-row strong {
    font-size: 17px;
  }

.wisely-booking-calendar-shortcode .book-button {
  height: 52px;
  margin-top: 14px;
  font-size: 18px;
  border-radius: 14px;
}
}

.wisely-booking-package-shortcode .wisely-package-background-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 16px;
}

.wisely-booking-package-shortcode .wisely-package-background-selector label {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2f2f39;
}

.wisely-booking-package-shortcode .wisely-package-background-select {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(222, 58, 155, 0.22);
  border-radius: 14px;
  background: #fff;
  color: #2f2f39;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
