.webform-confirmation__message {
 margin-top: 1.5rem !important; 
  line-height: 1.5;
}

.webform-confirmation a {
	margin-top: 1.5rem;
  display: inline-block;
  height: 3rem !important; 
  padding: 0rem 1.875rem !important; 
  border-radius: 0.375rem !important; 
  line-height: 2.9375rem; 
  text-align: center;
  text-wrap: nowrap;
  font-weight: bold !important;
  cursor: pointer;
  color: var(--navy-blue, #002E5D);
  background-color: var(--royal-10, #EBF2FF);
}

.webform-confirmation a:hover {
  background-color: var(--royal-20, #D9E6FF);
}