.lr__yes__picture {
    margin-top: 50px;
    width: 94%;
    display: flex;
    justify-content: center;
}

.lr__yes__picture img{
    width: 231px;
    height: 156px;
}

.lr__product-success-message{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.lr__product-success-buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
}

.lr__product-success-message .lr__button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #55F5FF;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #161822;
    line-height: 24px; /* 150% */
}
.lr__product-success-message .lr__button span{
    color: #161822;
}