/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./gutenberg/welcome/assets/welcome.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.welcome-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  font-size: 1rem;
  border-radius: var(--size-radius);
  background: linear-gradient(90deg, var(--gradient-component) 0%, color(from var(--gradient-component) srgb calc(r * 0.6875) calc(g * 0.5435) calc(b * 0.8293)) 100%);
  padding: 0.9em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.welcome-block__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.6em;
}
.welcome-block__item {
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.welcome-block__item > * {
  display: inline-flex;
  width: auto;
}
.welcome-block__item p {
  color: var(--color-text);
  font-size: 0.72em;
  line-height: 1;
  width: 100%;
}
.welcome-block__item h3 {
  color: var(--color-text-component);
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1;
  width: auto;
  margin-top: 0.2em;
}
.welcome-block__item h3 + p {
  width: auto;
  padding-left: 0.6em;
}
.welcome-block__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 0.6em;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .welcome-block__buttons {
    font-size: 1rem;
  }
}
.welcome-block__buttons {
  justify-content: space-between;
}
.welcome-block__buttons > * {
  flex: 1;
}

.toggled .welcome-block {
  display: none;
}

/*# sourceMappingURL=welcome-development-4b89b863.css.map*/