.elementor-kit-570{--e-global-color-primary:#E58A4C;--e-global-color-secondary:#555D66;--e-global-color-text:#3A3A3A;--e-global-color-accent:#8DC497;--e-global-color-052dcd8:#CB591E;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Dancing Script";--e-global-typography-accent-font-weight:500;}.elementor-kit-570 button,.elementor-kit-570 input[type="button"],.elementor-kit-570 input[type="submit"],.elementor-kit-570 .elementor-button{background-color:transparent;font-family:"Poppins", Sans-serif;font-weight:600;text-transform:uppercase;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#000000;background-image:linear-gradient(180deg, #E58A4C 0%, #E58A4C 100%);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:solid;border-color:#E58A4C;}.elementor-kit-570 button:hover,.elementor-kit-570 button:focus,.elementor-kit-570 input[type="button"]:hover,.elementor-kit-570 input[type="button"]:focus,.elementor-kit-570 input[type="submit"]:hover,.elementor-kit-570 input[type="submit"]:focus,.elementor-kit-570 .elementor-button:hover,.elementor-kit-570 .elementor-button:focus{background-color:#CB591E;color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-570 e-page-transition{background-color:#FFBC7D;}.elementor-kit-570 img{border-style:solid;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS *//* === IMAGE STYLE === */
img {
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
img:hover {
  transform: scale(1.03);
  filter: brightness(1.05);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}



/* === SECTION SHADOWS === */
.elementor-section {
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* === TEXT IMPROVEMENT === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #3A3A3A;
  font-weight: 600;
}
p, li, span {
  font-family: 'Inter', sans-serif;
  color: #3A3A3A;
  line-height: 1.7;
}

/* === CARD RECIPE STYLE === */
.elementor-post {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.elementor-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

/* === LOAD MORE BUTTON === */
.load-more-btn,
.elementor-button-text {
  background-color: #E58A4C;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.load-more-btn:hover {
  background-color: #CB591E;
}

/* === GLOBAL BACKGROUND === */
body {
  background-color: #FFF9F5;
}/* End custom CSS */