.elementor-5303 .elementor-element.elementor-element-428a17d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-e2bb42a *//* General Article Styling */
article {
  padding: 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Headings */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #833F2E;
}

h2 {
  margin-top: 24px;
  font-size: 24px;
  color: #833F2E;
}

h3 {
  font-size: 20px;
  color: #833F2E;
}

/* Links */
a {
  color: #833F2E;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  text-decoration: underline;
  color: #a85c45;
}

/* Lists */
ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}

ul li {
  margin-bottom: 6px;
  padding-left: 5px;
}

/* Table */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 20px 0;
}

table tr {
  border-bottom: 1px solid #ddd;
}

table th {
  background: #833F2E;
  color: #fff;
  padding: 10px;
  text-align: left;
}

table td {
  padding: 10px;
}

/* Image Wrapper */
.image-wrapper {
  margin: 20px 0;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.image-wrapper .credit {
  display: block;
  font-size: 0.85em;
  text-align: right;
  color: #777;
  margin-top: 4px;
}

/* Author Box */
.author-box {
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fafafa;
}

.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* Disclaimer or Affiliate Note */
p[style*="font-size:0.85em"] {
  color: gray;
  font-style: italic;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .author-box {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */