.section-tabs-comment {
  position: relative;

  max-width: 1696px;
  margin: 0 auto;
  padding-top: 86px;
  padding-left: 106px;
  padding-bottom: 80px;

  background-color: rgb(2 6 11 / 1);
  color: #fff;
  border-radius: 16px;
  margin-top: 80px;
}

.section-tabs-comment ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 959px) {
  .section-tabs-comment {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
  }

  .section-tabs-comment h2 {
    font-size: 30px;
  }
}

.section-tabs-comment .tabs {
  display: flex;
  gap: 20px;
}
.section-tabs-comment .tabs-comment__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 941px;
}

.section-tabs-comment .tabs-comment__bg img {
  width: 100%;
}

@media (max-width: 959px) {
  .section-tabs-comment .tabs-comment__bg {
    position: static;
    width: 100%;
    overflow: hidden;
    height: 225px;
  }
  .section-tabs-comment .tabs-comment__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.section-tabs-comment .tabs-container {
  margin-top: 157px;
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .section-tabs-comment .tabs-container {
    margin-top: -70px;
  }
}

.section-tabs-comment .tab {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  border-radius: 999px;
  border-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 959px) {
  .section-tabs-comment .tabs {
    flex-wrap: wrap;
  }
  .section-tabs-comment .tab {
    font-size: 20px;
    flex-shrink: 0;
  }
}

@media (max-width: 959px) {
  .section-tabs-comment .video-slideshow-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.tab.active {
  background-color: #fff;
  color: #000;
}

.section-tabs-comment .tabs-content {
  margin-top: 32px;
  min-height: 300px;
}

.section-tabs-comment .tab-pane {
  display: none;
}

.section-tabs-comment .tab-pane.active {
  display: block;
}
.section-tabs-comment .video-slideshow-container {
  display: flex;
  gap: 15px;
}
.section-tabs-comment .video-slideshow-item {
  flex-shrink: 0;
  border-radius: 16px;
}

.section-tabs-comment .video-slideshow-item-img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1280 / 720;
}

.section-tabs-comment .video-slideshow-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-tabs-comment .video-slideshow-item-button-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(2, 6, 11, 0.35);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.section-tabs-comment .video-slideshow-item-info {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 9px;
  right: 9px;
  background-color: rgba(2, 6, 11, 0.35);
  font-size: 10px;
}

.section-tabs-comment .video-slideshow-item-title {
  margin-top: 10px;
}

.section-tabs-comment .splide__tab-pane {
  position: relative;
}

.section-tabs-comment .splide__tab-pane:nth-of-type(3) .splide__arrows {
  display: none;
}

.section-tabs-comment .splide__tab-pane .splide__arrows {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  margin-top: -70px;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.section-tabs-comment .comment-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}

.section-tabs-comment .comment-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 959px) {
  .section-tabs-comment .comment-avatar {
    width: 40px;
    height: 40px;
  }
}

.section-tabs-comment .comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-tabs-comment .comment-slideshow-item {
  background-color: #fff;
  aspect-ratio: 344 / 222;
  font-size: 12px;
  padding: 12px;
  border-radius: 4px;
  overflow: auto;
  min-width: 343px;
}

.section-tabs-comment .comment-slideshow-item-textarea {
  width: 500px;
  aspect-ratio: 560 / 222;
}

@media (max-width: 959px) {
  .section-tabs-comment .comment-slideshow-list {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }
  .section-tabs-comment .comment-slideshow-item {
    aspect-ratio: 320 / 131;
    font-size: 24px;
    padding: 20px;
    min-width: auto;
  }

  .section-tabs-comment .comment-slideshow-item-textarea {
    width: 100%;
    overflow: unset;
  }
}

.section-tabs-comment .comment-info {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.section-tabs-comment .comment-badge {
  background-color: rgb(226 229 233 / 1);
  padding-left: 4px;
  padding-right: 4px;
  color: #000;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-tabs-comment .comment-badge img,
.section-tabs-comment .comment-badge svg {
  width: 12px;
  height: 12px;
}

.section-tabs-comment .comment-badge {
  flex-shrink: 0;
}

.section-tabs-comment .comment-date {
  color: #676a6d;
}

.section-tabs-comment .comment-content {
  color: #02060b;
}

@media (max-width: 959px) {
  .section-tabs-comment .comment-badge img,
  .section-tabs-comment .comment-badge svg {
    width: 20px;
    height: 20px;
  }
  .section-tabs-comment .comment-content {
    width: 100%;
  }
}

.section-tabs-comment .comment-content a {
  color: #0060ef;
}

.section-tabs-comment .comment-content img {
  width: 100%;
}

.section-tabs-comment .comment-content p {
  margin: 0;
}

.section-tabs-comment-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.3);
  z-index: 1000;
  backdrop-filter: blur(8px);
}

.section-tabs-comment-modal.hidden {
  display: none;
}

.section-tabs-comment .modal-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-tabs-comment .modal-content-container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-tabs-comment .modal-video-item-video-container {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-tabs-comment .modal-video-item-video-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-tabs-comment .modal-content-container .splide {
  padding: 20px;
}
.section-tabs-comment .splide__tab-pane .splide__arrows {
}
.section-tabs-comment .splide__tab-pane .splide__arrow {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-tabs-comment .splide__tab-pane .splide__arrow--prev {
  /* transform: rotate(180deg); */
}

.section-tabs-comment .splide__tab-pane .splide__arrow--prev svg {
  transform: rotate(180deg);
}

.section-tabs-comment .splide__tab-pane .splide__arrow svg {
  color: #fff;
  width: 16px;
}

.section-tabs-comment .modal-content-container .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
}

.section-tabs-comment .modal-content-container .splide__arrow--next {
  right: 40px;
}

.section-tabs-comment .modal-content-container .splide__arrow--prev {
  left: 40px;
}

.section-tabs-comment .modal-content-container .splide__arrow--prev svg {
  transform: rotate(180deg);
}

.section-tabs-comment .splide__pagination {
  margin-top: 10px;
  gap: 10px;
}

.section-tabs-comment .splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  outline: 0;
  border: 0;
  opacity: 0.5;
  padding: 0;
}

.section-tabs-comment .splide__pagination__page.is-active {
  opacity: 1;
}

.section-tabs-comment .modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 0 10px #fff;
}

@media (max-width: 959px) {
  .section-tabs-comment .modal-close svg {
    width: 20px;
    height: 20px;
  }
}

.section-tabs-comment .modal-close svg {
  width: 30px;
  height: 30px;
}

.modal-content-container .splide__video__wrapper {
  display: block !important;
}
