a { transition: all 0.3s ease-in-out; }

/* Button hovers */
.wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--theme-white);
	color: var(--wp--preset--color--theme-secondary);
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--theme-primary-3);
	color: var(--wp--preset--color--theme-white);
	border-color: var(--wp--preset--color--theme-primary-3);
}


/* checkmark lists */
.wp-block-list.is-style-checkmark li {
  list-style: none;
  position: relative;
  padding-left: 38px;
  margin-bottom: 24px;
  font-size: var(--wp--preset--font-size--m);
  color: var(--wp--preset--color--theme-primary-1);
}

.wp-block-list.is-style-checkmark li::before {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23003552' d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 32px 32px;
}