.prd {
  --prd-forest: #23443a;
  --prd-forest-deep: #17372e;
  --prd-forest-soft: #315c4c;
  --prd-sage: #91a78f;
  --prd-sage-soft: #dfe7dd;
  --prd-ivory: #f7f3ea;
  --prd-paper: #fffdf8;
  --prd-clay: #c99e83;
  --prd-gold: #b79a65;
  --prd-ink: #26322e;
  --prd-muted: #66726d;
  --prd-danger: #9b4c46;
  --prd-danger-soft: #f6e8e5;
  --prd-line: rgba(35, 68, 58, 0.14);
  --prd-shadow: 0 22px 60px rgba(38, 50, 46, 0.10);
  color: var(--prd-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 24px auto;
  max-width: 1180px;
  width: min(1180px, calc(100% - 24px));
}

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

.prd button,
.prd input,
.prd select {
  font: inherit;
}

.prd button {
  -webkit-tap-highlight-color: transparent;
}

.prd-shell {
  background:
    radial-gradient(circle at 92% 6%, rgba(145, 167, 143, 0.20), transparent 27%),
    linear-gradient(145deg, var(--prd-paper), var(--prd-ivory));
  border: 1px solid var(--prd-line);
  border-radius: 34px;
  box-shadow: var(--prd-shadow);
  min-height: 690px;
  overflow: hidden;
  position: relative;
}

.prd-topbar {
  align-items: center;
  background: rgba(255, 253, 248, 0.87);
  border-bottom: 1px solid var(--prd-line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 76px;
  padding: 15px 28px;
}

.prd-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.prd-brand-mark {
  border: 1px solid var(--prd-forest);
  border-radius: 50%;
  display: grid;
  flex: 0 0 42px;
  height: 42px;
  place-items: center;
  position: relative;
  width: 42px;
}

.prd-brand-mark::before,
.prd-brand-mark::after {
  border: 1px solid var(--prd-sage);
  border-radius: 70% 20% 70% 20%;
  content: "";
  height: 22px;
  position: absolute;
  transform: rotate(32deg);
  width: 12px;
}

.prd-brand-mark::after {
  transform: rotate(-32deg);
}

.prd-brand-name {
  font: 500 1.16rem Georgia, "Times New Roman", serif;
  white-space: nowrap;
}

.prd-brand-subtitle {
  color: var(--prd-muted);
  display: block;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.prd-topbar-actions {
  align-items: center;
  display: flex;
  gap: 9px;
}

.prd-demo-badge,
.prd-status {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.73rem;
  font-weight: 750;
  gap: 7px;
  letter-spacing: 0.06em;
  padding: 7px 11px;
  text-transform: uppercase;
}

.prd-demo-badge {
  background: #fff4d9;
  color: #785b20;
}

.prd-demo-badge::before {
  background: #d19b31;
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.prd-body {
  padding: 44px;
}

.prd-eyebrow {
  color: var(--prd-forest-soft);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.prd-title,
.prd-card-title,
.prd-service-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.prd-card-title {
  font-size: 1.72rem;
  line-height: 1.15;
  margin: 0 0 8px;
}

.prd-title {
  font-size: clamp(2.15rem, 4.8vw, 4.1rem);
  line-height: 1.02;
  margin: 0 0 17px;
  max-width: 760px;
}

.prd-lead {
  color: var(--prd-muted);
  font-size: 1.04rem;
  margin: 0;
  max-width: 720px;
}

.prd-auth-layout {
  display: grid;
  gap: 42px;
  grid-template-columns: 0.88fr 1.12fr;
}

.prd-auth-intro {
  align-self: center;
  padding: 24px 8px 24px 4px;
}

.prd-trust-list {
  display: grid;
  gap: 15px;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.prd-trust-list li {
  align-items: flex-start;
  color: #43534d;
  display: flex;
  gap: 12px;
}

.prd-check {
  align-items: center;
  background: var(--prd-sage-soft);
  border-radius: 50%;
  color: var(--prd-forest);
  display: inline-flex;
  flex: 0 0 24px;
  font-size: 0.8rem;
  height: 24px;
  justify-content: center;
  margin-top: 1px;
  width: 24px;
}

.prd-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(35, 68, 58, 0.11);
  border-radius: 28px;
  box-shadow: 0 12px 38px rgba(38, 50, 46, 0.06);
  padding: 27px;
}

.prd-tabs {
  background: #eef1eb;
  border-radius: 999px;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 25px;
  padding: 5px;
}

.prd-tab {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--prd-forest);
  cursor: pointer;
  font-weight: 700;
  padding: 11px 14px;
}

.prd-tab[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 3px 14px rgba(38, 50, 46, 0.08);
}

.prd-form {
  display: grid;
  gap: 16px;
}

.prd-form-row {
  display: grid;
  gap: 7px;
}

.prd-form-row label {
  color: #4c5b55;
  font-size: 0.79rem;
  font-weight: 750;
}

.prd-input {
  background: #fffefa;
  border: 1px solid rgba(35, 68, 58, 0.18);
  border-radius: 13px;
  color: var(--prd-ink);
  min-height: 49px;
  outline: none;
  padding: 11px 13px;
  width: 100%;
}

.prd-input:focus {
  border-color: var(--prd-forest-soft);
  box-shadow: 0 0 0 3px rgba(49, 92, 76, 0.12);
}

.prd-help {
  color: var(--prd-muted);
  font-size: 0.82rem;
  margin: 0;
}

.prd-demo-note {
  background: rgba(223, 231, 221, 0.55);
  border-radius: 13px;
  color: #51635b;
  font-size: 0.78rem;
  margin-top: 18px;
  padding: 11px 13px;
}

.prd-btn {
  align-items: center;
  background: var(--prd-forest);
  border: 1px solid var(--prd-forest);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 720;
  gap: 9px;
  justify-content: center;
  min-height: 47px;
  padding: 11px 19px;
  text-decoration: none;
  transition: 0.2s ease;
}

.prd-btn:hover,
.prd-btn:focus-visible {
  background: var(--prd-forest-deep);
  border-color: var(--prd-forest-deep);
  transform: translateY(-1px);
}

.prd-btn-secondary {
  background: #fff;
  border-color: var(--prd-line);
  color: var(--prd-forest);
}

.prd-btn-secondary:hover,
.prd-btn-secondary:focus-visible {
  background: #f4f6f1;
  border-color: rgba(35, 68, 58, 0.25);
  color: var(--prd-forest-deep);
}

.prd-btn-quiet {
  background: transparent;
  border-color: transparent;
  color: var(--prd-forest);
  min-height: 39px;
  padding: 8px 11px;
}

.prd-btn-quiet:hover,
.prd-btn-quiet:focus-visible {
  background: rgba(223, 231, 221, 0.55);
  border-color: transparent;
  color: var(--prd-forest);
  transform: none;
}

.prd-btn-danger {
  background: #fff;
  border-color: rgba(155, 76, 70, 0.24);
  color: var(--prd-danger);
}

.prd-btn-danger:hover,
.prd-btn-danger:focus-visible {
  background: var(--prd-danger-soft);
  border-color: rgba(155, 76, 70, 0.35);
  color: #7d3732;
}

.prd-btn-small {
  font-size: 0.82rem;
  min-height: 39px;
  padding: 8px 13px;
}

.prd-btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.prd-dashboard-head {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 31px;
}

.prd-dashboard-head .prd-title {
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  margin-bottom: 8px;
}

.prd-dashboard-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
}

.prd-stack {
  display: grid;
  gap: 16px;
}

.prd-section-title {
  align-items: center;
  display: flex;
  font-size: 0.84rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.11em;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.prd-appointment {
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--prd-line);
  border-radius: 24px;
  display: grid;
  gap: 20px;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  padding: 20px;
}

.prd-date-tile {
  align-items: center;
  background: var(--prd-sage-soft);
  border-radius: 18px;
  color: var(--prd-forest);
  display: flex;
  flex-direction: column;
  height: 76px;
  justify-content: center;
  text-align: center;
  width: 76px;
}

.prd-date-tile strong {
  font: 500 1.65rem/1 Georgia, "Times New Roman", serif;
}

.prd-date-tile span {
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  margin-top: 5px;
  text-transform: uppercase;
}

.prd-appointment h3 {
  font: 500 1.26rem Georgia, "Times New Roman", serif;
  margin: 0 0 7px;
}

.prd-meta {
  color: var(--prd-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.84rem;
  gap: 5px 15px;
}

.prd-appointment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.prd-status {
  background: var(--prd-sage-soft);
  color: var(--prd-forest);
  font-size: 0.67rem;
  margin-bottom: 9px;
  padding: 6px 9px;
}

.prd-history {
  align-items: center;
  border-bottom: 1px solid var(--prd-line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 15px 2px;
}

.prd-history:last-child {
  border-bottom: 0;
}

.prd-history strong {
  display: block;
  font-weight: 720;
}

.prd-history span {
  color: var(--prd-muted);
  font-size: 0.82rem;
}

.prd-side-card {
  background: var(--prd-forest);
  border-radius: 25px;
  color: #fff;
  padding: 24px;
}

.prd-side-card.prd-side-card-light {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--prd-line);
  color: var(--prd-ink);
}

.prd-side-card h3 {
  font: 500 1.35rem Georgia, "Times New Roman", serif;
  margin: 0 0 9px;
}

.prd-side-card p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  margin: 0 0 18px;
}

.prd-side-card-light p {
  color: var(--prd-muted);
}

.prd-profile-line {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: 17px;
  padding-top: 15px;
}

.prd-profile-line small {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prd-profile-line span {
  display: block;
  font-size: 0.88rem;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prd-empty {
  background: rgba(255, 255, 255, 0.68);
  border: 1px dashed rgba(35, 68, 58, 0.24);
  border-radius: 24px;
  padding: 34px;
  text-align: center;
}

.prd-empty-icon {
  align-items: center;
  background: var(--prd-sage-soft);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1.5rem;
  height: 57px;
  justify-content: center;
  margin-bottom: 14px;
  width: 57px;
}

.prd-empty h3 {
  font: 500 1.4rem Georgia, "Times New Roman", serif;
  margin: 0 0 7px;
}

.prd-empty p {
  color: var(--prd-muted);
  margin: 0 auto 19px;
  max-width: 470px;
}

.prd-booking-head {
  align-items: flex-start;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 31px;
}

.prd-booking-head .prd-title {
  font-size: clamp(2rem, 4vw, 3.35rem);
  margin-bottom: 8px;
}

.prd-stepper {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  margin: 28px 0 34px;
}

.prd-step {
  color: #7a8681;
  font-size: 0.73rem;
  font-weight: 720;
  padding-top: 13px;
  position: relative;
}

.prd-step::before {
  background: #dce2db;
  border-radius: 99px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.prd-step.is-active,
.prd-step.is-complete {
  color: var(--prd-forest);
}

.prd-step.is-active::before,
.prd-step.is-complete::before {
  background: var(--prd-forest);
}

.prd-service-grid,
.prd-format-grid {
  display: grid;
  gap: 15px;
}

.prd-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prd-format-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

.prd-service,
.prd-format {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--prd-line);
  border-radius: 23px;
  color: var(--prd-ink);
  cursor: pointer;
  padding: 21px;
  text-align: left;
  transition: 0.2s ease;
  width: 100%;
}

.prd-service:hover,
.prd-service:focus-visible,
.prd-format:hover,
.prd-format:focus-visible,
.prd-service.is-selected,
.prd-format.is-selected {
  background: #fff;
  border-color: rgba(35, 68, 58, 0.32);
  box-shadow: 0 12px 35px rgba(38, 50, 46, 0.08);
  transform: translateY(-2px);
}

.prd-service-top {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 13px;
}

.prd-service-icon,
.prd-format-icon {
  align-items: center;
  background: var(--prd-sage-soft);
  border-radius: 16px;
  color: var(--prd-forest);
  display: inline-flex;
  font-size: 1.35rem;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.prd-service-price {
  color: var(--prd-forest);
  font-size: 0.84rem;
  font-weight: 780;
  white-space: nowrap;
}

.prd-service-title {
  font-size: 1.32rem;
  margin: 0 0 7px;
}

.prd-service p,
.prd-format p {
  color: var(--prd-muted);
  font-size: 0.86rem;
  margin: 0;
}

.prd-service-meta {
  color: var(--prd-muted);
  font-size: 0.76rem;
  margin-top: 13px;
}

.prd-format strong {
  display: block;
  font: 500 1.25rem Georgia, "Times New Roman", serif;
  margin: 13px 0 6px;
}

.prd-selection-reminder {
  align-items: center;
  background: rgba(223, 231, 221, 0.55);
  border-radius: 17px;
  display: flex;
  gap: 13px;
  margin-bottom: 22px;
  padding: 13px 15px;
}

.prd-selection-reminder strong,
.prd-selection-reminder span {
  display: block;
}

.prd-selection-reminder span {
  color: var(--prd-muted);
  font-size: 0.8rem;
}

.prd-date-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(95px, 1fr));
  margin-bottom: 27px;
}

.prd-date-option {
  background: rgba(255, 255, 255, 0.73);
  border: 1px solid var(--prd-line);
  border-radius: 17px;
  color: var(--prd-ink);
  cursor: pointer;
  padding: 12px 8px;
  text-align: center;
}

.prd-date-option span,
.prd-date-option small {
  display: block;
}

.prd-date-option span {
  font-size: 0.74rem;
  text-transform: capitalize;
}

.prd-date-option strong {
  display: block;
  font: 500 1.48rem Georgia, "Times New Roman", serif;
  margin: 2px 0;
}

.prd-date-option small {
  color: var(--prd-muted);
  font-size: 0.68rem;
  text-transform: capitalize;
}

.prd-date-option:hover,
.prd-date-option:focus-visible,
.prd-date-option.is-selected {
  background: var(--prd-forest);
  border-color: var(--prd-forest);
  color: #fff;
}

.prd-date-option.is-selected small,
.prd-date-option:hover small,
.prd-date-option:focus-visible small {
  color: rgba(255, 255, 255, 0.72);
}

.prd-slots-title {
  font-size: 0.83rem;
  font-weight: 780;
  margin: 0 0 13px;
}

.prd-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.prd-slot {
  background: #fff;
  border: 1px solid var(--prd-line);
  border-radius: 999px;
  color: var(--prd-forest);
  cursor: pointer;
  font-weight: 720;
  min-width: 83px;
  padding: 10px 15px;
}

.prd-slot:hover,
.prd-slot:focus-visible,
.prd-slot.is-selected {
  background: var(--prd-sage-soft);
  border-color: rgba(35, 68, 58, 0.3);
}

.prd-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 31px;
}

.prd-actions-right {
  display: flex;
  gap: 9px;
}

.prd-summary-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.1fr 0.9fr;
}

.prd-summary {
  background: #fff;
  border: 1px solid var(--prd-line);
  border-radius: 25px;
  padding: 24px;
}

.prd-summary h3 {
  font: 500 1.5rem Georgia, "Times New Roman", serif;
  margin: 0 0 20px;
}

.prd-summary-row {
  align-items: baseline;
  border-bottom: 1px solid var(--prd-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 125px 1fr;
  padding: 13px 0;
}

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

.prd-summary-row span {
  color: var(--prd-muted);
  font-size: 0.78rem;
}

.prd-summary-row strong {
  font-size: 0.9rem;
  text-align: right;
}

.prd-consent {
  align-items: flex-start;
  color: #45554f;
  display: flex;
  font-size: 0.82rem;
  gap: 10px;
  margin-top: 18px;
}

.prd-consent input {
  accent-color: var(--prd-forest);
  height: 17px;
  margin-top: 2px;
  width: 17px;
}

.prd-success {
  margin: 15px auto;
  max-width: 680px;
  padding: 36px 0;
  text-align: center;
}

.prd-success-mark {
  align-items: center;
  background: var(--prd-sage-soft);
  border-radius: 50%;
  color: var(--prd-forest);
  display: inline-flex;
  font-size: 2rem;
  height: 84px;
  justify-content: center;
  margin-bottom: 21px;
  width: 84px;
}

.prd-success .prd-title {
  font-size: clamp(2.2rem, 5vw, 3.65rem);
  margin-left: auto;
  margin-right: auto;
}

.prd-success-card {
  background: #fff;
  border: 1px solid var(--prd-line);
  border-radius: 22px;
  margin: 24px auto;
  padding: 18px;
  text-align: left;
}

.prd-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
}

.prd-footer {
  align-items: center;
  background: rgba(35, 68, 58, 0.045);
  border-top: 1px solid var(--prd-line);
  color: var(--prd-muted);
  display: flex;
  font-size: 0.74rem;
  gap: 14px;
  justify-content: space-between;
  padding: 13px 28px;
}

.prd-footer button {
  background: transparent;
  border: 0;
  color: var(--prd-muted);
  cursor: pointer;
  padding: 5px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.prd-modal-backdrop {
  align-items: center;
  background: rgba(20, 35, 30, 0.66);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 99999;
}

.prd-modal {
  background: var(--prd-paper);
  border-radius: 26px;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.25);
  max-width: 500px;
  padding: 27px;
  width: 100%;
}

.prd-modal h3 {
  font: 500 1.65rem Georgia, "Times New Roman", serif;
  margin: 0 0 10px;
}

.prd-modal p {
  color: var(--prd-muted);
  margin: 0 0 23px;
}

.prd-modal-actions {
  display: flex;
  gap: 9px;
  justify-content: flex-end;
}

.prd-toast {
  background: var(--prd-forest-deep);
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.84rem;
  left: 50%;
  max-width: calc(100% - 30px);
  opacity: 0;
  padding: 11px 17px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 12px);
  transition: 0.2s ease;
  z-index: 100000;
}

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

.prd-sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 920px) {
  .prd-body {
    padding: 34px 27px;
  }

  .prd-auth-layout,
  .prd-dashboard-grid,
  .prd-summary-grid {
    grid-template-columns: 1fr;
  }

  .prd-auth-intro {
    padding: 0;
  }

  .prd-trust-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .prd-dashboard-side {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .prd-date-grid {
    grid-template-columns: repeat(5, minmax(82px, 1fr));
    overflow-x: auto;
    padding-bottom: 6px;
  }
}

@media (max-width: 680px) {
  .prd {
    margin: 10px auto;
    width: min(100%, calc(100% - 12px));
  }

  .prd-shell {
    border-radius: 23px;
    min-height: 650px;
  }

  .prd-topbar {
    min-height: 67px;
    padding: 12px 16px;
  }

  .prd-brand-mark {
    flex-basis: 36px;
    height: 36px;
    width: 36px;
  }

  .prd-brand-name {
    font-size: 1.02rem;
  }

  .prd-brand-subtitle {
    display: none;
  }

  .prd-demo-badge {
    font-size: 0;
    padding: 9px;
  }

  .prd-demo-badge::after {
    content: "Démo";
    font-size: 0.67rem;
  }

  .prd-body {
    padding: 29px 17px;
  }

  .prd-title {
    font-size: 2.35rem;
  }

  .prd-trust-list {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .prd-panel {
    border-radius: 22px;
    padding: 18px;
  }

  .prd-dashboard-head,
  .prd-booking-head {
    align-items: stretch;
    flex-direction: column;
  }

  .prd-dashboard-head .prd-btn,
  .prd-booking-head .prd-btn {
    width: 100%;
  }

  .prd-dashboard-side,
  .prd-service-grid,
  .prd-format-grid {
    grid-template-columns: 1fr;
  }

  .prd-appointment {
    align-items: start;
    gap: 13px;
    grid-template-columns: 63px 1fr;
    padding: 15px;
  }

  .prd-date-tile {
    border-radius: 15px;
    height: 63px;
    width: 63px;
  }

  .prd-date-tile strong {
    font-size: 1.4rem;
  }

  .prd-appointment-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .prd-appointment-actions .prd-btn {
    flex: 1;
  }

  .prd-stepper {
    gap: 5px;
    grid-template-columns: repeat(4, 1fr);
  }

  .prd-step {
    font-size: 0.62rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .prd-date-grid {
    grid-template-columns: repeat(5, 88px);
    margin-right: -17px;
  }

  .prd-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .prd-actions-right {
    display: grid;
  }

  .prd-summary-row {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .prd-summary-row strong {
    text-align: left;
  }

  .prd-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 13px 17px;
  }

  .prd-modal-actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prd *,
  .prd *::before,
  .prd *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
