/*
 * Container Detail View styles.
 * Extends the shared .dv-* base (detail-view.css) with container-specific
 * overrides. CSS prefix: .condv-
 *
 * (c) Adrian Ranta. All rights reserved. Unauthorised use, reproduction and or distribution is strictly prohibited.
 */

/* Ensure the in-place surface fills the networkContainer slot */
.condv-root {
    height: 100%;
    overflow-y: auto;
}

/* Read-only field value (matches dv-field-value but adds a subtle tint) */
.condv-readonly {
    color: #64748b;
    font-style: italic;
}

/* Small hint text below fields */
.condv-hint {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 4px;
    display: block;
}

/* Map-picker button spacing */
.condv-map-btn {
    margin-top: 4px;
}
