@include export-module('co-read-write-access-layout') {
  .co-read-write-access {
    h4 {
      margin: 10px 0;
    }

    .horizontal-layout-column {
      display: flex;
      padding-top: 10px;
      padding-bottom: 10px;

      input-lov-multi-select {
        width: 50%;

        &:first-child {
          padding-right: 10px;
        }

        &:last-child {
          padding-left: 10px;
        }
      }
    }
  }
}
