.bdaiatg_sync_library {

  .bdaiatg_sync_library_top {
    h2 {
      font-size: 24px;
      font-weight: 700;
      margin: 0 0 20px 0;
      line-height: 32px;
    }

    p {
      margin-bottom: 16px;
    }
  }

  .bdaiatg_sync_library_step {
    margin-bottom: 30px;

    p {
      font-size: 16px;
      color: rgb(17, 24, 39);
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 8px;
    }

    ul {
      list-style: disc;
      margin-left: 16px;
      margin-bottom: 6px;
      padding-left: 16px;

      &:last-child {
        margin-bottom: 0;
      }
    }

    input[type="file"] {
      color: rgb(17, 24, 39);
      font-size: 14px;
      line-height: 20px;
      background: rgb(249, 250, 251);
      border: 1px solid rgb(209, 213, 219);
      border-radius: 8px;
      max-width: 450px;
      width: 100%;
      padding: 0;
      margin-bottom: 16px;

      &::file-selector-button {
        font-weight: 500;
        color: #fff;
        background: #000;
        padding: 12px 16px;
        border: none;
        border-radius: 3px;
        margin-right: 15px;
      }
    }
  }

  .bdaiatg_sync_library_review {
    background: rgb(240, 253, 250);
    padding: 16px;
    opacity: .8;
    border-radius: 6px;

    a {
      color: #2271b1;
    }
  }
  .bdaiatg_sync_upcoming_features{
    text-align: center;
  }
}

.wp_default_button {
  background: #2271b1;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 13px;
  padding: 6px 16px;
  min-height: 30px;
  border-radius: 3px;
  line-height: 2.15384615;
  cursor: pointer;

  &:hover {
    background: #135e96;
    color: #fff;
  }

  &:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #2271b1;
    outline: 2px solid transparent;
  }

}