/* ============================================================
   PetCare Design System v1.0.4 — Global Styles
   Based on the Visual Design System Style Guide V1
   ============================================================ */

/* -----------------------------------------------
   01. Detail Card (replaces panel panel-inverse)
   ----------------------------------------------- */
.detail-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
}

.detail-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.detail-card-header .detail-card-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.detail-card-body {
    padding: 20px;
}

.detail-label {
    font-size: 0.68rem;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.detail-value {
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
    line-height: 1.5;
}
