@container (max-width: 300px) {
  .reacg-setup-controls >div {
    flex-direction: column;
  }
  .reacg-create-gallery,
  .reacg-galleries-list,
  .reacg-gallery-title-input {
    font-size: 12px !important;
  }
}
.reacg-setup-wizard {
  text-align: center;
  padding: 10px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  container-type: inline-size;
  img {
    border-radius: 15px;
  }
  .reacg-setup-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 270px;
    flex-direction: column;
    margin: 0 auto;
    align-content: center;
    >div {
      display: flex;
      gap: 10px;
      width: 100%;
    }
    .reacg-gallery-title-input {
      width: inherit;
    }
    .reacg-galleries-list {
      width: 100%;
    }
    .reacg-create-gallery,
    .reacg-galleries-list,
    .reacg-gallery-title-input {
      font-weight: revert;
      line-height: 2;
      box-shadow: none;
      min-height: 30px;
      -webkit-appearance: none;
      margin: 0;
      font-size: 20px;
      background-size: 16px 16px;
    }
    .reacg-galleries-list,
    .reacg-gallery-title-input {
      border: 1px solid #8c8f94;
      color: #2c3338;
      border-radius: 3px;
      background-color: #fff;
      padding: 0 10px;
    }
    .reacg-galleries-list option:first-child {
      text-align: center;
    }
  }
}

.reacg-spinner__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  z-index: 1;
}

.reacg-gutenberg-settings {
  .reacg_item {
    width: 69px;
    height: 69px;
  }
  .reacg-cover {
    width: 60px;
    height: 60px;
  }
  .reacg-cover.dashicons:before,
  .reacg-cover.reacg-dynamic.dashicons:after {
    font-size: 35px;
  }
  .reacg_item_new .reacg_item_image {
    mask-size: 60px;
  }
  .reacg-galleries-list {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 15px;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--reacg-primary-color, #155c92);
    border-color: rgba(0, 0, 0, 0.23);
  }
  .reacg-galleries-list:focus {
    border-width: 2px;
    color: var(--reacg-primary-color, #155c92);
    border-color: var(--reacg-primary-color, #155c92);
    box-shadow: none;;
    outline: none;
  }

  #reacg-gallery-images {
    margin: 10px;
  }
}