/* ─── Universal Logistics – Custom CP Styles ──────────────────────────── */

/* ── Better reading experience in entry forms ─────────────────────────── */
.bard-content .ProseMirror {
    min-height: 12rem;
    font-size: 0.9375rem;
    line-height: 1.75;
}

.field-inner > label,
.field-wrapper > .field-inner > label {
    font-weight: 600;
}

/* ── Page builder blocks – clearer visual hierarchy ───────────────────── */
.replicator-set .replicator-set-header {
    border-left: 3px solid #3b82f6;
    font-weight: 600;
}
.dark .replicator-set .replicator-set-header {
    border-left-color: #60a5fa;
}

/* ── Hide Statamic docs links (noise for editors) ─────────────────────── */
a[href*="statamic.com/docs"] { display: none !important; }
