/* Essential Functions: Block styles */
/* core/list — No bullets */
.is-style-no-bullets,
.wp-block-list.is-style-no-bullets {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0;
}

/* Ensure nested lists inherit */
.is-style-no-bullets ul,
.is-style-no-bullets ol,
.wp-block-list.is-style-no-bullets ul,
.wp-block-list.is-style-no-bullets ol {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0;
}

.has-vertical-align-center {
    align-items: center !important;
}

.has-vertical-align-center img {
    vertical-align: middle !important;
}

.is-display-none {
  display: none !important;
}