.wp-block-learn-with-naw-lwn-icons {
  // border: 1px dotted #f00;
}

// Modal header
.lwn-icons-modal-header-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  p {
    margin: 0;
  }

  .selected-status {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;

    i {
      color: #1565c0;
    }
  }

  .no-selected-icon {
    font-size: 0.8rem;
  }

  .row.selected-icon {
  }

  .row.row-search-icons {
  }
}
// Search Box
.wp-block-learn-with-naw-lwn-icons__search-icons {
  label {
    font-size: 0.8rem;
  }
}
.wp-block-learn-with-naw-lwn-icons__icons-list {
  .icon-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    & i {
      cursor: pointer;
      font-size: 28px;
      color: #667085;
      opacity: 0.5;
      font-weight: normal;
    }

    & i.selected {
      color: #1565c0;
      opacity: 0.8;
      transform: scale(1.5);
    }
  }
}

.wp-block-learn-with-naw-lwn-icons__user-selection {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #1565c0;
  opacity: 0.8;

  & i {
    font-size: 50px;
  }
}
