/* Shared Files right pane (FileFolder_SharedFiles_MasterDetail_DetailView).
   The Documents component is shown via a nested DetailPropertyEditor, which renders its own
   framed DxFormLayout — a card-within-a-card that draws an extra border around the grid.
   Remove only that inner (nested) frame; keep the main detail-view card border intact.
   The class is on the detail view's Main layout group, so only its descendant form layout
   (the nested Documents detail) is matched — the outer detail-view form layout is an ancestor
   of the class and is left untouched. The grid keeps its own border. */
.shared-files-detail-pane .dxbl-fl {
    border: none !important;
}
