/* Ember supports plain CSS out of the box. More info: https://cli.emberjs.com/release/advanced-use/stylesheets/ */
/* @imports must appear at top of stylesheet to be valid CSS */
@import "tailwindcss";
@plugin "daisyui" {
  themes: corporate --default;
}

.input-w-button {
  input {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  button {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
}

/* power select overrides */
.ember-power-select-trigger {
  line-height: 2.375 !important;
}

fieldset .ember-power-select-trigger {
  line-height: 3.17 !important;
}

.ember-power-select-placeholder {
  color: oklch(70.7% 0.022 261.325) !important;
}
