blockquote.is-style-big {
  padding: 15px 0 0.1px 40px;
  margin-bottom: 1em;
  font-style: normal;
}

blockquote.is-style-big p {
  font-size: 30px;
  line-height: 38px;
  color: var(--product_landing_accent_text_color, var(--gray));
}

blockquote.is-style-big cite {
  font-size: 18px;
}

.wp-block-lepekhin-sidenote {
  margin-bottom: 1em;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 1135px) {
  .wp-block-lepekhin-sidenote {
    margin-bottom: 0;
    float: right;
    width: 255px;
    clear: right;
  }
}

.wp-block-lepekhin-sidenote p {
  margin-bottom: 0.5em;
}

.wp-block-lepekhin-question,
[data-type="lepekhin/question"] p {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.wp-block-lepekhin-question p {
  margin-bottom: 10px;
}

h2 + .wp-block-lepekhin-question {
  margin-top: 20px;
}

.wp-block-lepekhin-lead {
  font-family: 'IBM Plex Serif', serif;
  font-size: 28px;
  line-height: 1.3571428571;
  margin-top: 30px;
  margin-bottom: 30px;
}


/* Buttons */

.wp-block-button__link {
  font-size: 18px;
  line-height: 22px;
  padding: 8px 12px;
  background-color: var(--red);
}

.wp-block-button__link:hover {
  background-color: var(--red-hover);
}

.wp-block-button {
  margin-bottom: 1em !important;
}

.editor-styles-wrapper .block-editor-writing-flow .wp-block-button {
  margin-left: 0;
}

.editor-styles-wrapper .block-editor-writing-flow .wp-block-button + .block-list-appender {
  margin-right: 0;
}