/* RealPPE Phase 3F - Buyer profile detail card polish */
.rp-profile-panel{background:#fff;border:1px solid rgba(0,82,150,.12);border-radius:14px;padding:22px;box-shadow:0 10px 28px rgba(0,41,80,.06)}
.rp-profile-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(0,82,150,.10)}
.rp-profile-kicker{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0074c8;margin-bottom:4px}
.rp-profile-edit-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #0b2a3f;border-radius:999px;color:#0b2a3f;background:#fff;padding:9px 18px;font-weight:700;text-decoration:none;transition:.18s ease}
.rp-profile-edit-btn:hover{background:#0074c8;border-color:#0074c8;color:#fff;text-decoration:none}
.rp-profile-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.rp-profile-detail-item{background:#f7fbff;border:1px solid rgba(0,116,200,.10);border-radius:12px;padding:14px 16px;min-width:0}
.rp-profile-detail-label{display:block;font-size:12px;font-weight:800;color:#6b7f92;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px}
.rp-profile-detail-value{display:block;color:#152331;font-size:15px;font-weight:700;line-height:1.45;word-break:break-word}
.rp-profile-detail-value a{color:#152331;text-decoration:none}
.rp-profile-detail-value a:hover{color:#0074c8;text-decoration:underline}
@media(max-width:767.98px){.rp-profile-panel{padding:16px}.rp-profile-panel-head{align-items:flex-start}.rp-profile-detail-grid{grid-template-columns:1fr}.rp-profile-edit-btn{padding:8px 14px}}
