/* Card Link Styling */
.card-link {
  text-decoration: none !important;
  color: inherit !important;
}

.card-link:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.card-link .card {
  transition: all 0.3s ease !important;
}

.learning-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  font-family: "IBMPlexSansThai", sans-serif;
  color: #ffacc5;
}

.learning-us-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #6c757d;
  gap: 12px;
  font-family: "Poppins", sans-serif;
}

.learning-us-title .dot {
  width: 12px;
  height: 12px;
  background-color: #4dd9ff; /* ฟ้า */
  border-radius: 50%;
}

.learning-us-title .text {
  font-weight: 500;
}

.btn-more {
  background: linear-gradient(135deg, #00b6df, #60e1fe);
  border-radius: 25px;
  color: #fff;
}

.btn-more:hover {
  background: linear-gradient(135deg, #60e1fe, #00b6df);
  color: #fff !important;
}

.btn-more:focus {
  outline: none;
  box-shadow: none;
  color: #fff !important;
}

.eb_bg {
  background: #fef0f4;
  background: linear-gradient(
    180deg,
    rgba(254, 240, 244, 1) 0%,
    rgba(254, 240, 244, 1) 35%,
    rgba(255, 172, 197, 1) 35%,
    rgba(255, 172, 197, 1) 65%,
    rgba(254, 240, 244, 1) 65%,
    rgba(254, 240, 244, 1) 100%
  );
}

.learning-us-content {
  font-family: "IBMPlexSansThai-light", sans-serif;
  font-size: 16px;
  color: #333333; /* เทาอ่อน */
  text-align: justify;
  margin-top: 20px;
  font-style: normal;
}

.border_card {
  height: 11px;
  background: linear-gradient(
    90deg,
    #60e1fe 0%,
    #60e1fe 30%,
    #ffacc5 30%,
    #ffacc5 100%
  );
  border-radius: 15px;
}

.box-card-item {
  box-shadow: 3px 3px 4px 0px #77757559 !important;
  border-radius: 15px;
}

.txt-2-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.txt-4-line {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.book-cover {
  box-shadow: 3px 3px 4px 0px #77757559 !important;
  border-radius: 15px;
}

.border-radius-cover {
  border-radius: 15px;
}

/* View Toggle Buttons */
.view-toggle-buttons {
  gap: 8px;
}

.btn-view {
  background: none;
  border: none;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-view:hover {
  transform: translateY(-2px);
}

.btn-view.active {
  background: rgba(96, 225, 254, 0.1);
}

.btn-view img {
  transition: opacity 0.3s ease;
}

.btn-view:not(.active) img {
  opacity: 0.7;
}

.btn-view.active img,
.btn-view:hover img {
  opacity: 1;
}

.filter-label {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 550;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #424242;
  margin-right: 10px !important;
}

.category-dropdown {
  margin-right: 20px !important;
}

.box-card-item {
  box-shadow: 0px 20px 20px 10px #23344f33 !important;
}

.pagination-number {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
  font-size: 20px;
  font-weight: 500 !important;
  font-style: normal !important;
  color: #cfcfcf !important;
  background-color: transparent !important;
  border: none !important;
}

.pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.pagination .page-item {
  margin: 0 -8px;
}

.pagination .page-link {
  padding: 8px 12px;
}

.pagination .page-item:first-child {
  margin-right: 15px;
}

.pagination .page-item:last-child {
  margin-left: 15px;
}

.pagination .page-item.active .pagination-number {
  color: #60e1fe !important;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item.disabled .page-link {
  color: #7b8189 !important;
  border: none !important;
  background-color: transparent !important;
  transition: all 0.3s ease !important;
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover,
.pagination .page-item.disabled .page-link:hover {
  color: #60e1fe !important;
  background-color: rgba(96, 225, 254, 0.1) !important;
  transform: translateY(-2px) !important;
  border: none !important;
}

.box-card-item .card-body {
  padding: 10px !important;
}

.box-card-item {
  border: none !important;
}

.podcast-card .card-body {
  padding: 0;
  width: 100%;
}

.podcast-card img {
  width: 250px !important;
  height: 250px !important;
  object-fit: cover;
  opacity: 1;
  border-radius: 20px !important;
  transform: rotate(0deg);
}

.podcast-card .h6 {
  color: #424242 !important;
}

.podcast-card,
.podcast-card:hover,
.card-link:hover .podcast-card {
  border: none !important;
}

.card-link:hover .podcast-card,
.card-link:hover .podcast-card .card,
.podcast-card:hover,
.podcast-card:hover .card {
  box-shadow: none !important;
}
.box-card-item .h6,
.podcast-card .h6,
.learning-resource .h6,
.content_multimedia_res .h6,
.content_podcast_res .h6,
.content_ebook_res .h6 {
  color: #424242 !important;
}

.dropdown-container {
  margin: 20px 0;
}

.dropdown-select {
  width: 250px;
  height: 51px;
  border-radius: 1000px;
  padding: 14px 36px;
  background: linear-gradient(270deg, #f5bbdd 0%, #ffacc5 100%);
  border: none;
  color: #ffffff;
  font-family: "IBMPlexSansThai-Light", sans-serif;
  font-size: 16px;
  font-weight: 550;
  cursor: pointer;
  appearance: none;
  position: relative;
  outline: none;
}

.dropdown-select option {
  background: #ffffff !important;
  color: #424242 !important;
  padding: 10px 15px !important;
  font-family: "IBM Plex Sans Thai", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  text-align: left !important;
  min-height: 35px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.dropdown-select option:hover {
  background: linear-gradient(135deg, #f5bbdd, #ffacc5) !important;
  color: #ffffff !important;
  cursor: pointer !important;
}

.dropdown-select option:checked,
.dropdown-select option:selected {
  background: linear-gradient(135deg, #ffacc5, #f5bbdd) !important;
  color: #ffffff !important;
  font-weight: 500 !important;
}

.dropdown-select option:first-child {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  margin-top: 5px !important;
}

.dropdown-select option:last-child {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom: none !important;
  margin-bottom: 5px !important;
}

.dropdown-select:hover {
  background: linear-gradient(270deg, #ffacc5 0%, #f5bbdd 100%);
  box-shadow: 0 4px 8px rgba(245, 187, 221, 0.3) !important;
}

.dropdown-select:focus {
  box-shadow: 0 0 0 3px rgba(255, 157, 221, 0.3) !important;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.dropdown-wrapper::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #ffffff;
  pointer-events: none;
  font-size: 14px;
}

@media (max-width: 768px) {
  .dropdown-select {
    width: 100%;
    max-width: 300px;
  }
}

.also-watch-carousel .carousel-control-prev,
.also-watch-carousel .carousel-control-next {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #ffacc5;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-70%);
  z-index: 5;
}

.carousel-flex-row-wrapper {
  position: relative;
}

.carousel-flex-row {
  display: flex;
  gap: 50px;
  /* ลดช่องว่างระหว่างรูป */
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  /* ไม่ให้ wrap */
}

.carousel-flex-item {
  flex: 0 0 auto;
  /* ขนาดคงที่ */
  width: 170px;
  /* กำหนด width เท่ากัน */
}

.carousel-control-prev {
  left: -20px;
  /* ปรับตำแหน่งตามต้องการ */
  top: 60%;
  transform: translateY(-50%);
}

.carousel-control-next {
  right: -20px;
  top: 60%;
  transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 60% 60%;
  filter: none;
}

.rating-value {
  font-size: 30px !important;
  font-weight: 700 !important;
  font-family: "IBM Plex Sans Thai", sans-serif !important;
  line-height: 100%;
}

.carousel-indicators.also-watch-indicators {
  margin-top: 18px;
  position: static !important;
  display: flex !important;
  justify-content: center;
}

.carousel-indicators.also-watch-indicators .active {
  background-color: #60e1fe !important;
  border: 1px solid #60e1fe !important;
}

.carousel-indicators.also-watch-indicators li {
  background-color: #cfcfcf !important;
  border: 1px solid #cfcfcf !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1 !important;
  display: inline-block !important;
}

.also-watch-carousel {
  margin-bottom: 40px;
}

.carousel-control-prev,
.carousel-control-next {
  background: #ffacc5 !important;
  border-radius: 10px !important;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: none !important;
  background-size: 60% 60%;
}

.slide-item {
  text-align: center;
  margin-bottom: 0px;
}

.slide-img {
  width: 100%;
  max-width: 170px;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}

.slide-caption {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 16px;
  color: #424242;
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
}

.multimedia-title {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #424242;
  margin-bottom: 20px;
}

.rating-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stars {
  display: flex;
  gap: 3px;
}

.stars i {
  font-size: 18px;
}

.rating-text {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 16px;
  color: #7b8189;
  margin-left: 5px;
}

.details-row {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  padding: 8px 0;
}

.details-list {
  margin: 25px 0;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 8px 0;
}

.detail-label {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}

.detail-value {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #7b8189;
}

.social-share {
  padding: 20px 0;
}

.share-title {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #7b8189;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.line-svg,
.twitter-svg,
.facebook-svg,
.email-svg {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(53%) sepia(7%) saturate(503%)
    hue-rotate(177deg) brightness(88%) contrast(93%);
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.button-row {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.btn-login {
  width: 100px;
  height: 58px;
  background: transparent;
  border: 1px solid transparent;
  background-clip: padding-box;
  color: white !important;
  padding: 22px 20px;
  border-radius: 10px;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(0deg, #00b6df 0%, #60e1fe 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}

.btn-login:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 182, 223, 0.4);
  color: white !important;
}

.btn-shelf {
  width: 276px;
  height: 58px;
  background: linear-gradient(0deg, #00b6df 0%, #60e1fe 100%);
  border: none;
  color: white;
  padding: 8px 20px;
  transition: all 0.3s ease;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
}

.btn-shelf svg {
  width: 20px;
  height: 25px;
  margin-right: 8px;
  flex-shrink: 0;
}

.btn-shelf .shelf-icon {
  width: 20px;
  height: 25px;
  margin-right: 5px;
}

.btn-shelf:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 182, 223, 0.4);
  color: white;
}

.btn-view-more{
  width: 140px;
  height: 58px;
  background: linear-gradient(0deg, #00b6df 0%, #60e1fe 100%);
  border: none;
  color: white;
  padding: 8px 20px;
  border-radius: 10px;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  gap: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-view-more .view-icon {
  width: 20px;
  height: 25px;
  margin-right: 5px;
  flex-shrink: 0;
}

.btn-view-more:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 182, 223, 0.4);
  color: white;
}

.btn-favorite {
  width: 61px;
  height: 56px;
  background: #f7f7f7;
  border: none;
  color: #cfcfcf;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.btn-favorite:hover {
  background: #ffacc5;
  color: white;
}

.video-container {
  position: relative;
  background: #f8f9fa;
  border-radius: 15px;
  overflow: hidden;
  height: 350px;
  /* กำหนดความสูงคงที่ */
}

.video-container video {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ปรับให้วิดีโอเต็มพื้นที่โดยคงอัตราส่วน */
}

.description-title {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #424242;
  margin-bottom: 25px;
}

.also-watch-title {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.pink-multimedia {
  color: #ffacc5;
}

.pink-colon {
  color: #ffacc5;
}

.description-content {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-style: light;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #424242;
  text-align: left;
}

.share-action-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.vertical-divider {
  width: 1px;
  height: 48px;
  background: #7b8189;
  border-radius: 1px;
  margin: 0;
  flex-shrink: 0;
}

.details-column {
  padding-left: 50px;
}

.comment-box {
  position: relative;
  width: 100%;
  min-height: 120px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 32px auto;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  padding: 32px 40px 24px 160px;
  box-sizing: border-box;
}

.comment-profile {
  position: absolute;
  left: 40px;
  top: 32px;
  width: 60px;
  height: 60px;
}

.comment-profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.comment-top-right {
  position: absolute;
  top: 24px;
  right: 40px;
  display: flex;
  gap: 18px;
  align-items: center;
}

.comment-time {
  font-family: "IBM Plex Sans Thai";
  font-weight: 300;
  font-size: 14px;
  color: #7b8189;
}

.comment-stars {
  display: flex;
  gap: 4px;
}

.comment-stars .fas {
  color: #cfcfcf;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.2s;
}

.comment-star-empty {
  color: #cfcfcf !important;
}

.comment-name {
  font-family: "IBM Plex Sans Thai";
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: #424242;
  margin-bottom: 24px;
}

.comment-text {
  font-family: "IBM Plex Sans Thai";
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #424242;
  white-space: normal;
  word-break: break-word;
}

/* Add Comment Zone CSS */
.add-comment-container {
  background: #fef0f4;
  max-width: 1140px;
  margin: 0 auto;
  padding: 32px 40px;
  box-sizing: border-box;
}

.add-comment-inner {
  padding: 0;
}

.add-comment-title {
  font-family: "IBM Plex Sans Thai";
  font-weight: 700;
  font-size: 22px;
  color: #424242;
  margin-bottom: 24px;
}

.add-comment-row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.add-comment-profile img {
  width: 90px; /* ให้เล็กกว่ากรอบนิดนึง */
  height: 90px;
  border-radius: 50%; /* ทำให้เป็นวงกลม */
  border: 3px solid #ffffff; /* กรอบรอบโปรไฟล์ */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  object-fit: cover; /* จัดภาพไม่ให้เบี้ยว */
}

.add-comment-inputs {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.add-comment-input {
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  border: none;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 16px;
  color: #7b8189;
  padding: 18px;
  background: #fff;
  margin-bottom: 0;
  resize: none;
  box-sizing: border-box;
  outline: none;
  transition: box-shadow 0.2s;
}

.add-comment-input:focus {
  box-shadow: 0 0 0 2px #ffacc5;
}

.add-comment-input::placeholder {
  color: #7b8189;
  opacity: 1;
  font-size: 16px;
  font-family: "IBM Plex Sans Thai", sans-serif;
}

.add-comment-rating {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.add-comment-rating-row {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.add-comment-rating-label {
  font-family: "IBM Plex Sans Thai";
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}

.add-comment-stars {
  display: flex;
  gap: 6px;
}

.add-comment-stars .fas {
  font-size: 22px;
  color: #cfcfcf;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 1;
}

.add-comment-stars .fas.hovered {
  color: #ffd02a !important;
}

.add-comment-rating-and-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.add-comment-btn {
  margin-top: 0 !important; /* เอา margin-top เก่าออก */
}

.add-comment-btn:hover {
  background: linear-gradient(0deg, #ffacc5 0%, #ff7ca5 100%);
  color: #fff;
}

.narrow-container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

/* Add Comment Full-width Soft Pink Background */
.add-comment-bg {
  background: #fef0f4;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 0;
}


    .multimedia-title {
        font-family: 'IBM Plex Sans Thai', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #424242;
        margin-bottom: 20px;
        display: -webkit-box;
        /* ใช้สำหรับ line-clamp */
        -webkit-line-clamp: 2;
        /* จำกัด 2 บรรทัด */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        /* ตัดคำถ้ายาวเกิน */
    }

    .rating-section {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .stars {
        display: flex;
        gap: 3px;
    }

    .stars i {
        font-size: 18px;
    }

    .rating-text {
        font-family: 'IBM Plex Sans Thai', sans-serif;
        font-size: 16px;
        color: #7B8189;
        margin-left: 5px;
    }

    .details-row {
        /* deprecated for grid layout */
    }

    .details-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 4px 32px;
        padding: 4px 0 4px 0;
    }

    .details-grid-item {
        display: flex;
        align-items: center;
    }
    .details-list {
        margin: 25px 0;
    }

    .detail-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        padding: 8px 0;
    }

    .detail-label {
        font-family: 'IBM Plex Sans Thai', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #424242;
    }

    .detail-value {
        font-family: 'IBM Plex Sans Thai', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #7B8189;
    }

    .social-share {
        padding: 20px 0;
    }

    .share-title {
        font-family: 'IBM Plex Sans Thai', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #424242;
        margin-bottom: 15px;
    }

    .social-icons {
        display: flex;
        gap: 12px;
    }

    .social-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #7B8189;
        background: transparent;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 14px;
    }

    .social-icon:hover {
        transform: translateY(-2px);
    }

    .line-svg,
    .twitter-svg,
    .facebook-svg,
    .email-svg {
        width: 20px;
        height: 20px;
        filter: brightness(0) saturate(100%) invert(53%) sepia(7%) saturate(503%) hue-rotate(177deg) brightness(88%) contrast(93%);
    }

    .action-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .button-row {
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: flex-start;
    }


    .video-container {
        position: relative;
        background: #f8f9fa;
        border-radius: 15px;
        overflow: hidden;
        height: 350px;
        /* กำหนดความสูงคงที่ */
    }

    .video-container video {
        border-radius: 15px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* ปรับให้วิดีโอเต็มพื้นที่โดยคงอัตราส่วน */
    }

    .description-title {
        font-family: 'IBM Plex Sans Thai', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #424242;
        margin-bottom: 25px;
    }

    .also-watch-title {
        font-family: 'IBM Plex Sans Thai', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000;
        border-radius: 10px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .pink-multimedia {
        color: #FFACC5;
    }

    .pink-colon {
        color: #FFACC5;
    }

    .description-content {
        font-family: 'IBM Plex Sans Thai', sans-serif;
        font-style: light;
        font-size: 16px;
        line-height: 35px;
        letter-spacing: 0%;
        color: #424242;
        text-align: justify;
    }

    .comment-box {
        position: relative;
        width: 100%;
        max-width: 1140px;
        min-height: 120px;
        background: #fff;
        border-radius: 10px;
        margin: 0 auto;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
        padding: 32px 40px 24px 160px;
        box-sizing: border-box;
    }

    .comment-profile {
        position: absolute;
        left: 40px;
        top: 32px;
        width: 60px;
        height: 60px;
    }

    .comment-profile img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .comment-top-right {
        position: absolute;
        top: 24px;
        right: 40px;
        display: flex;
        gap: 18px;
        align-items: center;
    }

    .comment-time {
        font-family: 'IBM Plex Sans Thai';
        font-weight: 300;
        font-size: 14px;
        color: #7B8189;
    }

    .comment-stars {
        display: flex;
        gap: 4px;
    }

    .comment-stars .fas {
        color: #CFCFCF;
        font-size: 16px;
        cursor: pointer;
        transition: color 0.2s;
    }

    .comment-star-empty {
        color: #CFCFCF !important;
    }


    .comment-name {
        font-family: 'IBM Plex Sans Thai';
        font-weight: 900;
        font-size: 18px;
        line-height: 28px;
        color: #424242;
        margin-bottom: 24px;
    }

    .comment-text {
        font-family: 'IBM Plex Sans Thai';
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        color: #424242;
        white-space: normal;
        word-break: break-word;
    }

    /* Add Comment Zone CSS */
    .add-comment-container {}

   