.wp-block-pullquote {
  padding-left: 15px;
  padding-right: 15px;
  border-style: solid;
  border-color: #757575;
  border-top-width: 4px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 4px;
}
.wp-block-pullquote blockquote, .editor-styles-wrapper .wp-block-pullquote blockquote {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  border-left: none;
}
.wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote__citation {
  font-size: 14px;
  font-style: normal;
}

blockquote.wp-block-pullquote {
  border-left: none;
}

.wp-block-quote cite, .wp-block-quote footer, .wp-block-quote__citation {
  font-size: 14px;
  font-style: normal;
}

.wp-block-separator {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.wp-block-button__link {
  transition: opacity 0.1s;
}
.wp-block-button__link:hover, .wp-block-button__link:active {
  opacity: 0.8;
  transition: opacity 0.3s;
}
