.wp-block-button {
  border-radius: 33px;
  border: 2px solid var(--wp--preset--color--brick-red);
  padding: 8px 16px;
  font-family: "Roboto Condensed";
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.wp-block-button .wp-block-button__link {
  transition: all 0.4s ease-in-out;
  color: var(--wp--preset--color--brick-red);
}
.wp-block-button:hover {
  background-color: var(--wp--preset--color--brick-red);
  transition: all 0.4s ease-in-out;
}
.wp-block-button:hover .wp-block-button__link {
  color: white;
  transition: all 0.4s ease-in-out;
}

.wp-block-button.is-style-external-link-red {
  display: flex !important;
  align-items: center;
}
.wp-block-button.is-style-external-link-red:after {
  content: "";
  display: inline-flex;
  height: 16px;
  width: 16px;
  margin-left: 10px;
  background: url(../../images/externallink.svg);
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
}
.wp-block-button.is-style-external-link-red:hover:after {
  background: url(../../images/externallink-white.svg);
  transition: all 0.4s ease-in-out;
}

.wp-block-button.is-style-external-link-white {
  display: flex !important;
  align-items: center;
  border-color: white;
}
.wp-block-button.is-style-external-link-white .wp-block-button__link {
  color: white;
}
.wp-block-button.is-style-external-link-white:after {
  content: "";
  display: inline-flex;
  height: 16px;
  width: 16px;
  margin-left: 10px;
  background: url(../../images/externallink-white.svg);
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
}
.wp-block-button.is-style-external-link-white:hover {
  color: var(--wp--preset--color--charcoal);
  background-color: white !important;
}
.wp-block-button.is-style-external-link-white:hover .wp-block-button__link {
  color: var(--wp--preset--color--charcoal);
}
.wp-block-button.is-style-external-link-white:hover:after {
  background: url(../../images/external-link-black.svg);
  transition: all 0.4s ease-in-out;
}

.wp-block-button.is-style-white-btn {
  border-color: white !important;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.wp-block-button.is-style-white-btn .wp-block-button__link {
  transition: all 0.4s ease-in-out;
  color: white;
}
.wp-block-button.is-style-white-btn:hover {
  background-color: white;
  transition: all 0.4s ease-in-out;
}
.wp-block-button.is-style-white-btn:hover .wp-block-button__link {
  color: black;
  transition: all 0.4s ease-in-out;
}

.wp-element-button,
.wp-block-button__link {
  padding: 0 !important;
  background-color: transparent !important;
}

/*# sourceMappingURL=button.css.map */
