/* 
 Theme Name:   30 Recipes
 Theme URI:    
 Description:  
 Author:       mwilley
 Author URI:   https://dev-thirtyrecipes.pantheonsite.io
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* custom post nav to go 1, 2, 3 CSS */

.custom-recipe-navigation { display: flex; justify-content: space-between; gap:32px; margin-top: 2em; }

.recipe-nav-item { padding: 8px; transition: all 0.3s ease; }
	.recipe-nav-item:hover { background-color: var(--e-global-color-secondary); border-radius: 6px; }

.nav-text { font-size: 14px; font-weight: normal; color: #707070; }
.recipe-title { font-weight: bold; font-size: 16px; }

.prev-post, .next-post { text-decoration: none; color: inherit; display: block; }
	.prev-post:hover, .next-post:hover { color:var (--e-global-color-text); }

.prev-post i, .next-post i { font-size: 16px; }
	.prev-post i { margin-right: 8px; }
	.next-post i { margin-left: 8px; }


/* tooltips on images and einstein guides */
/* Tooltip styles */
.tooltip { position: absolute; background-color: rgba(0, 0, 0, 0.75); color: white; padding: 6px 10px; border-radius: 4px; font-size: 12px; z-index: 1000; pointer-events: none; white-space: nowrap; }


