.elementor-4089 .elementor-element.elementor-element-60101c5{--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;}.elementor-4089 .elementor-element.elementor-element-60101c5.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-4089 .elementor-element.elementor-element-60101c5{--width:97.105%;}}/* Start custom CSS for text-editor, class: .elementor-element-d8df629 *//* Mobile-friendly author box styling with Montserrat font and primary color #833F2E */
.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;
  font-size: 16px;
  color: #333;
}

/* Author image styling */
.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* Author text styling */
.author-box div {
  flex: 1;
}

/* Author name styling */
.author-box strong {
  color: #833F2E;
  font-weight: bold;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .author-box {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }
  
  .author-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  
  .author-box div {
    font-size: 14px;
  }
}/* End custom CSS */