.next-step--step-1 {
    text-align: center;
    margin: 20px 0;
}

.next-step--step-1 .btn-conversion {
    display: inline-block;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 14px; 
    background-color: #a1c900; 
    color: white;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    text-align: center;
}


.next-step--step-1 .btn-conversion:hover {
    background-color: #a1c900;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}


.next-step--step-1 .btn-conversion:active {
    transform: translateY(2px); 
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}


.next-step--step-1 .btn-conversion .order-button-text {
    display: inline-block;
    vertical-align: middle;
}
