.sections-heading {
  width: max-content;
}

.nav-tabs .nav-link,
.sections-heading {
  padding: 16px 16px;
  border: none;
  font-size: 16px;
  --bs-nav-link-color: #8e8e8e;
}

.nav-tabs .nav-link.active,
.sections-heading {
  border-bottom: 2px solid #3a221c;
  --bs-nav-pills-link-active-color: #3a221c;
  --bs-nav-pills-link-active-bg: none;
  font-weight: 700;
  color: var(--neutral-green-1, #3a221c);
}

.nav-tabs {
  --bs-border-radius: none;
  margin-bottom: 0px;
  list-style-type: none;
}


.detail-artwork .title-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.info .info-content img {
  width: 629.771px;
  height: 384.588px;
}

.info .image-info img {
  width: 80px;
  height: 80px;
}

.info .video-info iframe {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  border: none;
}

.info-content .content-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.content-left .list-image {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.list-image .image-info h6 {
  color: #000;

  font-size: 10px;
  font-weight: 400;
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

.info-content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.info-content .content-right {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.info-content .content-right .des-qr img {
  width: 131.208px;
  height: 130.09px;
  margin-left: -8px;
  background: lightgray -4.6px 0px / 103.506% 100% no-repeat;
}

.info-content .content-right .des-qr {
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.list-image .image-info {
  position: relative;
}

.list-image .image-info .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.history-content .line {
  display: flex;
  width: 34px;
  height: 318px;
  justify-content: left;
  flex-direction: column;
}

.history-content .custom-icon {
  width: 14px;
  height: 14px;
  margin: auto;
}

.circle-line {
  display: flex;
  flex-direction: column;
  width: 3px;
  height: 286px;
  background: #8e8e8e;
  margin: auto;
}

.history {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.history-content {
  display: flex;
  gap: 27px;
}

.history-content .content-right-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.history-content .content-right-title .content-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 375px;
}

.history-content .content-right-title .title {
  display: flex;
  gap: 25px;
}

.content-right-title .content-title .title-left p {
  color: #000;

  font-size: 12px;
  line-height: 25px;
  margin-bottom: 0px;
}

.content-right-title .content-title .title-right p,
.actor-content-right .content-title .title-right p {
  color: #000;

  font-size: 12px;
  line-height: 25px;
  margin-bottom: 0px;
}

.image-circle img {
  border-radius: 80px;
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  background: lightgray 50% / cover no-repeat;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.31);
}

.background-image-item {
  background: #d3d3d380;
  padding: 10px 5px;
  margin-top: 10px;
  border-radius: 8px;
  height: 215px;
}

.history-content .content-right-img {
  display: flex;
  gap: 16px;
}

.background-image-item .custom-p,
.history-center-content {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 8px;
}

.background-image-item .custom-p p,
.history-center-title p {
  color: #000;

  font-size: 12px;
  margin-bottom: 0px;
}

.history-center-content .center-image {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
}

.history-content .custom-content-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.actor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 27px;
  gap: 27px;
  margin-bottom: 56px;
}

.actor-content {
  display: flex;
  gap: 27px;
  width: 100%;
}

.actor-content img {
  width: 346.005px;
  height: 493.242px;
  background: lightgray 50% / cover no-repeat;
}

.actor-content-right .content-title .title {
  display: flex;
  gap: 8px;
}

.actor-comment .title p {
  color: #000;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0px;
}

.actor-comment {
  width: 100%;
  gap: 18px;
  display: flex;
  flex-direction: column;
}

.actor-comment .input {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.actor-comment .input img {
  margin-left: 10px;
  position: absolute;
}

.actor-comment .input input {
  border-radius: 4px;
  height: 40px;
}

.actor-comment .comment-content p {
  color: #000;
  line-height: 25px;
  margin-bottom: 0px;
}

.actor-comment .comment-content .comment-time {
  color: #8e8e8e;
  font-size: 10px;
  font-weight: 400;
  line-height: 25px;
}

.actor-comment-content {
  display: flex;
  gap: 18px;
}

.actor-artwork h6 {
  color: #000;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 16px 8px 8px 8px;
}

.actor-artwork {
  width: 100%;
  background: #f5f5f5;;
}

.actor-artwork .image-actor-artwork {
  padding: 8px;
  background: #fff;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.actor-artwork .artwork-image {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 8px;
}

.actor-artwork .image-actor-artwork img {
  height: 241px;
  width: 400px;
}

.actor-artwork .image-actor-artwork p {
  color: #000;

  font-size: 12px;
  line-height: 25px;
  margin-bottom: 0;
}


@media screen and (max-width: 600px) {
  .info-content {
    flex-direction: column;
  }

  .info-content .content-right {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .info-content .content-right .des-qr {
    width: 100%;
  }

  .image-info {
    justify-content: space-between;
  }

  .info .info-content .content-left > img {
    width: 100%;
    height: auto;
  }

  .actor-content {
    flex-direction: column;
  }

  .actor-artwork .artwork-image {
    flex-direction: column;
  }

  .history {
    overflow-x: auto;
  }

  .actor-artwork .image-actor-artwork img {
    width: 100%;
    height: auto;
  }
}

.painter {
  background: rgba(218, 242, 255, 0.4);
  border: 1px solid rgba(51, 181, 255, 0.8);
  padding: 30px 10px 0;
  border-radius: 8px;
}

.painter .avatar {
  width: 120px;
}

.related img {
  width: 100%;
}

.img-header {
  background-image: url("/assets/img/artwork-detail-cover.jpg");
}

.comment-avatar img {
  border-radius: 64px;
  width: 64px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.gallery-overview::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.gallery-overview {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
