.shutterpress-gallery_page_sp-gallery-migrate {
  .sp-gallery-migrate-plugin-options {
    border-bottom: solid 1px #ccc;
    .sp-gallery-import-table {
      .sp-gallery-import-table-check {
        width: 20px;
        input {
          margin: 0 5px;
        }
      }

      .sp-gallery-import-table-images {
        width: 120px;
        text-align: center;
      }
      .sp-gallery-import-table-admin {
        width: 150px;
        text-align: center;
      }
      .sp-gallery-import-table-status {
        width: 100px;
        text-align: center;
      }

      .sp-gallery-import-table-imported {
        width: 100px;
        text-align: center;
      }
      .sp-gallery-import-table-imported-No {
        color: red;
      }
      .sp-gallery-import-table-imported-Yes {
        color: green;
      }
    }

    .sp-gallery-migrate-options {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 10px;
      margin-left: 10px;
      .sp-gallery-migrate-options-group {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-left: 10px;
      }
    }
    .sp-import-btn {
      margin-left: 10px;
    }

    .sp-gallery-dryrun-results {
      th,
      td {
        text-align: center;
      }
      thead th:first-child,
      tbody td:first-child {
        text-align: left;
      }
      thead th:last-child,
      tbody td:last-child {
        text-align: right;
      }
    }
  }
}
