.block-editor-block-list__block.wp-block-button.is-style-button-orange .wp-block-button__link {
  background: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--white);
}
.block-editor-block-list__block.wp-block-button.is-style-button-orange .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--green);
  text-decoration: none;
}
.block-editor-block-list__block.wp-block-button.is-style-button-orange .wp-block-button__link:active, .block-editor-block-list__block.wp-block-button.is-style-button-orange .wp-block-button__link:focus {
  border: 2px solid var(--wp--preset--color--brown-dark);
}

.block-editor-block-list__block.wp-block-button.is-style-button-white .wp-block-button__link {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--blue);
}
.block-editor-block-list__block.wp-block-button.is-style-button-white .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--transparent);
  border: 2px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

.block-editor-block-list__block.wp-block-button.is-style-button-green .wp-block-button__link {
  background: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
}
.block-editor-block-list__block.wp-block-button.is-style-button-green .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--orange);
}

.block-editor-block-list__block.wp-block-button.is-style-button-secondary .wp-block-button__link {
  background: var(--wp--preset--color--transparent);
  border: 2px solid var(--wp--preset--color--green);
  color: var(--wp--preset--color--green);
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  gap: 0.625rem;
  flex-shrink: 0;
}
.block-editor-block-list__block.wp-block-button.is-style-button-secondary .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
}

.block-editor-block-list__block.wp-block-button.is-style-featured-link .wp-block-button__link {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: none;
  color: var(--wp--preset--color--green);
  width: unset;
  justify-content: left;
  gap: 0.625rem;
  text-align: left;
  padding: 0;
}
.block-editor-block-list__block.wp-block-button.is-style-featured-link .wp-block-button__link:after {
  content: url("assets/images/green-arrow.svg");
}
.block-editor-block-list__block.wp-block-button.is-style-featured-link .wp-block-button__link:hover {
  color: var(--wp--preset--color--orange);
}
.block-editor-block-list__block.wp-block-button.is-style-featured-link .wp-block-button__link:hover:after {
  content: url("assets/images/orange-arrow.svg");
}

.block-editor-block-list__block.has-drop-cap.drop-cap-secondary:not(:focus):first-letter {
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 700;
  color: var(--wp--preset--color--red);
}

.block-editor-block-list__block.wp-block-list-item::marker {
  color: var(--wp--preset--color--orange);
}

.block-editor-block-list__block.has-drop-cap:not(:focus):first-letter {
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 700;
  color: var(--wp--preset--color--green);
}

.block-editor-block-list__block.wp-block-table table {
  margin: 0 0 1.5em;
  width: 100%;
}
.block-editor-block-list__block.wp-block-table table thead {
  color: white;
  background-color: var(--wp--preset--color--green);
  border-bottom: 3px solid var(--wp--preset--color--brown) !important;
}
.block-editor-block-list__block.wp-block-table table td, .block-editor-block-list__block.wp-block-table table th {
  border: 1px solid var(--wp--preset--color--brown) !important;
}

.block-editor-block-list__block.wp-block-table.is-style-stripes table {
  margin: 0 0 1.5em;
  width: 100%;
}
.block-editor-block-list__block.wp-block-table.is-style-stripes table thead {
  color: var(--wp--preset--color--brown);
  background-color: var(--wp--preset--color--transparent);
  border: 1px solid var(--wp--preset--color--green) !important;
}
.block-editor-block-list__block.wp-block-table.is-style-stripes table tr:nth-child(odd) {
  background-color: #E5E7D8;
}
.block-editor-block-list__block.wp-block-table.is-style-stripes table td, .block-editor-block-list__block.wp-block-table.is-style-stripes table th {
  border: 1px solid var(--wp--preset--color--green) !important;
}

.block-editor-block-list__block.wp-block-quote.is-style-default {
  padding: 0 0 0 2.5rem;
  border-style: solid;
  border-width: 0 0 0 0.313rem;
  border-color: var(--wp--preset--color--orange);
}

.block-editor-block-list__block.wp-block-quote.is-style-featured-quote {
  position: relative;
  margin: 0 1.5em;
  width: 100%;
  vertical-align: top;
  padding: 40px;
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--white);
}
.block-editor-block-list__block.wp-block-quote.is-style-featured-quote::before {
  color: var(--wp--preset--color--white);
  content: "\f10d";
  font: var(--fa-font-solid);
  font-size: 1.6em;
  display: block;
  position: absolute;
}
.block-editor-block-list__block.wp-block-quote.is-style-featured-quote p {
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: var(--wp--custom--line-height-heading);
  letter-spacing: 0;
  word-wrap: break-word;
}
.block-editor-block-list__block.wp-block-quote.is-style-featured-quote cite {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 0.813rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

/*# sourceMappingURL=block-styles.css.map */
