  .fg-saved {
    display: inline-block;
    min-width: 72px;
    opacity: 0;
    transition: opacity 120ms ease-in-out;
    font-weight: 600;
    color: #198754;
    user-select: none;
    white-space: nowrap;
  }
  .fg-saved.show { opacity: 1; }

  .section-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 6px;
    background: rgba(0,0,0,0.02);
    cursor: pointer;
    user-select: none;
  }
  .section-title {
    font-weight: 600;
  }
  .section-body {
    padding: 10px 0 0 0;
  }

  .section-pad-bottom {
    padding-bottom: 16px;
  }

  .section-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    transition: transform 120ms ease-in-out;
  }
  .section-caret.open { transform: rotate(180deg); }
  .section-caret.closed { transform: rotate(0deg); }

  .cai-readonly-field .dxbl-text-edit-input,
  .cai-readonly-field input,
  .cai-readonly-field textarea {
    background: #f3f5f7 !important;
    color: #5a6672 !important;
  }
