/* line 7, app/assets/stylesheets/author_profiles.css.scss */
.author-profile-row {
  display: flex;
  align-items: flex-start;
}

/* line 12, app/assets/stylesheets/author_profiles.css.scss */
.author-profile-logo {
  flex: 0 0 auto;
  padding-right: 15px;
}

/* line 16, app/assets/stylesheets/author_profiles.css.scss */
.author-profile-logo a,
.author-profile-logo img,
.author-profile-logo svg {
  display: block;
}

/* line 23, app/assets/stylesheets/author_profiles.css.scss */
.author-profile-logo .author-profile-instagram-camera {
  margin-top: 0;
}

/* line 28, app/assets/stylesheets/author_profiles.css.scss */
.author-profile-instagram-camera {
  display: block;
  margin-top: -4px;
}

/* line 33, app/assets/stylesheets/author_profiles.css.scss */
.table > tbody > tr > td.author-profile-icon-cell,
.table > tr > td.author-profile-icon-cell {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

/* line 40, app/assets/stylesheets/author_profiles.css.scss */
.author-profile-icon-cell a,
.author-profile-icon-cell img,
.author-profile-icon-cell svg {
  display: block;
}
