.rider-you {
  display: grid;
  gap: 24px;
}

.hotel-managed-hotel .hotel-list-remove{align-self:center}
.hotel-list-create,.hotel-managed-list header,.hotel-managed-hotel,.hotel-managed-hotel>div{display:flex;align-items:center;gap:10px}.hotel-list-create{align-items:end;margin-bottom:12px}.hotel-list-create label,.hotel-managed-list form{flex:1}.hotel-list-create span,.hotel-managed-hotel label span{display:block;margin-bottom:5px;color:var(--rider-muted);font-size:12px;font-weight:700}.hotel-list-create input,.hotel-managed-list input,.hotel-managed-hotel select{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--rider-line);border-radius:12px;background:#fff;font:inherit}.hotel-list-message{min-height:22px;color:var(--rider-muted)}.hotel-list-manager-items{display:grid;gap:12px}.hotel-managed-list{padding:16px;border:1px solid var(--rider-line);border-radius:18px}.hotel-managed-list header{justify-content:space-between}.hotel-managed-list header form{display:flex;gap:8px}.hotel-managed-list header>span{color:var(--rider-muted);font-size:12px}.hotel-managed-hotels{display:grid;gap:8px;margin-top:12px}.hotel-managed-hotel{justify-content:space-between;padding-top:10px;border-top:1px solid var(--rider-line)}.hotel-managed-hotel>div{display:grid;gap:3px}.hotel-managed-hotel>div:last-child{display:flex}.hotel-managed-hotel span{color:var(--rider-muted);font-size:12px}@media(max-width:600px){.hotel-list-create,.hotel-managed-list header,.hotel-managed-hotel{align-items:stretch;flex-direction:column}.hotel-managed-hotel>div:last-child{align-items:stretch;flex-direction:column}}

.you-hero {
  display: grid;
  gap: 8px;
  max-width: 680px;
}

.you-hero h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: -.04em;
}

.you-hero > p:last-child {
  margin: 0;
  color: var(--rider-muted);
  line-height: 1.55;
}

.you-menu {
  overflow: hidden;
  border: 1px solid var(--rider-line);
  border-radius: 24px;
  background: #fff;
}

.you-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 15px 18px;
  border: 0;
  border-bottom: 1px solid var(--rider-line);
  color: var(--rider-ink);
  background: transparent;
  text-align: left;
}

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

.you-row:not(:disabled) {
  cursor: pointer;
}

.you-row:not(:disabled):hover,
.you-row:not(:disabled):focus-visible,
.you-row[aria-current="page"] {
  background: var(--rider-mint);
}

.you-row:focus-visible {
  outline: 3px solid rgba(0, 166, 147, .2);
  outline-offset: -3px;
}

.you-row:disabled {
  opacity: .66;
  cursor: default;
}

.you-row-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--rider-green);
  background: #f1f8f6;
}

.you-row-icon .rider-icon {
  width: 21px;
  height: 21px;
}

.you-row-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.you-row-copy strong {
  font-size: 16px;
}

.you-row-copy span {
  color: var(--rider-muted);
  font-size: 13px;
  line-height: 1.35;
}

.you-row-chevron {
  display: grid;
  place-items: center;
  color: var(--rider-muted);
}

.you-row:disabled .you-row-chevron {
  display: none;
}

.you-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 18px 18px;
  border-top: 1px solid var(--rider-line);
  background: #fff;
}

.you-detail {
  scroll-margin-top: 88px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--rider-line);
  border-radius: 26px;
  background: #fff;
}

.you-detail[hidden] {
  display: none !important;
}

.you-detail-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.you-detail-header h3 {
  margin: 0;
  font-size: 25px;
}

.you-back {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--rider-line);
  border-radius: 50%;
  color: var(--rider-ink);
  background: #fff;
  font-size: 22px;
}

.you-detail-panel[hidden] {
  display: none !important;
}

.you-detail-panel.rider-wallet {
  align-content: start;
}

.you-profile-list {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--rider-line);
}

.you-profile-row {
  display: grid;
  grid-template-columns: minmax(110px, .8fr) minmax(0, 1.4fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rider-line);
}

.you-profile-row dt {
  color: var(--rider-muted);
  font-size: 13px;
  font-weight: 750;
}

.you-profile-row dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 750;
}

.you-settings-list {
  display: grid;
  gap: 12px;
}

.you-toggle-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rider-line);
}

.you-toggle-row:first-child {
  border-top: 1px solid var(--rider-line);
}

.you-toggle-copy {
  display: grid;
  gap: 4px;
}

.you-toggle-copy strong {
  font-size: 16px;
}

.you-toggle-copy span,
.you-detail-note {
  color: var(--rider-muted);
  font-size: 13px;
  line-height: 1.45;
}

.you-switch {
  width: 22px;
  height: 22px;
  accent-color: var(--rider-turquoise);
}

.you-detail-message {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--rider-muted);
  font-size: 13px;
}

.you-link-card {
  display: grid;
  gap: 7px;
  padding: 19px;
  border: 1px solid var(--rider-line);
  border-radius: 20px;
  color: var(--rider-ink);
  background: #fff;
  text-decoration: none;
}

.you-link-card strong {
  font-size: 18px;
}

.you-link-card span {
  color: var(--rider-muted);
  line-height: 1.45;
}

.you-link-card:hover,
.you-link-card:focus-visible {
  border-color: rgba(0, 166, 147, .35);
  background: var(--rider-mint);
}

#you-safety-slot .rider-safety-foundation {
  margin-top: 0;
}

@media (min-width: 900px) {
  .rider-you {
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.35fr);
    align-items: start;
  }

  .you-hero {
    grid-column: 1 / -1;
  }

  .you-detail {
    position: sticky;
    top: 96px;
    min-height: 430px;
  }

  .you-detail-open .you-menu {
    grid-column: 1;
  }
}

@media (max-width: 767px) {
  .you-hero h2 {
    font-size: 34px;
  }

  .you-menu {
    margin: 0 -16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .you-row {
    min-height: 74px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .you-account-actions {
    padding-right: 16px;
    padding-left: 16px;
  }

  .you-detail {
    margin: 0 -16px;
    padding: 20px 16px 28px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .you-profile-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
