.height-300 {
  height: 300px;
}

.heading {
  margin: 25px auto 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.heading .headline {
  text-align: unset;
  margin: 0 auto 25px;
  padding: 0;
}

.heading .title {
  font-size: 21px;
  line-height: 22px;
  margin: 0;
  font-weight: bold;
}

.heading .detail {
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* follower button start */
.heading .headline {
  text-align: unset;
  margin: 0 auto 25px;
  padding: 0;
  position: relative;
}

.follow_section {
  display: flex;
}

.follower_stats {
  margin-right: 30px;
}

.follower_stats_num {
  display: block;
  font-weight: 700;
}

.follower_stats_lbl {
  color: #666;
  font-size: 13px;
  letter-spacing: 0;
}

.follow_button {
  background-color: #333;
  color: #fff;
  width: 390px;
  height: 50px;
  border: none;
}
/* follower button end */

/************************/
/* START: redesign 2024 */

@media (min-width: 1312px) {
    .container {
        max-width: 1312px;
        width: 1312px;
    }
}

.artworks-section-heading {
    font-size: 16px;
    letter-spacing: normal;
    margin-top: 26px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    /* this class is used when there are enough news articles to show the news component;
       without the news component, the container reverts to display:block
    */
    .artist-info-grid {
        display: grid;
        column-gap: 64px;
        grid-template-columns: minmax(0,7fr) minmax(0,5fr);
    }

    .artist-info-grid .row {
        margin-left: 0;
        margin-right: 0;
    }

    .artworks-section-heading {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .artist-info-grid {
        column-gap: 126px;
    }
}

.facet-container {
    padding-top: 28px;
}

/* END: redesign 2024   */
/************************/
.artist-info {
    margin: 30px 0 0;
    padding: 0;
    border-bottom: solid 1px #e5e5e5;
}

.related-artists h2,
.related-categories h2,
.most-expensive-lot h2 {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 3px;
}

.bio div,
.bio p {
  text-align: left;
}

.bio div,
.bio p,
.related-artists p,
.related-categories p,
.most-expensive-lot p {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  margin: 0 0 30px;
}

.most-expensive-lot {
    margin-top: 8px;
}

.bio a,
.related-artists a,
.related-categories a {
  text-decoration: underline;
}

.bio a:hover,
.related-artists a:hover,
.related-categories a:hover,
.most-expensive-lot a:hover {
  text-decoration: none;
}

.most-expensive-lot a:focus {
  text-decoration: none;
}

.category-nav {
  margin: 15px auto;
  padding: 0;
}

.category-nav li {
  padding: 0 15px;
}

.category-nav a {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #999;
  text-decoration: none;
}

.category-nav a:focus,
.category-nav a:hover,
.category-nav .active a {
  color: #000;
}

.customSelect {
  width: auto !important;
  margin: 0 0 0 20px !important;
  letter-spacing: 0;
}
.filterArea .customSelect:last-child {
  margin-left: 0 !important;
}
.customSelect button,
.customSelect .btn {
  font: 12px/30px "ArtnetGroteskBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: #fff !important;
  border-radius: 0;
  padding: 0 45px 0 12px;
  /*padding: 0 15px 0 12px;*/
  box-shadow: none;
  outline: none;
  border: 1px solid #d8d8d8 !important;
  position: relative;
}
.customSelect.open button,
.customSelect.open .btn {
  border-bottom: 0 !important;
  padding-bottom: 1px;
  background: #fff;
  z-index: 2001;
}
.customSelect.open .dropdown-toggle {
  box-shadow: none;
}
.customSelect .dropdown-menu {
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  margin: -1px 0 0;
  text-align: left;
  font: 12px/36px "ArtnetGrotesk", Helvetica, Arial, sans-serif;
}
.customSelect .dropdown-menu li {
  padding: 0;
}
.customSelect .dropdown-menu li a {
  outline: none;
  padding: 0 20px 0 12px;
  font: 12px/34px "ArtnetGrotesk", Helvetica, Arial, sans-serif;
}
.customSelect .dropdown-menu li a:hover,
.customSelect .dropdown-menu li a:focus {
  background: none;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .heading {
    border: none;
  }

  .heading .headline {
    margin: 30px auto;
  }

  .category-nav {
    border-top: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca;
    margin: 0;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .category-nav li {
    text-align: center;
    margin: 0 10px;
    padding: 0;
  }

  .category-nav li.active a {
    text-decoration: underline;
  }

  .category-nav a {
    display: block;
    font-size: 13px;
    line-height: 45px;
  }
}
