.post-type-dlssus_sheet {
  .fdsus-edit-quick-info {
    align-items: center;
    display:flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
    text-align: center;

    .quick-info-id {
      width: 100%;
    }
  }

  #dlssus_sheet-settings-meta {
    .dls-sus-pro {
      font-size: .8em;
    }

    .fdsus-pro-setting {
      padding: 1%;
    }
  }

  .dlsmb-main-label {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 601px) {
    #dlssus_sheet-settings-meta {
        .inside {
            display: flex;
            flex-wrap: wrap;
            gap: 3%;
        }

        .dlsmb-field {
            width: 31.33%;

            &.fdsus-pro-setting {
                width: 29.33%;
            }
        }

        .dlsmb-field-col-6 {
            width: 48.5%;

            &.fdsus-pro-setting {
                width: 46.5%;
            }
        }

        .dlsmb-field-col-12 {
            width: 100%;

            &.fdsus-pro-setting {
                width: 100%;
            }
        }

        .dlsmb-field-type-checkboxes {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6em;

            .dlsmb-main-label {
                width: 100%;
            }
        }
    }
}

@media screen and (max-width: 600px) {
    #dlssus_sheet-settings-meta {
        .dlsmb-field-type-checkboxes {
            label:not(.dlsmb-main-label) {
                line-height: 2.4;
            }
        }
    }
}
