/* =====================================================
   详情页（失物详情 & 招领详情）专属样式
   ===================================================== */

/* ---------- 详情头部横幅 ---------- */
.detail-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}
.detail-header h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.detail-header .detail-meta {
    opacity: 0.85;
    font-size: 0.95rem;
}
.detail-header .detail-meta span { margin-right: 1.25rem; }
.detail-header .detail-meta i { margin-right: 4px; }

/* ---------- 详情信息列表 ---------- */
.detail-info dt {
    font-weight: 600;
    color: var(--text-muted);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}
.detail-info dd {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border);
}

/* ---------- 侧边提示卡 ---------- */
.tips-card .list-unstyled li {
    padding: 0.4rem 0;
    font-size: 0.93rem;
}
.tips-card .list-unstyled li i { margin-right: 8px; }
