/* ============================================================
   MINI / Dual Interface Diamond Presenter — scoped presenter CSS
   Scope: .dp-presenter only. No overrides to report surface rules.
   ============================================================ */

.dp-presenter {
    margin: 0 0 24px;
    padding: 10px 14px;
    border: 1px solid #CCCCCC;
    font-family: "IBM Plex Mono", "Courier New", monospace;
    font-size: 13px;
    line-height: 1.4;
    background: #F8F8F8;
    color: #000000;
}

.dp-presenter__header {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #555555;
}

.dp-presenter__body {
    display: flex;
    gap: 24px;
}

.dp-presenter__channels {
    flex: 1;
}

.dp-channel {
    display: flex;
    gap: 6px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.dp-channel__label {
    color: #555555;
    min-width: 152px;
}

.dp-channel__label::after {
    content: ":";
}

.dp-channel__value {
    color: #000000;
}
