.elementor-3017 .elementor-element.elementor-element-1104004{--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 html, class: .elementor-element-e1a4e65 */<style>
  .author-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .author-tab {
    padding: 12px 20px;
    cursor: pointer;
    background-color: #e0e0e0;
    font-weight: bold;
    color: #333;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
  }

  .author-tab.active {
    background-color: #2c92a6;
    color: white;
  }

  .author-content {
    display: none;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
    background: white;
    border-radius: 8px;
  }

  .author-content.active {
    display: block;
  }

  /* Responsive ajustes */
  @media (max-width: 768px) {
    .author-tab {
      width: 100%;
      text-align: center;
    }
  }
</style>/* End custom CSS */