/* Returning patients page readability and polish */
.returning-patients-page .rp-actions-section {
  padding: var(--space-9) 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.returning-patients-page .rp-actions-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(280px, 0.9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.returning-patients-page .rp-actions-main h2 {
  margin-bottom: var(--space-6);
}

.returning-patients-page .rp-actions-list {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.returning-patients-page .rp-action-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.4rem 1.55rem;
  border: 1px solid rgba(79, 163, 217, 0.16);
  border-radius: 1.7rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 12px 26px rgba(4, 34, 73, 0.045);
}

.returning-patients-page .rp-action-lead {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.returning-patients-page .rp-action-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background: #f1f8fd;
  border: 1px solid rgba(79, 163, 217, 0.22);
  color: var(--aim-sage);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.returning-patients-page .rp-action-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.returning-patients-page .rp-action-copy h3 {
  margin: 0 0 0.2rem;
  font-size: 1.28rem;
  line-height: 1.15;
  font-weight: 600;
  color: var(--aim-blue);
}

.returning-patients-page .rp-action-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--aim-text);
}

.returning-patients-page .rp-action-btn {
  min-width: 10.75rem;
  justify-content: center;
  flex-shrink: 0;
}

.returning-patients-page .rp-help-card {
  padding: 2rem;
  background: linear-gradient(180deg, #eef8fd 0%, #e4f2fa 100%);
  border: 1px solid rgba(79, 163, 217, 0.16);
  border-radius: 1.9rem;
  box-shadow: 0 14px 30px rgba(4, 34, 73, 0.05);
}

.returning-patients-page .rp-help-card h3 {
  margin-bottom: 0.85rem;
  font-size: 1.55rem;
  color: var(--aim-blue);
}

.returning-patients-page .rp-help-card p {
  font-size: 1.06rem;
  line-height: 1.8;
  color: var(--aim-text);
}

.returning-patients-page .rp-help-btn {
  width: 100%;
  justify-content: center;
  margin: 1.2rem 0 0.95rem;
}

.returning-patients-page .rp-help-hours {
  text-align: center;
  font-size: 0.96rem;
  color: var(--aim-text-soft) !important;
  margin: 0 !important;
}

@media (max-width: 980px) {
  .returning-patients-page .rp-actions-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .returning-patients-page .rp-action-card {
    flex-direction: column;
    align-items: stretch;
  }
  .returning-patients-page .rp-action-btn {
    width: 100%;
  }
}

/* Returning Patients Final Font Reinforcement */
.returning-patients-page .rp-action-copy h3,
.returning-patients-page .patient-action-card h3 {
  font-family: var(--font-body, Inter, Arial, sans-serif) !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: var(--aim-blue, #042249) !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 4px !important;
}
.returning-patients-page .rp-action-copy p,
.returning-patients-page .patient-action-card p {
  font-family: var(--font-body, Inter, Arial, sans-serif) !important;
  font-size: clamp(15.5px, 1.05vw, 17px) !important;
  line-height: 1.62 !important;
  color: var(--aim-text-soft, #4e5a67) !important;
}
.returning-patients-page .rp-action-icon,
.returning-patients-page .patient-action-icon {
  color: var(--aim-sky-700, #2f7fb3) !important;
  background: var(--aim-sky-soft, #eaf5fb) !important;
  border: 1px solid rgba(79, 163, 217, 0.28) !important;
}
