.prp-open-modal,
.prp-actions button,
.prp-admin .button {
  cursor: pointer;
}

.prp-open-modal {
  align-items: center;
  background: #3378df;
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
}

.prp-modal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 2147483000;
}

.prp-modal.is-open {
  display: block;
}

.prp-modal-open {
  overflow: hidden;
}

.prp-modal__overlay {
  background: rgba(18, 24, 33, 0.72);
  inset: 0;
  position: fixed;
  z-index: 2147483001;
}

.prp-modal__dialog {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  left: 50%;
  max-height: calc(100vh - 32px);
  max-width: 860px;
  overflow: auto;
  padding: 28px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 32px);
  z-index: 2147483002;
}

.prp-modal__close {
  align-items: center;
  appearance: none;
  background: transparent !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 50%;
  box-shadow: none !important;
  color: #111827 !important;
  display: flex;
  font-size: 28px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0 !important;
  position: absolute;
  right: 16px;
  text-decoration: none;
  top: 16px;
  width: 40px;
}

.prp-modal__close:hover,
.prp-modal__close:focus {
  background: #f9fafb !important;
  border-color: #d1d5db !important;
  color: #000 !important;
}

.prp-form h2 {
  color: #18202d;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 48px 20px 0;
}

.prp-step {
  display: none;
}

.prp-step.is-active {
  display: block;
}

.prp-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}

.prp-progress__dot {
  background: #d8dee8;
  border-radius: 999px;
  display: block;
  flex: 1;
  height: 8px;
}

.prp-progress__dot.is-active {
  background: #3378df;
}

.prp-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prp-field {
  margin-bottom: 16px;
}

.prp-field label,
.prp-field legend,
.prp-policy {
  color: #253044;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}

.prp-field input,
.prp-field select,
.prp-field textarea {
  background: #fff;
  border: 1px solid #cbd3df;
  border-radius: 6px;
  box-sizing: border-box;
  color: #1f2937;
  font-size: 16px;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

.prp-choice-field select.prp-native-select,
.prp-modal .prp-choice-field select.prp-native-select,
.prp-modal .prp-choice-field select.prp-native-select.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: 0 !important;
  min-height: 1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
}

.prp-choice-field .select2-container {
  display: none !important;
}

.prp-choice-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.prp-choice-grid--packages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prp-choice-card,
.prp-addon-option {
  background: transparent !important;
  border: 1px solid #d1d5db !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: #111827 !important;
  min-width: 0;
  transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.prp-choice-card {
  appearance: none;
  cursor: pointer;
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 14px;
  position: relative;
  text-align: left;
  width: 100%;
}

.prp-choice-card:hover,
.prp-choice-card:focus,
.prp-addon-option:hover {
  border-color: #3378df !important;
  box-shadow: 0 0 0 2px rgba(51, 120, 223, 0.10) !important;
  outline: 0;
}

.prp-choice-card.is-selected,
.prp-addon-option:has(input:checked) {
  background: #eef5ff !important;
  border-color: #3378df !important;
  box-shadow: 0 0 0 2px rgba(51, 120, 223, 0.18) !important;
}

.prp-choice-field.has-error .prp-choice-card {
  border-color: #d92d20 !important;
}

.prp-choice-card__head {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.prp-choice-card__head strong {
  color: #111827;
  font-size: 16px;
  line-height: 1.25;
}

.prp-choice-card__head em {
  background: transparent;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  color: #334155;
  flex: 0 0 auto;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
}

.prp-choice-card__price {
  color: #3378df;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.prp-choice-card__description {
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.prp-choice-card__benefits {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}

.prp-choice-card__benefits-icon {
  align-items: center;
  background: #eef5ff;
  border: 1px solid #bfd7ff;
  border-radius: 999px;
  color: #3378df;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.prp-choice-card__tooltip {
  background: #111827;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 24, 33, 0.24);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  max-width: min(260px, calc(100vw - 56px));
  min-width: 180px;
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc(100% + 8px);
  transform: translateY(-4px);
  transition: opacity 150ms ease, transform 150ms ease;
  visibility: hidden;
  white-space: normal;
  z-index: 20;
}

.prp-choice-card__benefits:hover .prp-choice-card__tooltip,
.prp-choice-card:focus .prp-choice-card__tooltip,
.prp-choice-card:focus-visible .prp-choice-card__tooltip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.prp-modal .select2-container {
  display: none !important;
}

.prp-modal select.select2-hidden-accessible {
  border: 1px solid #cbd3df !important;
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  overflow: visible !important;
  padding: 9px 10px !important;
  position: static !important;
  width: 100% !important;
}

.prp-field.has-error input,
.prp-field.has-error select,
.prp-field.has-error textarea,
.prp-field input[aria-invalid="true"],
.prp-field select[aria-invalid="true"],
.prp-field textarea[aria-invalid="true"] {
  background: #fff7f7;
  border-color: #d92d20;
  box-shadow: 0 0 0 1px rgba(217, 45, 32, 0.12);
}

.prp-field.has-error legend,
.prp-field.has-error label,
.prp-policy-block.has-error h3,
.prp-recaptcha.has-error {
  color: #b42318;
}

.prp-field-error {
  color: #b42318;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
}

.prp-options {
  border: 0;
  margin-left: 0;
  padding: 0;
}

.prp-options label,
.prp-policy {
  align-items: center;
  display: flex;
  font-weight: 500;
  gap: 8px;
  line-height: 1.35;
}

.prp-options input,
.prp-policy input {
  width: auto;
}

.prp-policy input[name="liability_policy[]"],
.prp-policy input[name="governing_law[]"],
.prp-policy input[name="final_confirmations[]"],
.prp-policy input[name="save_payment_method_consent"] {
  flex: 0 0 18px;
  height: 18px;
  margin: 0;
  width: 18px;
}

.prp-payment-method-consent {
  margin-top: 14px;
}

.prp-help,
.prp-message {
  color: #526070;
  font-size: 14px;
}

.prp-message {
  border-radius: 6px;
  font-weight: 700;
  margin-top: 10px;
  min-height: 22px;
  padding: 10px 12px;
}

.prp-message.is-success {
  background: #eef5ff;
  border: 1px solid #bfd7ff;
  color: #1f4f99;
}

.prp-message.is-error {
  background: #fff7f7;
  border: 1px solid #f4b8b3;
  color: #b42318;
}

.prp-message:empty {
  background: transparent;
  border-color: transparent;
  padding: 0;
}

.prp-security-field {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.prp-recaptcha {
  margin: 16px 0;
  min-height: 78px;
}

.prp-recaptcha.has-error {
  background: #fff7f7;
  border: 1px solid #f4b8b3;
  border-radius: 8px;
  padding: 10px;
}

.prp-toast {
  background: #3378df;
  border-radius: 8px;
  bottom: 24px;
  box-shadow: 0 18px 45px rgba(18, 24, 33, 0.24);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  left: 50%;
  max-width: min(420px, calc(100vw - 32px));
  opacity: 0;
  padding: 14px 18px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  transform: translate(-50%, 16px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 100002;
}

.prp-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.prp-policy-note,
.prp-policy-block {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 14px;
}

.prp-policy-block h3 {
  color: #18202d;
  font-size: 16px;
  margin: 0 0 8px;
}

.prp-policy-block p {
  color: #526070;
  line-height: 1.55;
  margin: 0 0 10px;
}

.prp-summary-card {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.prp-summary-card > div,
.prp-total-box {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 14px;
}

.prp-summary-card span,
.prp-total-box span {
  color: #667085;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.prp-summary-card strong,
.prp-total-box strong {
  color: #18202d;
  display: block;
  font-size: 17px;
  line-height: 1.25;
}

.prp-summary-card .prp-summary-date-line {
  color: #18202d;
  display: grid;
  gap: 3px;
  margin: 0 0 8px;
  text-transform: none;
}

.prp-summary-card .prp-summary-date-line:last-child {
  margin-bottom: 0;
}

.prp-summary-date-line b {
  color: #253044;
  font-size: 12px;
  font-weight: 800;
}

.prp-summary-card [data-prp-summary-base] .prp-summary-date-line b {
  font-size: 20px;
}

.prp-summary-date-line em {
  color: #526070;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.prp-addon-list {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prp-addon-list legend {
  grid-column: 1 / -1;
}

.prp-tip-options {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 16px;
}

.prp-tip-options__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.prp-tip-choice {
  align-items: center;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  height: 40px;
  padding: 7px 12px;
  white-space: nowrap;
}

.prp-tip-choice:has(input:checked) {
  background: #eef5ff;
  border-color: #3378df;
  box-shadow: 0 0 0 2px rgba(51, 120, 223, 0.14);
}

.prp-tip-choice input[type="radio"] {
  height: auto;
  margin: 0;
  min-height: 0;
  width: auto;
}

.prp-tip-choice--custom {
  align-items: center;
  border-radius: 8px;
  display: flex !important;
  flex-direction: row;
}

.prp-tip-choice--custom input[type="number"] {
  height: 30px;
  margin: 0;
  min-height: 30px;
  padding: 4px 8px;
  width: 110px;
}

.prp-tip-choice--custom input[type="number"]:disabled {
  background: #f3f4f6;
  color: #98a2b3;
}

.prp-addon-option {
  align-self: start;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 0;
  min-height: 132px;
  padding: 16px;
}

.prp-addon-option input[type="checkbox"],
.prp-addon-option input[type="radio"] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.prp-addon-option__check {
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  margin-top: 1px;
  width: 22px;
}

.prp-addon-option__check::after {
  background: #3378df;
  border-radius: 999px;
  content: "";
  height: 10px;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 150ms ease, transform 150ms ease;
  width: 10px;
}

.prp-addon-option:has(input:checked) .prp-addon-option__check {
  border-color: #3378df;
}

.prp-addon-option:has(input:checked) .prp-addon-option__check::after {
  opacity: 1;
  transform: scale(1);
}

.prp-addon-option__content {
  display: grid;
  flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
}

.prp-addon-option__head {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.prp-addon-option strong {
  color: #111827;
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.prp-addon-option__description {
  color: #667085;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.prp-addon-option em {
  background: transparent;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  color: #334155;
  flex: 0 0 auto;
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
  white-space: normal;
}

.prp-addon-option:has(input:checked) em {
  border-color: #3378df;
  color: #3378df;
}

.prp-addon-option.is-coming-soon,
.prp-addon-child.is-coming-soon {
  cursor: default;
  opacity: 0.72;
}

.prp-addon-option--group {
  cursor: default;
  grid-template-columns: minmax(0, 1fr);
}

.prp-addon-children {
  display: grid;
  gap: 8px;
}

.prp-addon-child {
  align-items: center;
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 10px;
}

.prp-addon-option .prp-addon-child input[type="checkbox"],
.prp-addon-option .prp-addon-child input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  accent-color: #3378df;
  clip: auto !important;
  clip-path: none !important;
  display: inline-block !important;
  height: 18px !important;
  margin: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: static !important;
  visibility: visible !important;
  width: 18px !important;
}

.prp-addon-child span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.prp-addon-child small {
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.prp-addon-child:has(input:checked) {
  background: #eef5ff;
  border-color: #3378df;
}

.prp-total-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.prp-payment-summary,
.prp-stripe-box {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 16px;
}

.prp-payment-summary h3 {
  color: #18202d;
  font-size: 18px;
  margin: 0 0 12px;
}

.prp-payment-summary__rows {
  display: grid;
  gap: 8px;
}

.prp-payment-summary__rows > div,
.prp-payment-summary__total {
  align-items: center;
  border-bottom: 1px solid #e4e8ef;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 9px 0;
}

.prp-payment-summary__rows > div:last-child {
  border-bottom: 0;
}

.prp-payment-summary__rows span,
.prp-payment-summary__total span {
  color: #526070;
  font-size: 14px;
}

.prp-payment-summary__rows strong,
.prp-payment-summary__total strong {
  color: #18202d;
  font-size: 15px;
  text-align: right;
}

.prp-payment-summary__rows strong b,
.prp-payment-summary__rows strong em {
  display: block;
}

.prp-payment-summary__rows strong b {
  font-size: 15px;
  font-weight: 800;
}

.prp-payment-summary__rows strong em {
  color: #526070;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-top: 2px;
}

.prp-payment-summary__rows .is-discount strong {
  color: #1f7a4d;
}

.prp-payment-summary__total {
  border-bottom: 0;
  border-top: 2px solid #3378df;
  margin-top: 10px;
  padding-top: 14px;
}

.prp-payment-summary__total strong {
  color: #3378df;
  font-size: 28px;
}

.prp-stripe-box label {
  color: #253044;
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.prp-stripe-card {
  background: #fff;
  border: 1px solid #cbd3df;
  border-radius: 8px;
  padding: 12px;
}

.prp-stripe-error {
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
}

.prp-pet-card {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  margin: 14px 0;
  overflow: hidden;
}

.prp-pet-card summary {
  align-items: center;
  color: #18202d;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: space-between;
  list-style: none;
  padding: 14px 16px;
}

.prp-pet-card summary::-webkit-details-marker {
  display: none;
}

.prp-pet-card summary::after {
  color: #3378df;
  content: "\203A";
  font-size: 24px;
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 150ms ease;
}

.prp-pet-card:not([open]) summary::after {
  transform: rotate(0deg);
}

.prp-pet-card__body {
  border-top: 1px solid #e4e8ef;
  padding: 16px;
}

.prp-extra-pet h3 {
  color: #18202d;
  font-size: 16px;
  margin: 0 0 12px;
}

.prp-total-box strong {
  color: #3378df;
  font-size: 28px;
}

.prp-actions {
  border-top: 1px solid #e4e8ef;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 22px;
  padding-top: 18px;
}

.prp-actions button {
  align-items: center;
  border: 0;
  border-radius: 6px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
}

.prp-prev {
  background: #edf1f5;
  color: #263247;
}

.prp-next,
.prp-submit {
  background: #3378df;
  color: #fff;
}

.prp-submit {
  display: none;
}

.prp-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.prp-calendar {
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  margin: 16px 0;
  padding: 14px;
}

.prp-modal .prp-calendar {
  margin: 12px auto;
  max-width: 580px;
  padding: 12px;
}

.prp-calendar__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.prp-calendar__nav {
  background: #edf1f5;
  border: 0;
  border-radius: 6px;
  color: #253044;
  font-size: 24px;
  height: 36px;
  width: 42px;
}

.prp-modal .prp-calendar__head {
  margin-bottom: 8px;
}

.prp-modal .prp-calendar__nav {
  align-items: center;
  appearance: none;
  background: transparent !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 6px;
  box-shadow: none !important;
  color: #111827 !important;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 0 !important;
  text-decoration: none;
  width: 36px;
}

.prp-modal .prp-calendar__nav:hover,
.prp-modal .prp-calendar__nav:focus {
  background: #f9fafb !important;
  border-color: #d1d5db !important;
  color: #000 !important;
}

.prp-calendar__weekdays,
.prp-calendar__grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.prp-modal .prp-calendar__weekdays,
.prp-modal .prp-calendar__grid {
  gap: 4px;
}

.prp-calendar__weekdays {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
}

.prp-calendar__day,
.prp-calendar__empty {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 6px;
  display: flex;
  font-size: 13px;
  justify-content: center;
  min-width: 0;
}

.prp-calendar__day {
  background: #f8fafc;
  border: 1px solid #e1e6ee;
  color: #1f2937;
}

.prp-modal .prp-calendar__day {
  appearance: none;
  background: transparent !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: none !important;
  color: #111827 !important;
  font-weight: 600;
  padding: 0 !important;
}

.prp-modal .prp-calendar__day:hover,
.prp-modal .prp-calendar__day:focus {
  background: #f9fafb !important;
  border-color: #d1d5db !important;
  color: #000 !important;
}

.prp-modal .prp-calendar__day,
.prp-modal .prp-calendar__empty {
  aspect-ratio: auto;
  font-size: 12px;
  min-height: 38px;
}

.prp-calendar__day.is-limited {
  background: #fff8e5;
  border-color: #e8c65a;
}

.prp-modal .prp-calendar__day.is-limited {
  background: #fffbeb !important;
  border-color: #f3d686 !important;
}

.prp-calendar__day.is-blocked {
  background: #ffe8e8;
  border-color: #ef9a9a;
  color: #9b1c1c;
}

.prp-modal .prp-calendar__day.is-blocked,
.prp-modal .prp-calendar__day.is-full {
  background: #fff1f2 !important;
  border-color: #fecdd3 !important;
  color: #9f1239 !important;
}

.prp-calendar__day.is-full {
  background: #ffe8e8;
  border-color: #ef9a9a;
  color: #9b1c1c;
}

.prp-calendar__day.is-selected {
  background: #3378df;
  border-color: #3378df;
  color: #fff;
}

.prp-modal .prp-calendar__day.is-in-range {
  background: #eaf2ff !important;
  border-color: #bfd7ff !important;
  color: #1f4f99 !important;
}

.prp-modal .prp-calendar__day.is-selected {
  background: #3378df !important;
  border-color: #3378df !important;
  color: #fff !important;
}

.prp-calendar__day:disabled {
  opacity: 0.55;
}

.prp-admin-calendar-wrap {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 520px) minmax(260px, 360px);
}

.prp-admin-availability {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  padding: 18px;
}

.prp-admin-panel {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  margin: 18px 0;
  padding: 18px;
}

.prp-admin-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.prp-admin-filters input,
.prp-admin-filters select,
.prp-inline-form select {
  min-height: 32px;
}

.prp-inline-form {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  margin-left: 6px;
}

.prp-admin-actions-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.prp-admin-actions-row .prp-inline-form {
  margin-left: 0;
}

.prp-admin-pagination {
  margin-top: 14px;
}

.prp-admin-pagination .tablenav-pages {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.prp-admin-pagination .button.disabled {
  opacity: 0.45;
  pointer-events: none;
}

.prp-admin-modal {
  display: none;
}

.prp-admin-modal.is-open {
  display: block;
}

.prp-admin-modal__overlay {
  background: rgba(18, 24, 33, 0.72);
  inset: 0;
  position: fixed;
  z-index: 100000;
}

.prp-admin-modal__dialog {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  left: 50%;
  max-height: calc(100vh - 40px);
  max-width: 1120px;
  overflow: auto;
  padding: 24px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 48px);
  z-index: 100001;
}

.prp-admin-modal__close {
  background: #f2f4f7;
  border: 0;
  border-radius: 50%;
  font-size: 26px;
  height: 38px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
}

.prp-admin-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prp-admin-edit-form h3 {
  border-top: 1px solid #e4e8ef;
  margin-top: 20px;
  padding-top: 16px;
}

.prp-admin-modal__actions {
  align-items: center;
  border-top: 1px solid #e4e8ef;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
}

.prp-admin-columns {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prp-manage-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.prp-manage-header p {
  color: #50575e;
  margin: 0;
}

.prp-catalog-table td {
  vertical-align: middle;
}

.prp-catalog-description {
  color: #646970;
  display: block;
  margin-top: 4px;
}

.prp-admin-check {
  display: inline-block;
  font-weight: 700;
  margin-top: 12px;
}

.prp-admin-price-note {
  color: #3378df;
  font-weight: 800;
}

.prp-admin-pets-snapshot {
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.prp-admin-pets-snapshot h4 {
  margin: 0 0 10px;
}

.prp-admin-pet-card {
  background: #f8fafc;
  border-radius: 6px;
  display: grid;
  gap: 4px;
  margin-top: 8px;
  padding: 10px;
}

.prp-admin-pet-card em {
  color: #646970;
  font-style: normal;
}

.prp-admin-warning {
  color: #9b1c1c;
  font-weight: 700;
}

.prp-field-help {
  color: #646970;
  font-size: 12px;
  margin: -8px 0 0;
}

.prp-admin-compact-form {
  background: #f8fafc;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 14px;
}

.prp-admin-subtable {
  margin-top: 14px;
}

.prp-admin-modal__dialog--small {
  max-width: 680px;
}

.prp-reservation-calendar {
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  margin-top: 16px;
  padding: 14px;
}

.prp-reservation-calendar__grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.prp-reservation-calendar__day,
.prp-reservation-calendar__empty {
  min-height: 118px;
}

.prp-reservation-calendar__day {
  background: #f8fafc;
  border: 1px solid #e1e6ee;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 8px;
}

.prp-reservation-calendar__day.has-reservations {
  background: #eef5ff;
  border-color: #bfd7ff;
}

.prp-reservation-calendar__date {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: space-between;
}

.prp-reservation-calendar__date span,
.prp-reservation-calendar__more {
  color: #646970;
  font-size: 11px;
  font-weight: 700;
}

.prp-reservation-calendar__items {
  display: grid;
  gap: 5px;
}

.prp-reservation-calendar__item {
  background: #fff;
  border: 1px solid #cfd8e3;
  border-left: 4px solid #3378df;
  border-radius: 6px;
  color: #1f2937;
  cursor: pointer;
  display: grid;
  gap: 1px;
  min-width: 0;
  padding: 6px;
  text-align: left;
}

.prp-reservation-calendar__item.is-pending {
  border-left-color: #d69e2e;
}

.prp-reservation-calendar__item.is-inprogress {
  border-left-color: #3378df;
}

.prp-reservation-calendar__item.is-cancelled {
  border-left-color: #b42318;
  opacity: 0.75;
}

.prp-reservation-calendar__item.is-completed {
  border-left-color: #475467;
}

.prp-reservation-calendar__item strong,
.prp-reservation-calendar__item span,
.prp-reservation-calendar__item em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prp-reservation-calendar__item strong {
  font-size: 12px;
}

.prp-reservation-calendar__item span,
.prp-reservation-calendar__item em {
  color: #646970;
  font-size: 11px;
}

@media (max-width: 720px) {
  .prp-modal__dialog {
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
    padding: 22px 16px calc(34px + env(safe-area-inset-bottom));
    width: 100vw;
  }

  .prp-grid,
  .prp-admin-calendar-wrap,
  .prp-summary-card,
  .prp-admin-form-grid,
  .prp-admin-columns,
  .prp-reservation-calendar__grid {
    grid-template-columns: 1fr;
  }

  .prp-choice-grid,
  .prp-choice-grid--packages,
  .prp-choice-grid--weights,
  .prp-addon-list {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prp-addon-list legend {
    grid-column: 1 / -1;
  }

  .prp-choice-card,
  .prp-addon-option {
    min-height: 116px;
    padding: 12px;
  }

  .prp-choice-card__head strong,
  .prp-addon-option strong {
    font-size: 14px;
  }

  .prp-choice-card__price {
    font-size: 14px;
  }

  .prp-choice-card__description,
  .prp-addon-option__description {
    font-size: 12px;
  }

  .prp-manage-header {
    align-items: stretch;
    flex-direction: column;
  }

  .prp-reservation-calendar__empty {
    display: none;
  }

  .prp-actions {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: calc(18px + env(safe-area-inset-bottom));
  }

  .prp-actions button {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
    width: auto;
  }

  .prp-actions .prp-submit {
    flex-basis: 100%;
    width: 100%;
  }

  .prp-addon-option,
  .prp-total-box {
    align-items: start;
  }

  .prp-addon-option__head {
    display: grid;
  }

  .prp-addon-option em {
    justify-self: start;
  }

  .prp-total-box {
    display: block;
  }
}
