  .wp-block-button__link {
  background: rgb(00, 12, 46);
  color: #fff;
  outline: none;
  border: 0;
  padding: 10px 30px;
  border-radius: 0;
  text-decoration: none;
  font: inherit;
  transition: all 300ms;
  border: 0px rgb(00, 12, 46) solid;
}

.wp-block-button__link:hover {
	opacity: 0.9;
}

.wp-block-button__link::after {
	content: "\F231";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
	margin-left: 5px;
	font-size: 0.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background),
.is-style-outline > .wp-block-button__link {
  background: transparent;
  color: rgb(00, 12, 46);
}

.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover,
.is-style-outline > .wp-block-button__link:hover,
.wp-block-button__link:hover {
  color: #fff;
  background: rgb(00, 12, 46);
}

.is-style-outline > .wp-block-button__link:not(.has-background):focus,
.wp-block-button__link.is-style-outline:not(.has-background):focus,
.is-style-outline > .wp-block-button__link:focus,
.wp-block-button__link:focus {
  text-decoration: underline;
  color: #fff;
  background: rgb(00, 12, 46);
}

.wp-block-buttons {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

hr,
.wp-block-separator {
  margin: 2rem auto;
  border: 0;
  height: 2px;
  background-color: rgba(00, 12, 46);
  opacity: 1;
  width: 90%;
}

.wp-block-table table thead tr th,
.wp-block-table table thead tr td {
  background-color: rgba(00, 12, 46);
  color: #fff;
}
.wp-block-table table tr th,
.wp-block-table table tr td {
  padding: 0.5rem 1rem;
  border: 0;
  font-weight: normal;
}

.wp-block-table table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}

.wp-block-table table {
  background-color: #fff;
  border: 1px #eee solid;
  margin: 15px auto;
}

.wp-block-table table tbody {
  font-size: 0.9rem;
}
