.back-link { display: inline-flex; align-items: center; gap: 8px; color: #059669; font-weight: 600; text-decoration: none; margin-bottom: 16px; }
.detail-card { background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.kind-badge { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: 0.8rem; font-weight: 700; margin-bottom: 12px; }
.kind-badge.med { background: #ecfdf5; color: #047857; }
.kind-badge.rent { background: #fff1f2; color: #be123c; }
.detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.detail-list dt { color: #6b7280; font-size: 0.8rem; text-transform: uppercase; }
.detail-list dd { margin: 4px 0 0; font-weight: 600; }
.muted { color: #6b7280; }
.btn-danger { background: #ef4444; color: #fff; border: none; border-radius: 8px; padding: 10px 16px; font-weight: 700; cursor: pointer; }
.btn-primary { display: inline-block; background: #059669; color: #fff; border-radius: 8px; padding: 10px 16px; font-weight: 700; text-decoration: none; }
.btn-secondary { display: inline-block; background: #f3f4f6; color: #111; border-radius: 8px; padding: 10px 16px; font-weight: 700; text-decoration: none; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
@media (max-width: 700px) { .detail-list { grid-template-columns: 1fr; } }
