.elementor-3 .elementor-element.elementor-element-6d69fb3e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:2400px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-5711742 */@media (max-width: 768px) {
  table,
  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }

  table {
    border-collapse: collapse;
  }

  table tr {
    background: #f9f9f9;
    margin-bottom: 1.2rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    overflow: hidden;
    padding: 0.8rem 1rem;
  }

  table tr:first-child {
    display: none; /* Hide header row */
  }

  table td {
    position: relative;
    padding: 0.8rem 0.8rem 0.8rem 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
  }

  table td:last-child {
    border-bottom: none;
  }

  table td:nth-child(1)::before {
    content: "Dept";
  }

  table td:nth-child(2)::before {
    content: "Type of Documents";
  }

  table td:nth-child(3)::before {
    content: "Retention years";
  }

  table td::before {
    position: absolute;
    left: 1rem;
    top: 0.8rem;
    width: 45%;
    font-weight: 600;
    color: #555;
    font-size: 13px;
    white-space: nowrap;
  }
}/* End custom CSS */