.profile-hero {
  margin-bottom: 23px;
}

.profile-card {
  padding: 22px;
}

.profile-card-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff0e6;
  color: var(--red);
  font-size: 18px;
}

.profile-card-head small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .8px;
}

.profile-card-head strong {
  display: block;
  margin: 2px 0;
  color: var(--ink);
  font: 800 17px "Plus Jakarta Sans", sans-serif;
  letter-spacing: -.5px;
}

.profile-card-head span:last-child {
  color: var(--muted);
  font-size: 12px;
}

.profile-order {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.profile-order:last-child {
  border-bottom: 0;
}

.profile-order-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.profile-order-head small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.profile-order-head strong {
  display: block;
  margin-top: 2px;
  font: 800 15px "Plus Jakarta Sans", sans-serif;
}

.profile-order-head b {
  font: 800 15px "Plus Jakarta Sans", sans-serif;
}

.profile-order-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}

.profile-order-items span {
  display: inline-flex;
  padding: 6px 8px;
  border-radius: 7px;
  background: #f8f4ee;
  color: #6f6860;
  font-size: 11px;
  font-weight: 700;
}

.empty-state.compact {
  padding: 36px 12px;
}

.empty-state.compact > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 15px;
  background: #fff0e6;
  color: var(--red);
  font-size: 22px;
}

@media (max-width: 700px) {
  .profile-card {
    padding: 19px;
  }
}
