@media screen and (max-width: 767px) {
  .author-sidebar {
    gap: 30px 0;
    flex-direction: column;
  }
  .author-sidebar .widget {
    padding-bottom: 32px;
    border-bottom: 1px solid #EAEAEA;
  }
  .author-sidebar .widget-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .author-sidebar .widget-item {
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .author-sidebar .widget-item .checkmark {
    width: 18px;
    height: 18px;
  }
  .author-sidebar .widget-item .icon {
    width: 24px;
    height: 24px;
  }
  .author-sidebar .widget-content.list {
    gap: 14px;
  }
  .author-sidebar .widget-content.tags {
    gap: 8px;
  }
  .author-sidebar .widget-content.tags .tag {
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
