html {
  font-size: 62.5%;
}

.editor-styles-wrapper .is-style-sticker img,
body .is-style-sticker img {
  margin-left: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 800px) {
  .editor-styles-wrapper .is-style-sticker img,
  body .is-style-sticker img {
    width: 120px !important;
    margin-left: 30px;
    margin-top: -60px;
  }
}
.editor-styles-wrapper .is-style-pull-up,
body .is-style-pull-up {
  position: relative;
  top: -60px;
}
@media screen and (max-width: 960px) {
  .editor-styles-wrapper .is-style-logo-pull,
  body .is-style-logo-pull {
    max-width: 140px;
    margin-top: -50px !important;
  }
}
.editor-styles-wrapper .wp-block-table.is-style-compact td,
body .wp-block-table.is-style-compact td {
  padding: 2px 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu,
body .wp-block-table.is-style-menu {
  width: auto !important;
  display: table;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr,
body .wp-block-table.is-style-menu tr {
  width: auto;
  margin-bottom: 2px;
  padding: 2px 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td,
body .wp-block-table.is-style-menu tr td {
  padding: 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:first-child,
body .wp-block-table.is-style-menu tr td:first-child {
  padding-left: 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:last-child:before,
body .wp-block-table.is-style-menu tr td:last-child:before {
  margin-left: 15px;
  margin-right: 15px;
  content: "|";
}

.block-editor-link-control {
  min-width: 250px;
  position: relative;
}

.editor-styles-wrapper .wp-block-table.is-style-menu tr {
  border: 1px solid currentColor;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td {
  padding: 2px 10px !important;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:last-child {
  margin-left: 0;
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:last-child:before {
  display: none;
  content: "";
}

.wp-block-group.is-style-rounded-corners {
  border-radius: 1rem;
  overflow: hidden;
}

.wp-block-cover.is-style-rounded-corners {
  border-radius: 0;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  overflow: hidden;
}

body .is-style-rounded {
  border-radius: 0.6rem;
  overflow: hidden;
}
body .is-style-no-entry-fx {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
body .has-fullHeight {
  height: 100%;
}

.wp-block-query ul li {
  list-style-type: none;
}/*# sourceMappingURL=tcc_block_styles.css.map */