
.new-list {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn {
    border: none;
}