a.wp-block-button__link
{
	/*
	color:#fff !important;
	text-decoration:none !important;
	font-family:arial;	
    
    border-radius: 4px;*/

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23a1243f'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
	
	/*
	border: 1px solid #a1243f;
	text-decoration:none !important;
    color: #ffffff !important;
    font-family: arial;
    font-size: 12px;
    line-height: 1;
    margin-right: 0.5rem;  
    background-color: #A1243F;
    font-weight: 600;
	padding: 0.5rem 1rem;
	padding-right: 1.5rem;
    font-size: 1rem;
    border-radius: 0.3rem;*/

    display: inline-block;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;  
    border: 1px solid transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1.5rem;
    padding-left:  1rem;
    font-size: 0.75rem;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #a1243f;
    border-color: #a1243f;
    background-color: #fff!important;
    text-decoration:none !important;
  
}
a.wp-block-button__link:hover
{	 
    font-weight: bold;
}
hr.wp-block-separator
{
    border-bottom:none;
    border-color:#ccc!important;
}