.wp-block-button.is-style-white-dark .wp-block-button__link {
	background-color: var(--wp--preset--color--first);
	border-color: var(--wp--preset--color--first);
	color: var(--wp--preset--color--second);
}

.wp-block-button.is-style-white-dark .wp-block-button__link:hover,
.wp-block-button.is-style-white-dark .wp-block-button__link:focus {
	background-color: var(--wp--preset--color--second);
	border-color: var(--wp--preset--color--second);
	color: var(--wp--preset--color--first);
}

.wp-block-button.is-style-yellow-blue .wp-block-button__link {
	background-color: var(--wp--preset--color--fourth);
	color: var(--wp--preset--color--third);
}

.wp-block-button.is-style-yellow-blue .wp-block-button__link:hover,
.wp-block-button.is-style-yellow-blue .wp-block-button__link:focus {
	background-color: var(--wp--preset--color--second);
	color: var(--wp--preset--color--first);
}

.wp-block-button.is-style-yellow-with-arrow .wp-block-button__link {
	background: url(/wp-content/uploads/2025/03/icon-link.svg) no-repeat right 25px top 18px;
	background-size:13px;
	background-color: var(--wp--preset--color--fourth);
	color: var(--wp--preset--color--third);
	padding-right: 35px;
    min-width: 270px;
}

.wp-block-button.is-style-yellow-with-arrow .wp-block-button__link:hover,
.wp-block-button.is-style-yellow-with-arrow .wp-block-button__link:focus,
.wp-block-button.is-style-yellow-arrow .wp-block-button__link:focus {
	background: url(/wp-content/uploads/2025/03/right-arrow.svg) no-repeat right 25px top 18px;
	background-color: var(--wp--preset--color--second);
	background-size:13px;
	color: var(--wp--preset--color--first);
}

.wp-block-button.is-style-with-arrow .wp-block-button__link {
	background: url(/wp-content/uploads/2025/03/right-arrow.svg) no-repeat right 25px top 18px;
    background-color: var(--wp--preset--color--third);
    color: var(--wp--preset--color--first);
    padding-right: 35px;
    min-width: 270px;
}

.wp-block-button.is-style-with-arrow .wp-block-button__link:hover,
.wp-block-button.is-style-with-arrow .wp-block-button__link:focus {
	background-color: var(--wp--preset--color--fourth);
	color: var(--wp--preset--color--first);
}

.wp-block-button.is-style-text-link .wp-block-button__link {
	background: url(/wp-content/uploads/2025/03/icon-link.svg) no-repeat right 19px;
	border: none;
	border-radius: 0;
	color: var(--wp--preset--color--second);
	font-size: var(--wp--preset--font-size--paragraph-1);
	font-family: var(--wp--preset--font-family--two);
	font-weight: 700;
	padding-right:31px;
	min-width: auto;
}

.wp-block-button.is-style-text-link .wp-block-button__link:hover {
	text-decoration: underline;
}
