/**
 * Module: utility_js_probe
 */

/* ============================================
   JS PROBE
   ============================================ */

.t1-js-probe {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--ink);
}

.t1-js-probe:empty {
    display: none;
}

.t1-js-probe > *:first-child {
    margin-top: 0;
}

.t1-js-probe p {
    margin: 0 0 1.5rem;
}

.t1-js-probe p:last-child {
    margin-bottom: 0;
}

/* ========================================
   LIGHT THEME OVERRIDE
   ======================================== */

.t1-js-probe--light {
    color: var(--ink);
}