@media screen and (min-width:1200px){.site-header.style-five .search-form{max-width:192px}}.site-header.style-five>.header-top{display:none}@media screen and (min-width:1200px){.site-header.style-five>.header-top{display:block}}.site-header.style-five>.header-top .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}@media screen and (min-width:1200px){.site-header.style-five>.header-top .container{padding-top:16px;padding-bottom:16px}}.site-header.style-five>.header-top .container:not(:has(.header-right)):not(:has(.header-left)){justify-content:center}.site-header.style-five>.header-top .yummy-networks{flex-wrap:nowrap}.site-header.style-five>.header-main .container{justify-content:center}.site-header.style-five .header-right .search-field{padding:8px 20px;border-radius:4px;outline:0}.site-header.style-five .header-right input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.site-header.style-five .header-right .search-submit{width:18px;height:18px;background-position:center;background-size:18px}


.recipe-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.recipe-item {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}

.recipe-item img {
    max-width: 100%;
    height: auto;
}

.see-more-btn {
    text-align: center;
    margin-top: 20px;
}

.see-more-btn .button {
    background-color: #f7c400;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.see-more-btn .button:hover {
    background-color: #e69b00;
}
