.custom-checkout-buttons {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.custom-checkout-buttons a {
    background: green;
    color: white;
    padding: 14px 0 !important;
    font-size: 1.25em !important;
    border-radius: 5px;
}

.custom-checkout-buttons a:hover {
    background-color: #ff9900 !important;
    color: white;
}