How do I align search and cart with the menu in the dawn theme?

Please use this code and check now

.header__inline-menu {
    grid-area: icons !important;
    justify-self: end;
    margin-right: 40px;
}
.header__search { display: none !important; }