.zonos-international-checkout-button {
    width: 100%;
    padding: 1em;
    border: 0;
    background-color: #ebe9eb;
    color: #515151;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
}

.zonos-international-checkout-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.zonos-international-checkout-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
