:root {
  --bs-body-font-family: CS ChatThaiUI, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  --bs-body-font-size: 0.9rem;
  --bs-body-color: #333;
  --primary-color: #004d91;
  --secondary-color: #de7a18;
  --bs-primary-rgb: 37, 108, 175;
}

.content-show {
  background: linear-gradient(180deg, #f1f5f9 0%, #fff 28%);
}
.content-show__hero {
  position: relative;
  padding: 2rem 0 2.75rem;
  background: linear-gradient(135deg, rgba(17, 100, 148, 0.08) 0%, transparent 55%), linear-gradient(180deg, #e8f0fa 0%, #f8fafc 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.content-show__hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(5rem, 20vw);
  height: 4px;
  border-radius: 999px;
  background: var(--secondary-color, #de7a18);
}
.content-show__hero-inner {
  max-width: 48rem;
  margin: 0 auto;
}
.content-show__back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.content-show__back:hover {
  color: var(--primary-color, #0055ff);
  border-color: rgba(17, 100, 148, 0.35);
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.content-show__title {
  margin: 0;
  font-size: clamp(1.5rem, 3.2vw, 2.125rem);
  line-height: 1.35;
  font-weight: 700;
  color: #0f172a;
}
.content-show__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  color: #64748b;
}
.content-show__meta i {
  color: var(--secondary-color, #de7a18);
}
.content-show__body {
  padding: 2rem 0 3.5rem;
}
.content-show__article {
  max-width: 52rem;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 4px 6px rgba(15, 23, 42, 0.04), 0 18px 40px rgba(15, 23, 42, 0.06);
}
.content-show__lead {
  margin-bottom: 1.75rem;
  text-align: center;
}
.content-show__lead img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.content-show__lead p {
  margin: 0;
}
.content-show__video {
  text-align: center;
}
.content-show__video-frame {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #0f172a;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
  text-decoration: none;
  color: inherit;
}
.content-show__video-frame iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.content-show__video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content-show__video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.28);
  transition: background 0.2s ease;
}
.content-show__video-play i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: rgba(222, 122, 24, 0.95);
  color: #fff;
  font-size: 1.35rem;
  padding-left: 0.2rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.35);
}
.content-show__video-frame--poster:hover .content-show__video-play {
  background: rgba(15, 23, 42, 0.38);
}
.content-show__video-fallback {
  margin: 0.85rem 0 0;
  font-size: 0.9375rem;
}
.content-show__video-fallback a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: var(--primary-color, #004d91);
  text-decoration: none;
}
.content-show__video-fallback a:hover {
  color: var(--secondary-color, #de7a18);
}
.content-show__prose {
  font-family: "CS ChatThaiUI", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif !important;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #334155;
}
.content-show__prose h3,
.content-show__prose h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #0f172a;
}
.content-show__prose h3 {
  font-size: 1.35rem;
}
.content-show__prose h4 {
  font-size: 1.125rem;
}
.content-show__prose p,
.content-show__prose li {
  margin-bottom: 1rem;
}
.content-show__prose ul,
.content-show__prose ol {
  padding-left: 1.35rem;
  margin-bottom: 1rem;
}
.content-show__prose img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.content-show__prose table {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .content-show__prose {
    font-size: 1rem;
  }
  .content-show__prose img[style*="float:left"],
  .content-show__prose img[style*="float:right"] {
    float: none !important;
    display: block;
    margin: 0 auto 1rem !important;
  }
}
.content-show__block {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px dashed #e2e8f0;
}
.content-show__block-head {
  margin-bottom: 1.25rem;
}
.content-show__block-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
}
.content-show__block-title i {
  color: var(--secondary-color, #de7a18);
}
.content-show__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .content-show__gallery {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
  }
}
.content-show__gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
}
.content-show__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.content-show__gallery-item:hover img {
  transform: scale(1.06);
}
.content-show__gallery-item:hover .content-show__gallery-zoom {
  opacity: 1;
}
.content-show__gallery-zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.45);
  color: #fff;
  font-size: 1.35rem;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.content-show__attach-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.content-show__attach-item {
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: #f8fafc;
}
.content-show__attach-toggle {
  font-weight: 600 !important;
  color: #1e293b !important;
  background: #f8fafc !important;
  box-shadow: none !important;
  padding: 0.85rem 1rem !important;
}
.content-show__attach-toggle:not(.collapsed) {
  background: #fff !important;
  color: var(--primary-color, #0055ff) !important;
}
.content-show__attach-toggle::after {
  filter: opacity(0.7);
}
.content-show__attach-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.65rem;
  border-radius: 8px;
  background: rgba(17, 100, 148, 0.1);
  color: var(--primary-color, #0055ff);
  flex-shrink: 0;
}
.content-show__attach-name {
  text-align: left;
  word-break: break-word;
}
.content-show__attach-body {
  padding: 1rem !important;
  background: #fff;
  text-align: center;
}
.content-show__pdf-frame {
  margin-bottom: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f5f9;
}
.content-show__pdf-frame iframe {
  display: block;
  width: 100%;
  height: min(70vh, 600px);
  border: 0;
}
.content-show__download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.15rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  background: var(--secondary-color, #de7a18);
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.content-show__download-btn:hover {
  filter: brightness(1.05);
  box-shadow: 0 6px 18px rgba(222, 122, 24, 0.35);
  transform: translateY(-1px);
}
.content-show__download-btn i {
  font-size: 0.85rem;
}

@media screen and (max-width: 576px) {
  .content-show__hero {
    padding: 1.5rem 0 2.25rem;
  }
  .content-show__article {
    padding: 1rem;
    border-radius: 14px;
  }
  .content-show__back span {
    display: none;
  }
}

/*# sourceMappingURL=content-show.css.map */
