/* static/css/components/details.css */
.detail-view {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-top: 1rem;
}

.detail-item {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
    display: flex;
}

.detail-label {
    font-weight: 700;
    width: 150px;
    flex-shrink: 0;
    color: var(--secondary-color);
}