.floating-block {
    position: fixed;
    bottom: 20px;
    left: 20px;

    z-index: 1000;
}

.floating-block button {
    color: #fff;
    background-color: #5f9e32;
    cursor: pointer;
    background-image: linear-gradient(180deg, #66b72c, #5f9e32);
    border-radius: 13px;
    letter-spacing: 0.002em;
    padding: 16px 30px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    border: none;
}

.floating-block .back-button {
    display: flex;
    align-items: center;
    gap: 8px;
}

.back-button svg {
    width: 16px;
    height: 16px;
}
