/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/editor.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-easy-player-block {
  border: 1px dotted #f00;
}

.easy-player-block {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}

.easy-player-two-block {
  display: grid;
  grid-template-columns: 1fr 100px; /* Adjust width as needed */
  gap: 20px; /* Adjust spacing between controls */
  align-items: center;
}

.easy-player-upload {
  margin-top: 15px;
}
