.elementor-4552 .elementor-element.elementor-element-805eba9{--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-4844b09 */<style>
/* Author Box Styling */
.author-box {
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  font-family: Montserrat, Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.author-box img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #833F2E;
}

.author-box div {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.author-box strong {
  display: block;
  color: #833F2E;
  font-size: 18px;
  margin-bottom: 5px;
}

/* ✅ Mobile-Friendly Adjustments */
@media (max-width: 600px) {
  .author-box {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .author-box img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .author-box div {
    font-size: 15px;
  }

  .author-box strong {
    font-size: 17px;
  }
}
</style>/* End custom CSS */