.profile-gift-tabs { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; margin:0 0 16px; }
.profile-gift-tabs button { min-height:44px; border:1px solid #d8d8d4; border-radius:6px; background:#fff; color:#555; font:inherit; cursor:pointer; }
.profile-gift-tabs button[aria-selected="true"] { border-color:#1f6f4a; color:#164f36; background:#edf7f1; }
.profile-gift-state { padding:24px; text-align:center; }
.profile-gift-state button { margin-left:8px; }
.profile-gift-record.is-history { opacity:.78; }
@media (max-width:420px) {
  .profile-gift-tabs { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .profile-gift-tabs button { white-space:normal; }
}
