/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* GeneratePress Site CSS */ #site-navigation {
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}

.mc4wp-form-fields input[type="email"] {
	margin-bottom: 10px;
	width: 100%;
}

.entry-meta {
	font-weight: 300;
	font-size: 13px;
}

.main-navigation:not(.toggled) li.menu-social > a,
.main-navigation:not(.toggled) li.search-item > a{
	padding: 0 10px;
}

.post-image img {
	transition: opacity 500ms;
}

.post-image img:hover {
	opacity: 0.9;
}

.no-sidebar .entry-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page.no-sidebar .entry-title {
	text-align: center;
}

.top-bar .lsi-social-icons a,
.top-bar .lsi-social-icons a:focus,
.top-bar .lsi-social-icons a:active,
.top-bar .lsi-social-icons a:hover {
    background: transparent !important;
}

.top-bar .lsi-social-icons li {
	margin-bottom: 0 !important;
} /* End GeneratePress Site CSS */

.tasty-recipes-jump-link,
.tasty-recipes-print-link {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  text-decoration: none;
  background-color: #819A91; /* Green background - customize as needed */
  color: #fff; /* White text */
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tasty-recipes-jump-link:hover,
.tasty-recipes-print-link:hover {
  background-color: #EEEFE0; /* Darker green on hover */
}

.tasty-recipes {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 700px !important;
  display: block;
}





.fallback-toc {
    margin-bottom: 2rem;
    background: #f9f9f9;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.fallback-toc h2 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fallback-toc h2 .arrow {
    font-size: 0.9em;
    margin-left: 10px;
}
.fallback-toc ul {
    list-style: none;
    padding-left: 0;
}
.fallback-toc li {
    margin: 6px 0;
}
.fallback-toc li.h3 {
    margin-left: 20px;
}
.fallback-toc .toc-link {
    text-decoration: none;
    color: #0073aa;
}
.fallback-toc .toc-link:hover {
    text-decoration: underline;
}
.fallback-toc #fallback-toc-list {
    display: none;
    margin-top: 10px;
}
