.elementor-4422 .elementor-element.elementor-element-5a64fc5{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-cc710c6 *//* Container for profile */
.author-profile {
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 900px;
  margin: 40px auto 0;
  font-family: 'Inter', sans-serif;
  color: #333;
}

/* Left image & role */
.author-image {
  text-align: center;
  flex-shrink: 0;
  width: 150px;
}

.author-image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.author-role {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

/* LinkedIn icon below role */
.linkedin-link {
  display: inline-block;
  margin-top: 8px;
  color: #0066cc;
  transition: color 0.3s ease;
}

.linkedin-link:hover {
  color: #004a99;
}

/* Right side details */
.author-details h1 {
  font-size: 32px;
  margin: 0 0 12px;
  font-weight: 700;
}

.author-details ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
  color: #666;
  font-size: 16px;
}

.author-details ul li {
  margin-bottom: 8px;
}

/* Bio & Education sections styling */
.author-bio,
.author-education {
  max-width: 900px;
  margin: 40px auto 0;
  font-family: 'Inter', sans-serif;
  color: #333;
}

.author-bio h2,
.author-education h2 {
  font-size: 26px;
  margin-bottom: 12px;
  font-weight: 700;
  border-bottom: 2px solid #0066cc;
  padding-bottom: 6px;
  max-width: max-content;
}

.author-bio p,
.author-education p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #444;
}/* End custom CSS */