.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
}

.z-index-high {
  position: relative;
  z-index: 999;
}

.text-uppercase {
  text-transform: uppercase;
}

.line-height-1 {
  line-height: 1;
}

.box-tag {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 5px;
}
.box-tag span {
  font-size: 16px;
  display: inline-block;
  border: #363d50 1px solid;
  color: #363d50;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 0;
}
.box-tag.is-style-light span, .box-tag.is-style-light div {
  color: white;
  border: white 1px solid;
}

.text-center {
  text-align: center;
}

.is-style-fill .wp-element-button {
  text-transform: uppercase;
  color: white;
  background-color: black;
  transition: background-color 0.1s linear;
}
.is-style-fill .wp-element-button:hover {
  transition: background-color 0.1s linear;
  background-color: #244c91;
}

.is-style-border .wp-element-button {
  text-transform: uppercase;
  color: black;
  border-width: 1px !important;
  border-color: black;
  border-style: solid;
  transition: all 0.1s linear;
  background-color: transparent;
}
.is-style-border .wp-element-button:hover {
  transition: background-color 0.1s linear;
  background-color: #eee;
}

.is-style-fill-light .wp-element-button {
  text-transform: uppercase;
  color: black;
  background-color: white;
  transition: background-color 0.1s linear;
}
.is-style-fill-light .wp-element-button:hover {
  transition: background-color 0.1s linear;
  background-color: #eee;
}

.is-style-border-light .wp-element-button {
  text-transform: uppercase;
  background-color: transparent;
  color: white;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  transition: background-color 0.1s linear;
}
.is-style-border-light .wp-element-button:hover {
  transition: background-color 0.1s linear;
  background-color: rgba(255, 255, 255, 0.2);
}

.is-style-text-shadow {
  text-shadow: rgba(0, 0, 0, 0.75) 0px 5px 5px;
}
