.expert-thumb {
  width: 180px;
  height: 180px;
  object-fit: cover;
  cursor: pointer;
  margin: 0 auto;
}
.expert-detail {
  margin-top: 2rem;
}
/* Make each slick slide exactly 150x150px */
.expert-image-carousel {
  justify-content: space-between;
}
.expert-image-carousel .slick-track {
  max-width: 100vw;
}
.expert-image-carousel .slick-slide {
  max-width: 200px;
}
@media only screen and (max-width: 450px) {
  .expert-image-carousel .slick-slide {
    max-width: 140px;
  }
}
.expert-image-carousel .image-block {
  width: auto;
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  margin: 0 5px;
  align-items: start;
  /* optional spacing between slides */
}
@media only screen and (max-width: 450px) {
  .expert-image-carousel .image-block {
    flex: 0 0 130px;
  }
}
.expert-image-carousel .image-block img {
  width: 180px;
  height: 180px;
  object-position: top;
  opacity: 0.4;
  padding-bottom: 15px;
}
@media only screen and (max-width: 450px) {
  .expert-image-carousel .image-block img {
    width: 130px;
    height: 130px;
  }
}
.expert-image-carousel .image-block span p {
  margin-bottom: 10px;
}
.expert-image-carousel .image-block.inactive img {
  opacity: 1;
}
.expert-image-carousel .image-block.inactive span {
  color: #979797;
}
@media only screen and (max-width: 460px) {
  .expert-image-carousel-detail .container {
    max-width: 88%;
  }
}
.expert-image-carousel-detail .expert-image {
  width: 100%;
}
.expert-image-carousel-detail .floating-icon {
  top: 68%;
  right: -50px;
  display: block;
}
@media only screen and (max-width: 450px) {
  div#expert-carousel .expert-panel .expert-image-carousel-detail .container {
    max-width: 88%;
  }
}
div#expert-carousel .expert-panel .expert-image-carousel-detail .expert-body-title p {
  margin: 0;
  padding: 0;
}
div#expert-carousel .expert-panel .expert-image-carousel-detail .text-paragraph h1,
div#expert-carousel .expert-panel .expert-image-carousel-detail .text-paragraph h2,
div#expert-carousel .expert-panel .expert-image-carousel-detail .text-paragraph h3,
div#expert-carousel .expert-panel .expert-image-carousel-detail .text-paragraph h4 {
  color: #343E48;
}
div#expert-carousel .expert-panel .expert-image-carousel-detail .text-paragraph .richtext-image {
  display: inline-flex;
  vertical-align: middle;
  /* aligns with text baseline */
  margin: 0 0.25em;
  /* optional spacing */
  max-height: 1.5em;
  /* keep icons sized like text */
  max-width: 1.5em;
  /* keep icons sized like text */
}
div#expert-carousel .expert-panel .expert-image-carousel-detail .text-paragraph .richtext-image + p {
  display: inline-flex;
}
div#expert-carousel .expert-panel .expert-image-carousel-detail .text-paragraph a {
  text-decoration: none;
  transform: none;
  color: #343E48;
}
div#expert-carousel .expert-panel .expert-image-carousel-detail .text-paragraph a:hover {
  color: #343E48 !important;
  transform: none;
}
/* Make the image fit inside the container */
.expert-carousel .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* cover ensures square fill without distortion */
  border-radius: 0.25rem;
  /* optional rounded corners */
}
.artist-image-carousel .slick-track {
  max-width: 100vw;
}
.artist-image-carousel .slick-slide {
  max-width: 450px;
  margin-left: 0;
}
@media only screen and (max-width: 450px) {
  .artist-image-carousel .slick-slide img {
    margin: 0;
    width: 100%;
  }
}
.artist-image-carousel .expert-detail {
  margin-top: 15px;
}
.artist-image-carousel .expert-detail .title p {
  margin-bottom: 10px;
}
.artist-image-carousel .image-block {
  flex: 0 0 380px;
  /* Prevent flex from stretching */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  /* optional spacing between slides */
}
@media only screen and (max-width: 560px) {
  .artist-image-carousel .image-block {
    width: 100% !important;
    flex: 0 0 100%;
  }
}
.slick-dots {
  padding-left: 5px;
  display: flex;
}
.slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin-right: 20px;
}
.slick-dots li::marker {
  content: none;
}
.slick-next {
  font-size: 33px;
  width: 46px;
  height: 46px;
  font-weight: 100;
  border: none;
  bottom: 20px;
  position: absolute;
  background-color: transparent;
  transform: none;
}
.gallery-image-carousel .slick-next {
  top: 50%;
}
.gallery-image-carousel .slick-dots {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .gallery-image-carousel .slick-next {
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 460px) {
  .gallery-image-carousel .slick-next {
    top: unset;
    bottom: 35px;
  }
}
