/* kontejner */
.next-step {
    text-align: center;
    margin: 20px 0;
}

/* tlačítko (button) */
.next-step button.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);
}

/* hover */
.next-step button.btn-conversion:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

/* klik */
.next-step button.btn-conversion:active {
    transform: translateY(2px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* text uvnitř */
.next-step .order-button-text {
    display: block;
    font-size: 18px;
}

.next-step .order-button-suffix {
    display: block;
    font-size: 12px;
    opacity: 0.85;
}
