.btn-izipay {
    width: 100%;
    max-width: 420px;
    border: none;
    border-radius: 12px;
    padding: 12px 16px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.btn-izipay:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.izipay-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.izipay-logo {
    width: 60px;
    height: auto;
    border-radius: 8px;
}

.izipay-text h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.izipay-text span {
    font-size: 13px;
    color: #777;
}