@font-face {
    font-family: "brandon_grotesque-regular";
    src: url("fonts/brandongrotesque-regular-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandongrotesque-regularitalic-webfont.woff2") format("woff2");
}
.wrapper {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1160px;
}
.content-p > p > img {
    margin-bottom: 30px;
}
.content-p img:first-of-type {
      width: 100%;  
      margin-bottom: 60px
      /* Example style: resize the first image */
    }
.jump-recipe:before {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    color: var(--c-g);
    font-weight: 700;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.jump-recipe:hover:before {
    color: #fff;
}
strong {
    font-weight: 800;
}

.header-green-left,
.header-pink-right {
    min-width: 90px;
    margin-top: 10px;
    padding: 10px;
}
#mode-btn,
#search-btn,
#side-btn,
.jump-recipe,
.pointer {
    cursor: pointer;
}
.jump-recipe,
a.link-brand,
a.link-brand-g,
a.link-brand-g-w,
body {
    transition: background-color 0.3s, color 0.3s;
}
.season-list,
.tag-list {
    list-style: none;
    display: flex;
}
:root {
    --bg-color: white;
    --text-color: black;
    --p-c: #fa478e;
    --c-p: #fa478e;
    --c-g: #0eab67;
    --font-smaller: clamp(0.8rem, 1vw + 0.5rem, 1.2rem);
    --font-small: clamp(0.9rem, 1vw + 0.7rem, 1rem);
    --font-medium: clamp(0.92rem, 0.6vw + 0.5rem, 1.5rem);
    --font-large: clamp(1.45rem, 1vw + 0.5rem, 3rem);
    --font-xlarge: clamp(2rem, 3vw + 0.5rem, 3rem);
}
.c-w {
    color: #fff;
}
.c-p {
    color: #fa478e;
}
.c-g,
a:hover {
    color: #0eab67;
}
.c-b {
    color: #121212;
}
body {
    font-family: "Rethink Sans", sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #000;
}
body.dark-mode {
    background-color: #121212;
    color: #fff;
}
.header-green-left {
    background: #0eab67;
    border-radius: 0 15px 15px 0;
    margin-right: 30px;
}
.header-pink-right {
    background: #fa478e;
    border-radius: 15px 0 0 15px;
    margin-left: 23px;
}
ul.menu-header-principal-green {
    list-style-type: none;
}
.menu-header-principal-green li a {
    color: #222;
}
.menu-header-principal-green li {
    font-size: 1.5em;
    color: #222222;
    padding: 10px;
    padding-left: 0px;
    margin-bottom: 1px;
    font-weight: 700;
}
ul.menu-header-principal:after {
       content: "\f2e7"; /* FontAwesome star icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 12px;
    color: var(--c-g);
    font-size: 2.8em;
    bottom:-20px;
    transform: rotate(00deg);
}
ul.menu-header-principal:before {
       content: "\e2eb"; /* FontAwesome star icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    color: var(--c-p);
    font-size: 2.8em;
    bottom:-20px;
    transform: rotate(00deg);
}
ul.menu-header-principal {
    position: relative;
    overflow: hidden;
    list-style-type: none;
    margin: 10px 0;
    padding: 16px 10px 16px 10px;
    display: flex;
    justify-content: center !important;
    background: #f0f0f0;
    border-radius: 0px;
}
.menu-header-principal li a {
    margin: 4px;
    padding: 12px;
    color: #2c2c2c;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
      box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menu-header-principal li a:hover {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    border-bottom: 5px solid #0eab67;
    border-top: 5px solid #fa478e;
}
.link-top-post {
    color: #999;
    font-size: 0.81em;
}
.link-top-post-active {
    color: #6b6b6b;
    font-size: 0.8em;
}
.jump-recipe {
    border: 1px solid #c4c4c4;
    color: #636363;
    display: inline-block;
    padding: 1px 10px;
    font-size: 0.8em;
    margin-right: 7px;
}
.jump-recipe:hover {
    background: var(--c-g);
    color: #fff;
    border: 1px solid #fff;
}
.jump-recipe > svg:hover {
    color: #fff;
}
.jump-recipe > svg {
    color: var(--c-g);
}
.content-p {
    font-size: 1.2em;
    font-family: "Nunito", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 40px;
}
.title-recipe {
    font-size: 2.2em;
    color: #121212;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-p h1,.content-p h2,.content-p h3,.content-p h4{
    font-weight: 800;
    font-family: "Rethink Sans", sans-serif;
    
}
.content-p h2{
    margin-top: 60px;
    color: #006633;
}


.subscribe-message {
    margin-top: 10px;
    font-weight: 700;
}
.strong,
h3.title {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 1.3em;
}
.subscribe-message.success {
    color: #fff;
    background-color: #0eab67;
}
.clearfix {
    clear: both;
}
.clear-right {
    clear: right;
}
.subscribe-message.error {
    color: #fff;
    background-color: #e45151;
}
.no-border-radius {
    border-radius: 0 !important;
}
.content-area .wp-block-image.is-style-align-left,
.content-area img.align-left,
.content-area img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
.content-area {
    padding: 20px;
}
.content-area .wp-block-image.is-style-align-right,
.content-area img.align-right,
.content-area img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
.content-area .wp-block-image.is-style-align-center,
.content-area img.align-center,
.content-area img.aligncenter {
    display: block;
    margin: 0 auto;
}
.content-area img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
a {
    color: rgb(26 145 91);
    text-decoration: none !important;
}
.mode {
    border: 3px solid #ebebeb;
    border-radius: 6px;
    padding: 9px 15px;
    margin-top: 19px;
    margin-bottom: 10px;
    background: #fff;
}
.upper {
    text-transform: uppercase;
}
.capitalize-text {
    text-transform: capitalize;
}
a.link-brand,
a.link-brand-g {
    color: #121212;
}
.link-brand:hover,
.tag-item a:hover {
    color: var(--p-c);
}
a.link-brand-g-w {
    color: #000;
}
.link-brand-g-w:hover,
.link-brand-g:hover,
.post-nav a:hover {
    color: var(--c-g);
}
.mode:hover {
    background: #000;
    border: 3px solid #000;
    color: #fff;
}
.hometop {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 15px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.top-header {
    background: #b0f6d5;
    background: linear-gradient(90deg, #b0f6d5 0, #fbf4ff 48%, rgba(255, 178, 239, 0.48503151260504207) 100%);
    color: #000;
    padding: 15px;
    text-align: center;
    font-size: var(--font-small);
    font-family: Nunito;
}
.category-slide,
.title-green {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.footer-pad {
    padding: 40px 30px;
    background: #f1f1f1;
}
.footer-copyright {
    padding: 8px;
    font-size: 1em;
    background: #fff;
}
.text-right {
    text-align: right;
}
.category-slide,
.moving-recipes,
.title-green,
h3.title {
    text-align: center;
}
.mr-2 {
    margin-right: 10px;
}
.moving-categories,
.moving-recipes {
    background: #fff;
    margin-right: 20px;
    width: 100%;
    overflow: hidden;
}
.title-section-green {
    border-left: 10px solid #0eab67;
    padding: 5px 5px 5px 20px;
    margin-top: 15px;
    border-radius: 5px;
    font-family: "Rethink Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.6em;
    font-style: normal;
    margin-bottom: 15px;
}
.title-section-pink {
    border-left: 10px solid #fa478e;
    padding: 15px;
    margin-top: 15px;
}
.img-recipe-home {
    border-radius: 6px;
    margin-bottom: 10px;
    width: 100%;
}
.moving-recipes {
    border-radius: 17px;
    -webkit-box-shadow: 0 0 5px 0 rgba(194, 194, 194, 0.6);
    -moz-box-shadow: 0 0 5px 0 rgba(194, 194, 194, 0.6);
    box-shadow: 0 0 5px 0 rgba(194, 194, 194, 0.6);
}
.moving-categories {
    padding: 4px;
    border-radius: 7px;
}
.category-slide {
    padding: 4px 20px;
    background: #fa478e;
    font-size: clamp(0.75rem, 1vw + 0.7rem, 0.82rem);
    display: inline-block;
    margin-top: -25px;
    vertical-align: middle;
    z-index: 6;
    border-radius: 7px;
    
    position: relative;
}
.title-green {
    padding: 10px;
    background: #0eab67;
    border-radius: 8px;
    position: absolute;
    border: 8px solid #fff;
    font-size: 1.2em;
    font-weight: 700;
    z-index: 8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.moving-recipes img,
.wave-container {
    position: relative;
}
#backToTop,
.email-submit {
    cursor: pointer;
    font-size: 18px;
}
.email-submit,
.post-nav em,
a.more-link {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.item .more {
    margin: 30px 0;
}
h3.title {
    color: #383838;
    margin-top: 0px;
}
a.more-link,
h3.title-blog {

    color: #2b2c2c;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
}
h3.title-recipes {
            display: inline;
text-align: center;
    text-decoration: none;
margin-bottom: 30px;
    color: #2b2c2c;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
}
.email-submit,
h3.title-blog {
    font-weight: 700;
    text-align: center;
}
.text-center {
    text-align: center;
}
h3.title-blog {
    font-size: 1.5em;
    font-weight: 800;
    display: inline;
    margin-top: 20px;
    text-decoration: none;
    margin-bottom: 25px;
}
.email-submit,
.showmore,
.subscribe-btn,
a.more-link {
    display: inline-block;
}
.email-submit {
    border: none;
    background-color: transparent;
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-decoration: none;
}
.post-nav,
a.more-link {
    line-height: 1.2;
    text-decoration: none;
}
.search-side {
    padding: 20px;
    background-color: #dfdfdf;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
}
.search-side label {
    font-weight: 600;
    font-size: 1.2em;
}
.email-submit {
    width: 100%;
    float: none;
    margin: 0 0 -10px;
}
.title-blog:hover {
    color: #2b2c2c !important;
    border-color: #afe7cf;
    box-shadow: inset 0 -0.5em 0 #afe7cf;
}
.title-recipes:hover {
    color: #2b2c2c !important;
    border-color: #afe7cf;
    box-shadow: inset 0 -0.5em 0 #afe7cf;
}
a.more-link {
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #ffe9f2;
    box-shadow: inset 0 -7px 0 #ffe9f2;
    padding: 2px 3px 0;
    transition: 0.2s ease-in-out;
}
.moving-categories img,
.moving-recipes img {
    z-index: 1;
    transition: transform 0.4s;
    display: block;
}
a.more-link:focus,
a.more-link:hover {
    color: #000;
    border-color: #ffe9f2;
    box-shadow: inset 0 -30px 0 #ffe9f2;
}
.moving-recipes:hover img {
    transform: scale(1.3);
    z-index: 1;
    transform-origin: 50% 50%;
}
.moving-categories img {
    scale: 1.3;
}
.btn-social > svg:hover,
.moving-categories:hover img {
    transform: scale(1.3);
    transform-origin: 50% 50%;
}
.showmore {
    border: 1px solid #0eab67;
    padding: 7px 40px;
    margin: 7px;
    color: #212121;
    font-family: Nunito;
}
.showmore:hover {
    border: 1px solid #0eab67;
    background: #0eab67;
    color: #fff;
}
.wave-container {
    background-color: #d8f9e8;
    padding-top: 50px;
    padding-bottom: 50px;
}
.wave-container-pink {
    background-color: #ffe9f2;
}
.follow-us-text {
    background: rgba(255, 193, 225, 0.8);
    padding: 25px;
    font-size: 1.5em;
}
.subscribe-btn {
    border: 2px solid #0eab67;
    padding: 7px 40px;
    margin: 25px 7px 7px 0;
    color: #0eab67;
    font-size: 1.17em;
    font-family: Nunito;
    cursor: pointer;
}
.search-box {
    background: #ffdfec;
    padding: 30px;
    margin-top: 20px;
    display: none;
}
.cursive {
    font-family: "Dancing Script", cursive;
}
h1.divider,
h2.divider,
h3.divider {
    font-size: var(--font-large);
    text-align: center;
    font-weight: 800;
}
.divider:after {
    content: "";
    display: block;
    border-bottom: 3px solid #0eab67;
    margin: -12px 0 35px;
}
.divider span {
    background-color: #fff;
    padding: 0 15px 0 17px;
}
ul.menu-footer-browse,
ul.menu-footer-quick {
    list-style-type: none;
    margin: 8px 0 0;
    padding-left: 0 !important;
}
.menu-footer-quick li a {
    padding: 7px;
    margin: 6px;
    color: #2c2c2c;
    text-decoration: none;
    font-size: 0.95em;
}
.menu-footer-browse li a {
    padding: 7px;
    margin: 10px 6px 6px;
    color: #2c2c2c;
    text-decoration: none;
    font-size: 0.95em;
}
.div-social {
    padding: 30px;
    text-align: center;
}
.btn-facebook {
    background-color: #2572e7;
    color: #fff;
}
.btn-x {
    background-color: #242424;
    color: #fff;
}
.btn-whatsapp {
    background-color: #1abe5e;
    color: #fff;
}
.btn-pinterset {
    background-color: #c22e2e;
    color: #fff;
}
.btn-social {
    font-size: 1.2em;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 50%;
    padding: 2px 8px;
    margin: 10px;
    text-align: center;
    cursor: pointer;
}
.btn-social > svg {
    transition: transform 0.2s;
}
.did-u-love {
    color: #fff;
    background-color: #212121;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
}
#backToTop:hover,
.tag {
    background-color: var(--p-c);
}
.text-did-u-love {
    padding-left: 25px;
}
.title-section {
    font-size: 1.8em;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.affilate-text {
    font-size: 0.75em;
    color: #a0a0a0;
    margin: 10px;
    text-align: center;
}
.content-p h3:not(.wprm-recipe-container h3),.content-p h4:not(.wprm-recipe-container h4) {
    margin-top: 60px; 
    position: relative; 
    /*padding-left: 30px;*/ 
}
.content-p h4:not(.wprm-recipe-container h4)::before {

    
}
.content-p h3:not(.wprm-recipe-container h3)::before {
/*   content: "\f138"; /* FontAwesome star icon 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top:8px;
    color: #c7c7c7;
    left: 0;
   /* Gold color 
    font-size: 0.5em; */
    
}
.content-p ul{
    list-style: none;
}
.content-p ul li{
    position: relative; padding-left: 30px;
}
.content-p ul li::before {
   content: "\f0da"; /* FontAwesome star icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--c-g); /* Gold color */
    font-size: 0.82em;
    
}
.content-p ul li::marker {

    color: var(--p-c); /* Gold color */
 
    
}
.content-p ol li::marker {

    color: var(--p-c); /* Gold color */
 
    
}
.tags {
    text-align: center;
    padding: 10px;
}
.tag {
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 0.7em;
}
.post-nav {
    margin: 30px 0 100px;
    padding: 20px 2px;
    overflow: hidden;
    font-size: 21px;
    font-weight: 700;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.letter-index,
.recipe-heading {
    margin-bottom: 20px;
    text-align: center;
}
.post-nav .nav-previous {
    float: left;
    width: 48%;
}
.post-nav em {
    display: block;
    font-family: brandon_grotesque, Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    color: #757676;
    padding: 0 0 5px;
}
.post-nav a {
    color: #2b2c2c;
    text-decoration: none;
}
.post-nav .nav-next {
    float: right;
    text-align: right;
    width: 48%;
}
.img-side {
    width: 100%;
}
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--c-g);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 15px;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    z-index: 1000;
}
::selection {
    background-color: var(--c-g);
    color: #fff;
}
::-moz-selection {
    background-color: var(--c-g);
    color: #fff;
}
.letter-link,
.pagination a:hover {
    background-color: #f0f0f0;
}
.recipe-heading {
    font-size: 2em;
    font-family: Georgia, serif;
    color: #333;
}
.letter-link,
.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
}
.letter-link {
    padding: 5px 10px;
    color: #333;
    border: 2px solid #ddd;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 10px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.letter-link:hover {
    background-color: #1fa563;
    border-color: #bbb;
    color: #fff;
     border: 2px solid #1fa563;
     

}
.tag-container {
    margin-top: 30px;
}
.tag-heading {
    font-size: 2.2em;
    margin-top: 20px;
    margin-bottom: 2px;
    color: #111;
    font-weight: 800;
    padding-bottom: 5px;
}
.tag-list {
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
}
.tag-item {
    margin-bottom: 5px;
    flex: 1 1 calc(33% - 10px);
    font-size: 1em;
    color: #555;
}
.tag-item::before {
    content: "•";
    color: var(--p-c);
    margin-right: 8px;
    font-size: 1.5em;
}
.tag-item a {
    color: #383838;
    text-decoration: none;
    font-weight: 700;
}
.post-count {
    color: #888;
    font-size: 1em;
}
.back-to-top {
    margin-top: 10px;
    text-align: right;
}
.back-to-top a {
    font-size: 0.75em;
    color: #333;
    text-decoration: none;
}
.back-to-top a:hover {
    color: #555;
    text-decoration: underline;
}
.season-heading {
    font-size: 2em;
    margin-bottom: 20px;
    font-family: Georgia, serif;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.season-list {
    padding: 0;
    flex-wrap: wrap;
    gap: 20px;
}
.season-item {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
    color: #2b2c2c;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.season-item:hover {
    background-color: #e6f8f0;
    border: 1px solid var(--c-g);
    color: var(--p-c);
}
.pagination {
    text-align: center;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}
.pagination a,
.pagination span {
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.pagination .current {
    background-color: var(--p-c);
    color: #fff;
    border-color: var(--p-c);
}
.side-box {
    display: none;
    background: #ebfff5;
    padding: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    img.logo {
        width: 220px;
        height: 70px;
        margin: 5px;
    }
    .pad-big-60{
        padding-right: 60px
    }
}
@media (max-width: 768px) {
    .header-top-container {
        --bs-gutter-x: 0rem;
    }
    .mr-top-20 {
        margin-top: 20px;
    }
    .mr-top-30 {
        margin-top: 30px;
    }
    .header-green-left,
    .header-pink-right {
        font-size: 0.8em;
        min-width: 55px;
        padding: 10px;
        margin-top: 10px;
    }
    .header-green-left {
        background: #0eab67;
        border-radius: 0 15px 15px 0;
        margin-right: 7px;
    }
    img.logo {
        width: 189px;
        height: 60px;
        margin: 5px;
    }
    .header-pink-right {
        background: #fa478e;
        border-radius: 15px 0 0 15px;
        margin-left: 7px;
    }
    .search-box {
        padding: 10px 5px;
    }
}
.menu-header-principal-green li {
    position: relative;
    padding-left: 36px;
}
.wprm-recipe-snippet {
    display: none !important;
}
.wprm-recipe-print-wide-button,
.wprm-recipe-pin-wide-button {
    font-weight: 700;
}
/* Add a unique icon for each list item */
.menu-header-principal-green li:nth-child(1)::before {
    content: "\f015"; /* FontAwesome star icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--p-c); /* Gold color */
    font-size: 0.9em;
}
.wprm-recipe-template-wlcookingtemplate li::marker {
    color: var(--p-c);
    font-size: 1.1em;
}
.menu-header-principal-green li:nth-child(2)::before {
    content: "\f58d"; /* FontAwesome user icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--p-c);
    font-size: 0.9em; /* Green color */
}

.menu-header-principal-green li:nth-child(3)::before {
    content: "\f2e7"; /* FontAwesome bell icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--p-c);
    font-size: 0.9em; /* Orange color */
}

.menu-header-principal-green li:nth-child(4)::before {
    content: "\f2bb"; /* FontAwesome car icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--p-c);
    font-size: 0.9em; /* Blue color */
}
.menu-header-principal-green li:nth-child(5)::before {
    content: "\40"; /* FontAwesome car icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--p-c);
    font-size: 0.9em; /* Blue color */
}
h3.wprm-recipe-header {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 25px !important;
}

.comments-area {
    margin: 20px 0;
    padding: 30px; 
    margin-top: 30px;
    background: #f4f3f1;
}

.comments-title {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: "Rethink Sans", sans-serif;
}

.comment-subtitle {
    font-size: 1em;
    margin-bottom: 15px;
    color: #666;
}

.author-signature {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.author-signature img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.comment-form-author, 
.comment-form-email, 
.comment-form-comment {
    margin-bottom: 15px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.recipe-rating {
    margin-top: 10px;
    font-weight: bold;
}

.stars {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    font-size: 2.3em;
    color: var(--c-p);
}

.stars input {
    display: none;
}

.stars label {
    cursor: pointer;
    margin: 0 5px;
}

.stars label:hover,
.stars label:hover ~ label {
    color: #FFCC00;
}

.submit-button {
    background-color: var(--c-g);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.submit-button:hover {
    background-color: #009933;
}
.comments-area {
    margin: 20px 0;
}

.comments-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-body {
    padding: 25px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
    border-radius: 0px;
    position: relative;
}
.comment:not(.byuser) {
        border-left: 8px solid var(--c-g);

}
.bypostauthor{
       border-left: 8px solid var(--c-p);
       background: #fde8f2;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comment-author {
    display: flex;
    align-items: center;
}

.comment-author img {
    border-radius: 50%;
    margin-right: 10px;
}

.comment-date {
    font-size: 0.75em;
  
}

.comment-rating {
    font-size: 1.7em;
    color: #fb0b6d;
    margin-bottom: 10px;
    margin-top: 15px;
}

.comment-content {
    margin-top: 10px;
    color: #333333;
    font-size: 1.1em;
}

.reply {
 
}

.reply a {
  
    color: #fff !important;
   
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    background-color: #757676;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 2px 3px 1px;
    font-style: normal !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border: none;
    display: inline-block !important;
}

.reply a:hover {
    background-color: var(--c-g);
}

ol.children {
    margin-left: 20px;
    list-style: none;
    border-left: 2px solid #ddd;
    padding-left: 15px;
}
#recipe-rating .stars {
    display: inline-flex;
    cursor: pointer;
}
#recipe-rating .star {
    font-size: 24px;
    color: #ccc;
}
#recipe-rating .star:hover,
#recipe-rating .star:hover ~ .star {
    color: gold;
}
.box-rating-result{
    padding: 10px 30px 10px 30px; text-align: center; border-radius: 5px; background: var(--c-g) ; display: inline-block;
}
.fix-stroke {
   paint-order: stroke fill;
}