/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-pym-shortcode-pym {
  background-color: #f8f9f9;
  padding: 14px;
}

.wp-block-pym-shortcode-pym .components-base-control__field {
  display: flex;
  flex-direction: row;
}
.wp-block-pym-shortcode-pym .components-base-control__field label {
  display: flex;
  align-items: center;
  margin-right: 10px;
  white-space: nowrap;
  font-weight: 600;
  flex-shrink: 0;

  margin-bottom: 0;

  font-size: 13px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
.wp-block-pym-shortcode-pym .dashicon {
  margin-right: 10px;
}
.wp-block-pym-shortcode-pym .components-base-control__field input {
  flex-grow: 1;
}
