/*
Theme Name: Visanti Pro
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - General Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Blocks - General Styles
--------------------------------------------------------------*/

/* Captions */

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  border: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1.87;
  margin: 0;
  padding: 0;
  text-align: center;
}

.no-sidebar .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.no-sidebar .alignwide {
  margin-left: calc(-96vw / 2 + 100% / 2);
  margin-right: calc(-96vw / 2 + 100% / 2);
  max-width: 96vw;
}

.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
  width: auto;
}

/* 1024px */
@media screen and (min-width: 64em) {
  .no-sidebar .alignfull {
    margin-left: calc(-94vw / 2 + 100% / 2);
    margin-right: calc(-94vw / 2 + 100% / 2);
    max-width: 94vw;
  }

  .no-sidebar.fluid-layout .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
  }

  .no-sidebar .alignwide {
    margin-left: calc(-88vw / 2 + 100% / 2);
    margin-right: calc(-88vw / 2 + 100% / 2);
    max-width: 88vw;
  }
}

/* 1290px */
@media screen and (min-width: 80.625em) {
  .no-sidebar .alignfull {
    margin-left: calc(-1290px / 2 + 100% / 2);
    margin-right: calc(-1290px / 2 + 100% / 2);
    max-width: 1290px;
  }

  .no-sidebar:not(.fluid-layout) .alignwide {
    margin-left: -120px;
    margin-right: -120px;
    max-width: 1280px;
  }

  .no-sidebar.full-width-layout:not(.fluid-layout) .alignwide {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 1250px;
  }
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 0.6;
  margin: 14px 16px 5px -3px;
}

/* Image */

.wp-block-image {
  margin-bottom: 35px;
}

.wp-block-image figure {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-image figure.alignleft {
  margin-right: 42px;
}

.wp-block-image figure.alignright {
  margin-left: 42px;
}

/* Gallery */

.wp-block-gallery {
  margin-bottom: 35px;
  margin-left: 0;
}

.wp-block-gallery figcaption {
  font-style: italic;
}

.wp-block-gallery.aligncenter {
  display: flex;
  margin: 0 -8px;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Editor Font Size */

pre.wp-block-verse {
  font-family: Inconsolata, monospace;
}

.editor-post-title__block .editor-post-title__input {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 35px;
  padding: 0;
  text-align: center;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.has-huge-font-size {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.33;
  margin-top: 0.9655172413793103em;
  margin-bottom: 0.4827586206896552em;
}

.has-large-font-size {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.43;
  margin-bottom: 0.5714285714285714em;
  margin-top: 1.142857142857143em;
}

.has-normal-font-size {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
}

.has-small-font-size {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 64em) {
  .has-huge-font-size {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .has-large-font-size {
    font-size: 32px;
    font-size: 2rem;
  }

  .editor-post-title__block .editor-post-title__input {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .has-large-font-size {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 85.375em) {
  .has-huge-font-size {
    font-size: 42px;
    font-size: 2.625rem;
  }

  .has-large-font-size {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .editor-post-title__block .editor-post-title__input {
    font-size: 42px;
    font-size: 2.875rem;
  }

  .has-large-font-size {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 103.75em) {
  .has-huge-font-size {
    font-size: 58px;
    font-size: 3.625rem;
  }

  .has-large-font-size {
    font-size: 49px;
    font-size: 3.0625rem;
  }

  .editor-post-title__block .editor-post-title__input {
    font-size: 48px;
    font-size: 3rem;
  }

  .has-normal-font-size {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* Quotes */

.wp-block-quote,
.wp-block-quote.has-text-align-right {
  border: 0;
}

.wp-block-quote.has-text-align-right {
  padding: 67px 0 0 0;
}

.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-right cite {
  text-align: right;
}

.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-left cite {
  text-align: left;
}

.wp-block-quote.has-text-align-center,
.wp-block-quote.has-text-align-center cite {
  text-align: center;
}

.wp-block-quote,
.wp-block-pullquote {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.59;
  padding: 67px 0 0 0;
  position: relative;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}

.wp-block-pullquote.alignright.is-style-solid-color,
.wp-block-pullquote.alignleft.is-style-solid-color {
  border: 0;
}

.wp-block-pullquote.alignright.is-style-solid-color,
.wp-block-pullquote.alignleft.is-style-solid-color,
.wp-block-pullquote.aligncenter.is-style-solid-color,
.wp-block-pullquote.is-style-solid-color {
  padding: 35px;
}

.wp-block-quote.has-text-align-center {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px;
  font-size: 1.25rem;
}

.wp-block-quote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote p {
  margin-bottom: 28px;
}

.wp-block-quote cite,
.wp-block-pullquote cite {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15;
  color: #999999;
}

.wp-block-quote.is-style-large cite {
  font-weight: 700;
  text-transform: capitalize;
  font-size: inherit;
  color: #999999;
}

.color-scheme-dark .wp-block-quote.is-style-large cite {
  color: #666666;
}

.color-scheme-red .wp-block-quote.is-style-large cite {
  color: #fe8888;
}

.color-scheme-blue .wp-block-quote.is-style-large cite {
  color: #bfbff8;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding-top: 67px;
  margin-bottom: 1.75em;
}

.wp-block-quote:before {
  content: "\201C";
  display: block;
  float: left;
  font-family: Arial;
  font-size: 98px;
  font-size: 6.125rem;
  font-style: normal;
  font-weight: 700;
  height: 0;
  left: 50%;
  line-height: normal;
  position: absolute;
  top: -17px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* >= 1660px */
@media screen and (min-width: 103.75em) {

  .wp-block-quote,
  .wp-block-pullquote,
  .wp-block-pullquote p,
  .wp-block-pullquote.is-style-solid-color blockquote p,
  .wp-block-pullquote.alignleft p,
  .wp-block-pullquote.alignright p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* PULLQUOTE */

.wp-block-pullquote {
  padding: 35px 0;
}

.wp-block-pullquote.is-style-solid-color {
  background-color: #eef2f8;
  border: 0;
}

.wp-block-pullquote {
  border-bottom: 5px solid;
  border-top: 5px solid;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  border-bottom: 0;
  border-top: 0;
  border-left: 5px solid;
  padding: 0 0 0 35px;
  text-align: left;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  margin: 0;
}

.wp-block-quote.is-large:not(.is-style-plain) {
  padding-top: 4rem;
}

.wp-block-pullquote.alignright {
  border-left: 0;
  border-right: 5px solid;
  padding-left: 0;
  padding-right: 35px;
  text-align: right;
}

/* BUTTONS */

.wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
  font-size: 16px;
  font-size: 1rem;
  border: none;
  border-radius: 0;
  font-weight: 600;
  line-height: 1.75;
  padding: 10px 28px;
  text-transform: capitalize;
}

.wp-block-search .wp-block-search__button {
  padding: 10px 28px;
  border: 0;
}

/* > = 1366px */
@media screen and (min-width: 85.375rem) {

  .wp-block-file .wp-block-file__button,
  .wp-block-button .wp-block-button__link,
  .wp-block-search .wp-block-search__button {
    padding: 11px 35px;
  }
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
  list-style-position: inside;
  text-align: center;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}

.wp-block-latest-posts.is-grid {
  margin-left: 0;
}

/* Comments */

.wp-block-latest-comments article {
  margin-bottom: 3em;
}

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
  float: none;
  width: 100%;
}

.wp-block-latest-comments article {
  padding: 1.75em;
  border-width: 1px;
  border-style: solid;
}

.has-avatars.wp-block-latest-comments article {
  position: relative;
  width: calc(100% - 100px);
  margin-left: auto;
}

.wp-block-latest-comments article:before,
.wp-block-latest-comments article:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}


.wp-block-latest-comments article:before {
  left: -11px;
  top: 15px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right-width: 10px;
  border-right-style: solid;
}

.wp-block-latest-comments article:after {
  left: -9px;
  top: 16px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right-width: 9px;
  border-right-style: solid;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  width: 65px;
  height: 65px;
  margin: 0 1.5em 1.5em 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 0;
}

.wp-block-latest-comments__comment-excerpt> :last-child {
  margin-bottom: 0;
}

.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

.wp-block-latest-comments__comment-meta {
  margin-bottom: 14px;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
  text-decoration: none;
}

.wp-block-latest-comments__comment-date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  margin-top: 7px;
  text-transform: capitalize;
}

.wp-block-gallery .item {
  padding-left: 0;
}

.wp-block-calendar a {
  text-decoration: none;
}

table tr:last-child td {
  border-bottom: 0;
}

table tr td:last-child {
  border-right: 0;
}

.wp-block-table thead {
  border-bottom: 0;
}

.wp-block-table td,
.wp-block-table th {
  padding: 14px 28px;
}

thead th,
.wp-block-table td,
.wp-block-table th,
tbody td {
  border-width: 0 1px 1px 0;
}

.wp-block-table.is-style-stripes {
  border: none;
}

.wp-block-code {
  border: none;
  border-radius: 0;
  color: #333;
  padding: 1.75em;
}

.wp-block-code code {
  padding: 0;
}

/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

.wp-block-calendar table th {
  background-color: transparent;
}

.wp-block-file .wp-block-file__button,
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link {
  background-color: #0b57e3;
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}

.wp-block-file .wp-block-file__button:before,
.wp-block-search .wp-block-search__button:before,
.wp-block-button .wp-block-button__link:before {
  content: "";
  background-color: #fa7268;
  position: absolute;
  left: 0;
  height: 100%;
  top: 150%;
  width: 100%;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.72, 0.05, 0.92, 0.35);
  -webkit-transition: 0.5s cubic-bezier(0.72, 0.05, 0.92, 0.35);
  -moz-transition: 0.5s cubic-bezier(0.72, 0.05, 0.92, 0.35);
  z-index: -1;
}

.wp-block-file .wp-block-file__button:hover:before,
.wp-block-file .wp-block-file__button:focus:before,
.wp-block-search .wp-block-search__button:hover:before,
.wp-block-search .wp-block-search__button:focus:before,
.wp-block-button .wp-block-button__link:hover:before,
.wp-block-button .wp-block-button__link:focus:before {
  top: 0;
}

.color-scheme-dark .wp-block-file .wp-block-file__button,
.color-scheme-dark .wp-block-search .wp-block-search__button,
.color-scheme-dark .wp-block-button .wp-block-button__link {
  background-color: #dddddd;
  color: #000000;
}

.color-scheme-red .wp-block-file .wp-block-file__button,
.color-scheme-red .wp-block-search .wp-block-search__button,
.color-scheme-red .wp-block-button .wp-block-button__link {
  background-color: #f1f1f1;
  color: #111111;
}

.color-scheme-blue .wp-block-file .wp-block-file__button,
.color-scheme-blue .wp-block-search .wp-block-search__button,
.color-scheme-blue .wp-block-button .wp-block-button__link {
  background-color: #f1f1f1;
  color: #000000;
}

/* Outlined Button Style */
.is-style-outline .wp-block-button__link,
.is-style-outline .more-link,
.is-style-outline .button {
  border: 1px solid #222222;
  background-color: transparent;
  color: #222222;
}

.color-scheme-dark .is-style-outline .wp-block-button__link,
.color-scheme-dark .is-style-outline .more-link,
.color-scheme-dark .is-style-outline .button {
  border: 1px solid #dddddd;
  background-color: transparent;
  color: #dddddd;
}

.color-scheme-red .is-style-outline .wp-block-button__link,
.color-scheme-red .is-style-outline .more-link,
.color-scheme-red .is-style-outline .button,
.color-scheme-blue .is-style-outline .wp-block-button__link,
.color-scheme-blue .is-style-outline .more-link,
.color-scheme-blue .is-style-outline .button {
  border: 1px solid #f1f1f1;
  background-color: transparent;
  color: #f1f1f1;
}

.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus,
.is-style-outline .more-link:hover,
.is-style-outline .more-link:focus,
.is-style-outline .button:hover,
.is-style-outline .button:focus {
  border-color: transparent;
}

/* Square Button */
.is-style-squared .wp-block-button__link,
.is-style-squared .more-link,
.is-style-squared .button {
  border-radius: 0;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  color: #fff;
}

.color-scheme-red .wp-block-file .wp-block-file__button:hover,
.color-scheme-red .wp-block-file .wp-block-file__button:focus,
.color-scheme-red .wp-block-button .wp-block-button__link:hover,
.color-scheme-red .wp-block-button .wp-block-button__link:focus {
  background-color: #eab106;
  color: #111111;
}

.color-scheme-blue .wp-block-file .wp-block-file__button:hover,
.color-scheme-blue .wp-block-file .wp-block-file__button:focus,
.color-scheme-blue .wp-block-button .wp-block-button__link:hover,
.color-scheme-blue .wp-block-button .wp-block-button__link:focus {
  background-color: #ffd700;
  color: #fff;
}

.wp-block-table,
.wp-block-table caption,
.wp-block-table th,
.wp-block-table td {
  border-color: #ebebeb;
}

.color-scheme-dark .wp-block-table,
.color-scheme-dark .wp-block-table caption,
.color-scheme-dark .wp-block-table th,
.color-scheme-dark .wp-block-table td {
  border-color: #282828;
}

.color-scheme-red .wp-block-table,
.color-scheme-red .wp-block-table caption,
.color-scheme-red .wp-block-table th,
.color-scheme-red .wp-block-table td {
  border-color: #e53935;
}

.color-scheme-blue .wp-block-table,
.color-scheme-blue .wp-block-table caption,
.color-scheme-blue .wp-block-table th,
.color-scheme-blue .wp-block-table td {
  border-color: #1e88e5;
}

.wp-block-pullquote,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote {
  border-color: #ef3636;
}

.color-scheme-red .wp-block-pullquote,
.color-scheme-red .wp-block-pullquote.alignleft,
.color-scheme-red .wp-block-pullquote.alignright,
.color-scheme-red .wp-block-quote.is-large,
.color-scheme-red .wp-block-quote.is-style-large,
.color-scheme-red .wp-block-quote {
  border-color: #eab106;
}

.color-scheme-blue .wp-block-pullquote,
.color-scheme-blue .wp-block-pullquote.alignleft,
.color-scheme-blue .wp-block-pullquote.alignright,
.color-scheme-blue .wp-block-quote.is-large,
.color-scheme-blue .wp-block-quote.is-style-large,
.color-scheme-blue .wp-block-quote {
  border-color: #ffd700;
}

.wp-block-latest-comments__comment-date,
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  color: #999;
}

.color-scheme-dark .wp-block-latest-comments__comment-date,
.color-scheme-dark [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  color: #666666;
}

.color-scheme-red .wp-block-latest-comments__comment-date,
.color-scheme-red [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  color: #fe8888;
}

.color-scheme-blue .wp-block-latest-comments__comment-date,
.color-scheme-blue [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  color: #bfbff8;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-dark-gray-color {
  color: #666666;
}

.has-dark-gray-background-color {
  background-color: #666666;
}

.has-light-black-color {
  color: #111111;
}

.has-light-black-background-color {
  background-color: #111111;
}

.has-fade-black-color {
  color: #222222;
}

.has-fade-black-background-color {
  background-color: #222222;
}

.has-red-color {
  color: #ef3636;
}

.has-red-background-color {
  background-color: #ef3636;
}

.has-red-border-color {
  border-color: #ef3636;
}

.wp-block-button .wp-block-button__link.has-white-color,
.wp-block-pullquote.is-style-solid-color.has-white-color,
.has-white-color {
  color: #fff;
}

/* WHITE COLOR */

.wp-block-button .wp-block-button__link.has-white-background-color,
.wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #fff;
}

.wp-block-button .wp-block-button__link.has-white-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color,
.wp-block-pullquote blockquote.has-white-color {
  color: #fff;
}

/* BLACK COLOR */

.wp-block-button .wp-block-button__link.has-black-background-color,
.wp-block-pullquote.is-style-solid-color.has-black-background-color {
  background-color: #000;
}

.wp-block-button .wp-block-button__link.has-black-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-black-color,
.wp-block-pullquote blockquote.has-black-color {
  color: #000;
}

/* DARK GRAY COLOR */

.wp-block-button .wp-block-button__link.has-dark-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #666666;
}

.wp-block-button .wp-block-button__link.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote blockquote.has-dark-gray-color {
  color: #666666;
}

/* LIGHT BLACK COLOR */

.wp-block-button .wp-block-button__link.has-light-black-background-color,
.wp-block-pullquote.is-style-solid-color.has-light-black-background-color {
  background-color: #111111;
}

.wp-block-button .wp-block-button__link.has-light-black-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-black-color,
.wp-block-pullquote blockquote.has-light-black-color {
  color: #111111;
}

/* FADE BLACK COLOR */

.wp-block-button .wp-block-button__link.has-fade-black-background-color,
.wp-block-pullquote.is-style-solid-color.has-fade-black-background-color {
  background-color: #222222;
}

.wp-block-button .wp-block-button__link.has-fade-black-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-fade-black-color,
.wp-block-pullquote blockquote.has-fade-black-color {
  color: #222222;
}

/* RED COLOR */

.wp-block-button .wp-block-button__link.has-red-background-color,
.wp-block-pullquote.is-style-solid-color.has-red-background-color {
  background-color: #eef2f8;
}

.wp-block-button .wp-block-button__link.has-red-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-red-color,
.wp-block-pullquote blockquote.has-red-color {
  color: #ef3636;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-red-border-color,
.wp-block-pullquote.is-style-solid-color.has-red-border-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-red-border-color {
  border-color: #ef3636;
}