#edit-field-company-shareholder-inform-wrapper .tabledrag-toggle-weight-wrapper,
#edit-field-company-shareholder-inform-wrapper .tableresponsive-toggle-columns,
#edit-group-company-shareholder-inform thead,
#edit-field-company-shareholder-inform-wrapper .paragraph-type-title,
#edit-group-company-shareholder-inform td.field-multiple-drag {
    display: none;
}

input.custom-disabled-style:disabled,
select.custom-disabled-style:disabled,
textarea.custom-disabled-style:disabled {
  background-color: #eeeeee !important;
  border: 1px solid #ccc !important;
  color: #999 !important;
  cursor: not-allowed;
  opacity: 1 !important;
  box-shadow: none;
}

input[disabled],
textarea[disabled] {
  background-color: #eeeeee !important;  /* Light gray background */
  color: #999 !important;                /* Muted text color */
  border: 1px solid #ccc !important;     /* Soft border */
  cursor: not-allowed !important;        /* Disabled cursor */
  box-shadow: none !important;
  opacity: 1 !important;                 /* Ensure full visibility */
}
