/*
Theme Name: Foodica Pro Child
Theme URI: https://www.wpzoom.com/themes/foodica
Template: foodica-pro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */


.jump-to-recipe-wrapper {
    text-align: center;
    margin: 20px 0 30px;
}

.jump-to-recipe-btn {
    display: inline-block;
    background: #f5a623;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

html { scroll-behavior: smooth; }