.elementor-1195 .elementor-element.elementor-element-fba5651 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1195 .elementor-element.elementor-element-72cd938 .elementor-button{fill:#0B1F33;color:#0B1F33;background-color:#00000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:#F59E0B;border-radius:6px 6px 6px 6px;padding:12px 24px 12px 24px;}.elementor-1195 .elementor-element.elementor-element-72cd938 .elementor-button:hover, .elementor-1195 .elementor-element.elementor-element-72cd938 .elementor-button:focus{color:#FFFFFF;background-color:#F59E0B;border-color:#F59E0B;}.elementor-1195 .elementor-element.elementor-element-72cd938 .elementor-button:hover svg, .elementor-1195 .elementor-element.elementor-element-72cd938 .elementor-button:focus svg{fill:#FFFFFF;}.elementor-1195 .elementor-element.elementor-element-72cd938 > .elementor-widget-container{margin:4px 0px 0px 0px;}@media(min-width:768px){.elementor-1195 .elementor-element.elementor-element-edbdb60{width:54.912%;}.elementor-1195 .elementor-element.elementor-element-fba5651{width:45.088%;}}/* Start custom CSS for html, class: .elementor-element-5799140 */.recipe-main-heading {
  font-size: 44px;
  line-height: 1.2;
  color: #201E50;          /* Brand Deep Indigo */
  font-weight: 500;
  margin-bottom: 32px;
  max-width: 520px;        /* Editorial look */
}
@media (max-width: 768px) {
  .recipe-main-heading {
    font-size: 34px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-504690b *//* FORCE FULL WIDTH STRIP */
.hero-strip-wrap {
  width: 100%;
}

/* THIS IS A STRIP, NOT A CARD */
.hero-strip-fixed {
  background: #D98B8B;
  color: #FFFFFF !important;   /* HARD FIX FOR PINK ISSUE */
  padding: 22px 28px;
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;            /* IMAGE-1 HAS SHARP EDGES */
}

/* META BELOW STRIP */
.hero-meta-clean {
  margin-top: 24px;
}

.hero-meta-clean p {
  margin: 0 0 14px;
  font-size: 16px;
  color: #201E50;
}

.hero-meta-clean strong {
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78c9342 *//* INGREDIENTS SLIDER BOX */
.ingredients-slider {
  background: #D98B8B;          /* REPLACED SKY BLUE */
  padding: 36px 32px;
  max-height: 540px;            /* SLIDER HEIGHT */
  overflow-y: auto;             /* SLIDER */
  border-radius: 6px;
  box-sizing: border-box;
}

/* INGREDIENTS HEADING */
.ingredients-heading {
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 22px;
  font-weight: 500;
}

/* INGREDIENT LIST */
.ingredients-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.ingredients-list li {
  font-size: 16px;
  color: #FFFFFF;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  line-height: 1.6;
}

.ingredients-list li:last-child {
  border-bottom: none;
}

/* RICE SELECTION BLOCK */
.rice-selection {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.35);
}

.rice-selection h3 {
  font-size: 18px;
  color: #E8DFC8;              /* warm wheat */
  margin-bottom: 10px;
  font-weight: 500;
}

.rice-selection p {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.7;
}

/* SLIM SCROLLBAR */
.ingredients-slider::-webkit-scrollbar {
  width: 6px;
}

.ingredients-slider::-webkit-scrollbar-thumb {
  background-color: #E8DFC8;
  border-radius: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd88520 *//* PREPARATION SECTION */
.preparation-section {
  max-width: 950px;
  margin: 80px auto 40px;
  padding: 0 20px;
}

/* PREPARATION HEADING */
.prep-heading {
  font-size: 30px;
  color: #D98B8B; /* Olive Green */
  font-weight: 500;
  margin-bottom: 28px;
}

/* PREPARATION TEXT */
.prep-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #373138;
  margin-bottom: 18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a40455 *//* FAQ SECTION */
.faq-section {
  max-width: 900px;
  margin: 60px auto 100px;
  padding: 0 20px;
}

/* FAQ HEADING */
.faq-heading {
  font-size: 28px;
  color: #D98B8B;
  margin-bottom: 36px;
  font-weight: 500;
}

/* FAQ ITEM */
.faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  padding: 18px 0;
}

/* QUESTION */
.faq-item h4 {
  font-size: 17px;
  color: #201E50;
  margin: 0;
  cursor: pointer;
}

/* ANSWER (HIDDEN) */
.faq-item p {
  display: none;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #373138;
}

/* SHOW ON HOVER */
.faq-item:hover p {
  display: block;
}

.faq-item:hover h4 {
  color: #D98B8B;
}/* End custom CSS */