<style>
/* Force Bootstrap button styles to override Poole/Lanyon */
.btn, .btn-primary {
    display: inline-block !important;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    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: #fff;
    background-color: #007bff;
    text-decoration: none;
}

.btn:hover, .btn-primary:hover {
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
}

/* Full-width button */
.btn-block, .w-100 {
    width: 100% !important;
    display: block !important;
}
</style>



/* Fix buttons affected by Poole's global <a> styles */
a.btn,
a.btn-primary,
a.btn-lg,
a.wp-block-button__link {
  color: #fff !important;               /* Button text color */
  background-color: #007bff !important; /* Bootstrap primary color */
  padding: 0.75rem 1rem !important;
  border-radius: 0.25rem !important;
  display: inline-block !important;
  text-decoration: none !important;
  text-align: center;
  width: 100%; /* Full-width example */
}

a.btn:hover,
a.wp-block-button__link:hover {
  background-color: #0056b3 !important;
  text-decoration: none !important;
}
