.blog-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.breadcrumbs { font-size: 0.9rem; margin-bottom: 10px; color: #666; }
.breadcrumbs a { color: #2d572c; text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase; }
.recipe-rating { margin: 10px 0; font-weight: bold; color: #444; }
.recipe-title { font-size: 2rem; margin-bottom: 5px; text-transform: uppercase;
    letter-spacing: 2px; }
.recipe-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #555;
}
.recipe-meta .author-avatar img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.recipe-actions {
  border-block: 1px solid #a0a39b;
    padding-block: 12px;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.recipe-meta {
    text-transform: uppercase;
}
.recipe-actions > .jump-btn-div {
    font-size: 1rem;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
}
.recipe-content iframe {
    width: 100%;
}
.jump-to-recipe, .jump-to-recipe-2 {
  background: #3f6001;
    padding: 8px 16px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 500;
    max-width: 378px;
    display: inline-flex;
    min-height: 44px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: white !important;
    letter-spacing: .15em;
    font-size: 1rem;
    flex-grow: 1;
    text-transform: uppercase;
}
.recipe-image img{
	height:auto !important;
	max-height:100% !important;
}
.jump-to-recipe-2 {
    margin-right: 10px;
}
.sidebar-author-box{
    display: block !important; 
}
.author-box.sidebar-author-box {
    text-align: center;
}

.sidebar-author-box .author-avatar{
margin-right:0px !important
}

 .sidebar-author-box .author-info{
 margin-left:0px !important;
 padding-top: 10px;
 }
.comments-link, .cook-time { color: #444; font-size: 0.9rem; }  
.comments-link
{
  color: #3f6001 !important;
    text-decoration: underline;}
}
.recipe-image img { width: 100%; border-radius: 12px; margin: 20px 0; }
.recipe-content { margin-top: 20px; }
.author-box {
   display: grid;
    margin-top: 30px;
    grid-template-columns: 300px 1fr;
    align-items: center;
}
.author-photo { border-radius: 50%; margin-right: 15px; }
.author-avatar {
}
.author-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.author-photo {  margin-right: 15px; }
.author-box .author-avatar {
  margin-right: 20px;
    background: #f2f2f2;
    border-radius: 3px;
    padding: 48px;
    position: relative;
}

.author-box .author-avatar img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: unset;
}
.author-info {
  margin-left: 20px;
  flex: 1;
}

.author-info h3 {
  font-size: 22px;
    font-weight: 500;
    color: #141414;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.author-info p {
  font-size: 1.375rem;
    color: #141414;
    line-height: 1.75;
}

.read-more {
     min-height: 44px;
    display: inline-flex;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #3f6001;
    color: #ffffff !important;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.read-more:hover {
  background-color: #4f6b43;
}
.related-posts h2{
    text-transform: uppercase;
    display: flex;
    gap: 16px;
    align-items: center;
}
.related-posts h2:before {
    background: #e0e0e0;
    content: "";
    display: block;
    height: 1px;
    flex-basis: 50px;
    flex-grow: 1;
}
.related-posts h2:after {
    background: #e0e0e0;
    content: "";
    display: block;
    height: 1px;
    flex-basis: 50px;
    flex-grow: 1;
}
.sidebar { padding-left: 20px; border-radius: 12px; }
.comments { margin-top: 40px; }
.faq-section {
    margin-top: 20px;
}
.faq-item {
    margin-bottom: 15px;
}
span.faq-arrow{
    float: right;
}
.faq-title {
  color: black;
    background-color: white !important;
    border: 1px solid #000000;
    padding: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    white-space: normal;
    text-transform: uppercase;
}

.comments input#submit {
    background-color: #3f6001 !important;
    border: 1px solid #3b6012;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.recipe-food-cta {
    background: #3f6001;
    border-radius: 13px;
    color:#ffffff;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 24px 16px;
    font-family: var(--wp--custom--typography--heading--font-family);
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing:.15em;;
    line-height: 30px;
    text-transform: uppercase;
}
.recipe-food-cta a {
    color: inherit !important;
    text-decoration: underline;
}
.faq-title:hover {
    background-color:transparent !important;
    color: black;
}
.faq-item [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
 color: black !important;
    background-color: transparent;
}
.faq-content {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
        font-size: 1rem;
    line-height: 30px;
}
.faq-title:focus + .faq-content,
.faq-title.active + .faq-content {
    display: block;
}
.faq-content {
    display: none;
}
/* Show the content when it's targeted */
.faq-content:target {
    display: block;
}
/* Change the arrow direction when the FAQ content is targeted */
.faq-content:target + .faq-title .faq-arrow {
    transform: rotate(180deg); /* Rotate the arrow */
}

.related-posts {
    margin-top: 50px;
    text-align: center;
}

.related-posts h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

.related-posts-wrapper {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.related-post {
    width: 22%; /* Adjust width as needed */
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.related-post-thumbnail img {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #ddd;
}

.related-post-title h4 {
    font-size: 1.1em;
    margin-top: 15px;
    font-weight: normal;
}

.related-post a {
    color: inherit;
    text-decoration: none;
}

.related-post:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.related-post a:hover .related-post-title h4 {
    color:#3f6001;
}

@media screen and (max-width: 992px) {
  .blog-container {
    display: block;
    width: 100%;
  }
  .author-box.sidebar-author-box{
    display: none !important;
  }
  .author-box{
    grid-template-columns:auto;
  }
  .related-post{
        width: 47%;
  }
}
@media screen and (max-width: 651px) {
.recipe-actions .jump-btn-div a {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 460px) {
.blog-container .wprm-recipe-link.wprm-recipe-link-button{
   display: block !important;
} 
.related-post {
  width: 100%;
}
.single iframe {
 width: 100%; /* height: 100%; */
}
.recipe-meta {
    display: flex;
    align-items: start;
    flex-direction: column;
}
}