.elementor-4138 .elementor-element.elementor-element-126ec46{--display:flex;--margin-top:-26px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4138 .elementor-element.elementor-element-99e7c01 > .elementor-widget-container{margin:-87px -73px 0px -54px;}@media(max-width:767px){.elementor-4138 .elementor-element.elementor-element-99e7c01 > .elementor-widget-container{margin:-75px -57px 0px -56px;}}/* Start custom CSS for html, class: .elementor-element-99e7c01 */article {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  max-width: 960px;
  margin: 60px auto;
  padding: 60px 50px;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
  line-height: 1.8;
  font-size: 1.08em;
  color: #2b2b2b;
}

article h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8em;
  color: #111;
  margin-bottom: 30px;
  border-left: 8px solid #ffa15e;
  padding-left: 20px;
}

article h2 {
  font-size: 1.7em;
  font-weight: 600;
  color: #1f1f1f;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 25px;
}

article p {
  margin-bottom: 20px;
  font-size: 1.08em;
  color: #3a3a3a;
}

article a {
  color: #db6c28;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
article a:hover {
  color: #af4100;
  text-decoration: underline;
}

article ul {
  margin-left: 25px;
  margin-bottom: 25px;
}
article ul li {
  margin-bottom: 12px;
  list-style-type: disc;
  font-size: 1.05em;
}

article blockquote {
  background: #fff2e6;
  border-left: 6px solid #ffa76c;
  padding: 18px 25px;
  font-style: italic;
  color: #6b3b14;
  border-radius: 12px;
  margin: 40px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

article table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
article th, article td {
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
}
article th {
  background-color: #fdf9f5;
  font-weight: 600;
  color: #222;
}
article tr:last-child td {
  border-bottom: none;
}

article img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 40px 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

/* === Responsive Styling for Mobile === */
@media (max-width: 768px) {
  article {
    padding: 40px 25px;
    margin: 30px 15px;
  }

  article h1 {
    font-size: 1.9em;
    padding-left: 15px;
  }

  article h2 {
    font-size: 1.3em;
  }

  article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  article p, article ul li, article td, article th {
    font-size: 1em;
  }
}
</style>/* End custom CSS */