.clearfix::after {
    content: '';
    display: table;
    clear: both
}

.clear::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
    float: none
}
.search-recipe {
    text-align: center;
    padding: 60px 15px;
    background-color: #F5F6EA;
    box-shadow: 0 0 0 100vmax #F5F6EA;
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
    margin-bottom: 45px;
}
.search-recipe form{
    max-width: 70%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border: 4px solid #e9ead8;
    border-radius: 100px;
}
.search-recipe p.has-text {
    margin-bottom: 5px;
}
.search-recipe .p-explore {
    font-family: "Oooh Baby", "system-ui";
    font-weight: bold;
    font-size: 24px;
    line-height: 43px;
    margin-bottom: 10px;
}
.search-recipe p.has-text span {
    font-family: "Oooh Baby", "system-ui";
    font-weight: bold;
    font-size: 40px;
    line-height: 43px;
    margin-right: 10px;
}
.search-recipe [type="search"]{
    width: 100%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 60px;
}
.search-recipe [type="submit"]{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 18px !important;
    border-radius: 100px;
}