.bub-tags.withIcon .svg-icon {
  margin-right: 5px; }

.profile-collection-card {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dcdedf;
  margin-top: 10px; }
  .profile-collection-card .card-header {
    width: 100%;
    border-bottom: 1px solid #dcdedf;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px; }
    .profile-collection-card .card-header.small {
      padding: 10px 8px 10px 10px; }
      .profile-collection-card .card-header.small .not-interested-button-wrapper {
        margin-left: 2px; }
    .profile-collection-card .card-header .profile-follow-wrapper {
      min-width: 0;
      width: 100%; }
    .profile-collection-card .card-header .not-interested-button-wrapper {
      flex: 0 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 15px; }
      .profile-collection-card .card-header .not-interested-button-wrapper .not-interested-button {
        width: 30px;
        height: 30px; }
      .profile-collection-card .card-header .not-interested-button-wrapper .not-interested-button-icon {
        color: #b9bcbe; }
        .profile-collection-card .card-header .not-interested-button-wrapper .not-interested-button-icon:hover {
          color: #8b9093; }
  .profile-collection-card .card-books {
    margin: 20px;
    overflow: hidden; }
    .profile-collection-card .card-books .card-books-label {
      font-weight: 600;
      color: #454d52;
      margin-bottom: 15px; }
      .profile-collection-card .card-books .card-books-label .small {
        font-size: 8px; }
    .profile-collection-card .card-books .book-covers .book-cover {
      float: left;
      width: 30%;
      margin-right: 5%;
      max-width: 150px;
      padding: 2px; }
    .profile-collection-card .card-books .book-covers .book-cover-xlarge {
      width: 14%;
      margin-right: 2.5%; }
    .profile-collection-card .card-books .book-covers .book-cover-large {
      width: 18%;
      margin-right: 2.5%; }
    .profile-collection-card .card-books .book-covers .book-cover-medium {
      width: 22%;
      margin-right: 4%; }
    .profile-collection-card .card-books .book-covers .book-cover:last-child {
      margin-right: 0; }
  .profile-collection-card .card-footer {
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #f3f4f4;
    max-height: 50px;
    white-space: normal;
    overflow: hidden; }
    .profile-collection-card .card-footer.expand-footer {
      max-height: none; }

.profile-collection-card-small {
  position: relative; }
  .profile-collection-card-small .card-header {
    white-space: nowrap;
    overflow-x: hidden;
    padding: 10px; }
  .profile-collection-card-small .card-books {
    margin: 20px 10px; }

