.elementor-4661 .elementor-element.elementor-element-0eb87ea{--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-3383d95 */```css
article {
  padding: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #833F2E;
  margin-bottom: 10px;
}
h2 {
  margin-top: 40px;
  font-size: 24px;
  color: #833F2E;
  border-bottom: 2px solid #833F2E;
  padding-bottom: 5px;
}
h3 {
  font-size: 20px;
  color: #833F2E;
  margin-top: 20px;
}
a {
  color: #833F2E;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: underline;
  color: #a55a3d;
}
ul, ol {
  padding-left: 20px;
  margin: 15px 0;
}
li {
  margin-bottom: 8px;
}
.image-wrapper {
  margin: 30px 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.image-wrapper .credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.85em;
  color: #fff;
  background: rgba(0,0,0,0.5);
  padding: 2px 6px;
  border-radius: 3px;
}
.author-box {
  margin: 40px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f9f9f9;
}
.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.author-box div {
  flex: 1;
}
.author-box strong {
  font-size: 1.2em;
  color: #833F2E;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-family: Montserrat, Arial, sans-serif;
  margin: 20px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
th, td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
th {
  background: #833F2E;
  color: #fff;
}
tr:nth-child(even) {
  background: #f9f9f9;
}
p {
  margin: 12px 0;
  text-align: justify;
}
.disclaimer {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.back-to-top {
  text-align: right;
  margin: 20px 0;
}
.back-to-top a {
  background: #833F2E;
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
}
.back-to-top a:hover {
  background: #a55a3d;
  text-decoration: none;
}

/* Mobile-Friendly Author Box */
@media (max-width: 600px) {
  .author-box {
    flex-direction: column; /* Stack image and text vertically */
    align-items: flex-start; /* Align content to the left */
    padding: 15px; /* Reduce padding for smaller screens */
    gap: 10px; /* Smaller gap for compact layout */
  }
  .author-box img {
    width: 60px; /* Smaller image for mobile */
    height: 60px;
  }
  .author-box strong {
    font-size: 1.1em; /* Slightly smaller for readability */
  }
  .author-box div {
    font-size: 14px; /* Adjust font size for mobile */
    line-height: 1.4; /* Tighter line height for compact display */
  }
}
```/* End custom CSS */