/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/post-basket/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-webx-post-collector-post-basket {
  font-size: 1em;
  position: relative;
  cursor: pointer;
  min-width: 30px;
}
.wp-block-webx-post-collector-post-basket .open-button path {
  stroke-width: 1.5 !important;
}
.wp-block-webx-post-collector-post-basket .svg-container {
  display: flex;
}
.wp-block-webx-post-collector-post-basket svg {
  cursor: pointer;
}
.wp-block-webx-post-collector-post-basket .post-collector-count {
  pointer-events: none;
  background-color: var(--wp--preset--color--accent);
  font-size: 12px;
  color: white;
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 1px;
  place-items: center;
  overflow: hidden;
  margin-top: 0 !important;
  position: absolute;
  left: 50%;
  opacity: 0;
  z-index: 1002;
  transform: translateX(-50%);
  transition: opacity 0.5s ease-out 0.5s;
}
.wp-block-webx-post-collector-post-basket .post-collector-count.visible {
  opacity: 1;
  transition: opacity 0.5s ease-out 0.5s;
}
.wp-block-webx-post-collector-post-basket .post-collector-list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1003;
  width: 350px;
  max-height: 50vh;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
.wp-block-webx-post-collector-post-basket .post-collector-list ul {
  list-style-type: none;
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-webx-post-collector-post-basket .post-collector-list ul li {
  background-color: #f1f1f1;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-block-webx-post-collector-post-basket .post-collector-list ul li .post-collector-list-item-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.wp-block-webx-post-collector-post-basket .post-collector-list ul li .item-details {
  flex-grow: 1;
  margin-right: 1rem;
}
.wp-block-webx-post-collector-post-basket .post-collector-list ul li .item-remove {
  cursor: pointer;
  color: red;
}
.wp-block-webx-post-collector-post-basket .post-collector-list ul li .counter-control input {
  width: 50px;
  text-align: center;
  font-weight: bold;
}
.wp-block-webx-post-collector-post-basket .post-collector-list-close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0 1rem;
}
.wp-block-webx-post-collector-post-basket .post-collector-list-close p {
  margin: 0;
}
.wp-block-webx-post-collector-post-basket .post-collector-list-close svg {
  cursor: pointer;
  fill: var(--wp--preset--color--contrast);
}
.wp-block-webx-post-collector-post-basket .post-collector-list-view {
  padding: 0 1rem 1rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wp-block-webx-post-collector-post-basket .post-collector-list-view svg {
  width: 12px;
  margin-right: 10px;
}

/*# sourceMappingURL=style-index.css.map*/