.vi-vachr-selector {
  display: block;
}

.vi-vachr-selector__actions {
  margin-top: 18px;
}

.vi-vachr-selector__intro {
  margin: 0 0 16px;
}

.vi-vachr-selector__guests-block {
  margin: 0 0 16px;
}

.vi-vachr-selector__guests-label {
  display: block;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}

.vi-vachr-guests-select {
  width: 100%;
  min-height: 42px;
  font-size: 14px;
}

.vi-vachr-selector__guests-note {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}

.vi-vachr-selector__summary {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #2d7a73;
  display: none;
}

.vi-vachr-selector__error {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.4;
  display: none;
  color: #B23A48;
}

.vi-vachr-selector__buttons .stk-button-group {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.vi-vachr-selector__buttons .wp-block-stackable-button {
  margin: 0 !important;
}

.vi-vachr-selector__buttons .stk-button {
  width: 100%;
}

.vi-vachr-selector__btn--disabled {
  pointer-events: auto;
}

@media (max-width: 767px) {
  .vi-vachr-selector__buttons .stk-button-group {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* CTA bridge: bottone sinistro pieno, bottone destro ghost */
.vi-vachr-selector__buttons .vi-vachr-selector__btn--request.stk-button {
  background: #739f91 !important;
  border-color: #739f91 !important;
  color: #ffffff !important;
}

.vi-vachr-selector__buttons .vi-vachr-selector__btn--request.stk-button .stk-button__inner-text {
  color: #ffffff !important;
}

.vi-vachr-selector__buttons .vi-vachr-selector__btn--booking.stk-button {
  background: transparent !important;
  border: 2px solid #739f91 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  outline: none !important;
  box-shadow: none !important;
  color: #2d7a73 !important;
}

.vi-vachr-selector__buttons .vi-vachr-selector__btn--booking.stk-button .stk-button__inner-text {
  color: #2d7a73 !important;
}

.vi-vachr-selector__buttons .stk-button {
  min-height: 56px !important;
  padding: 0 24px !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.vi-vachr-selector__buttons .stk-button .stk-button__inner-text {
  line-height: 1 !important;
}

.vi-vachr-selector .vstrb-cal-selected .vstrb-selected-range {
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}