/* INSV news unified styles: archives, article details, wiki entries, topics, and video-center shared news cards. */

/* ---------- news list cards (category-news.php) ---------- */
.news-card {
    position: relative;
}

.news-card__cover {
    display: block;
    min-height: 280px;
    background: #f5f7fa;
    overflow: hidden;
}

.news-card__cover img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.news-card__placeholder {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f6f8fc 0%, #eef3fa 100%);
    color: #8d97a6;
    font-size: 14px;
}

.news-card__title-link,
.news-card__excerpt-link {
    color: inherit;
    text-decoration: none;
}

.news-card__excerpt-link {
    display: block;
}

.news-card__excerpt-link:hover,
.news-card__title-link:hover {
    color: #183883;
}

/* ---------- news detail + related cards (single-news.php) ---------- */
.news-detail-content img,
.news-detail-content video,
.news-detail-content iframe {
    max-width: 100%;
    height: auto;
}

.news-detail-content {
    color: #2b3340;
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.news-detail-content p {
    margin: 0 0 1em;
}

.news-detail-content p,
.news-detail-content li {
    text-align: left !important;
}

.news-detail-content figure {
    margin: 24px auto;
    text-align: center;
}

.news-detail-content figure img {
    display: block;
    margin: 0 auto;
}

.news-detail-content section {
    max-width: 100%;
}

.news-detail-content ul,
.news-detail-content ol {
    margin: 0 0 1.2em 1.4em;
    padding: 0;
}

.news-detail-content section[style*="display:flex"] {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 18px;
    margin: 20px 0 !important;
}

.news-detail-content section[style*="display:flex"] p {
    margin-bottom: 0;
}

.news-detail-empty {
    padding: 32px 0;
    color: #8d97a6;
}

.news-related-card {
    display: block;
    color: inherit;
    text-decoration: none;
    border: 1px solid #e8edf5;
    background: #fff;
    transition: box-shadow .2s ease, transform .2s ease;
}

.news-related-card:hover {
    box-shadow: 0 12px 28px rgba(24, 56, 131, 0.12);
    transform: translateY(-2px);
}

.news-related-card__thumb {
    display: block;
    height: 180px;
    background: #f5f7fa;
    overflow: hidden;
}

.news-related-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-related-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d97a6;
    background: linear-gradient(135deg, #f6f8fc 0%, #eef3fa 100%);
    font-size: 14px;
}

/* ---------- news detail body rhythm ---------- */
.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4 {
    max-width: 920px !important;
    margin: 34px 0 14px !important;
    color: #2f3745 !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
}

.news-detail-content h2[id],
.news-detail-content h3[id],
.news-detail-content h4[id],
.news-detail-content h5[id],
.news-detail-content h6[id] {
    scroll-margin-top: 128px !important;
}

.news-detail-content .insv-toc,
.news-detail-content > nav:first-child {
    max-width: 920px !important;
    margin: 0 0 26px !important;
    padding: 16px 18px !important;
    border: 1px solid #dbe7f5 !important;
    border-radius: 8px !important;
    background: #f8fbff !important;
    color: #334155 !important;
}

.news-detail-content .insv-toc strong,
.news-detail-content > nav:first-child strong {
    display: block !important;
    margin: 0 0 8px !important;
    color: #1f2937 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

.news-detail-content .insv-toc ol,
.news-detail-content > nav:first-child ol {
    display: grid !important;
    gap: 6px !important;
    margin: 0 !important;
    padding-left: 20px !important;
}

.news-detail-content .insv-toc li,
.news-detail-content > nav:first-child li {
    margin: 0 !important;
    color: #42526a !important;
    line-height: 1.6 !important;
}

.news-detail-content .insv-toc a,
.news-detail-content > nav:first-child a {
    color: #1d4ed8 !important;
    text-decoration: none !important;
}

.news-detail-content .insv-toc a:hover,
.news-detail-content > nav:first-child a:hover {
    color: #0f4ea8 !important;
    text-decoration: underline !important;
}

.news-detail-content table {
    width: 100% !important;
    max-width: 920px !important;
    margin: 28px 0 30px !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed !important;
    background: #fff !important;
    color: #334155 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.news-detail-content th,
.news-detail-content td {
    border: 1px solid #dbe3ef !important;
    padding: 11px 13px !important;
    vertical-align: top !important;
    text-align: left !important;
    word-break: break-word !important;
}

.news-detail-content th {
    background: #f6f8fb !important;
    color: #1f2937 !important;
    font-weight: 700 !important;
}

.news-detail-content tr:nth-child(even) td {
    background: #fbfdff !important;
}

.news-detail-content h2 {
    font-size: var(--insv-type-size-detail-h2, 26px) !important;
}

.news-detail-content h3 {
    font-size: var(--insv-type-size-detail-h3, 20px) !important;
}

.news-detail-content p,
.news-detail-content li {
    max-width: 920px !important;
    color: #5c6472 !important;
}

.news-detail-content img {
    display: block !important;
    width: auto !important;
    max-width: min(100%, 860px) !important;
    max-height: 640px !important;
    height: auto !important;
    margin: 30px auto !important;
    border-radius: 4px !important;
}

.news-detail-content p > img:only-child,
.news-detail-content figure > img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.news-detail-content figure,
.news-detail-content p:has(> img:only-child) {
    max-width: 920px !important;
    margin: 30px auto !important;
    text-align: center !important;
}

.news-detail-content video,
.news-detail-content iframe {
    display: block !important;
    width: min(100%, 860px) !important;
    max-width: 100% !important;
    margin: 30px auto !important;
    border-radius: 8px !important;
    background: #101827 !important;
}

.news-detail-content video {
    max-height: 640px !important;
}

.news-detail-content iframe {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 360px !important;
}

@media screen and (max-width: 768px) {
    .news-detail-content h2 {
        font-size: 21px !important;
    }

    .news-detail-content h3 {
        font-size: 18px !important;
    }

    .news-detail-content img,
    .news-detail-content video,
    .news-detail-content iframe,
    .news-detail-content figure,
    .news-detail-content p:has(> img:only-child) {
        width: 100% !important;
        max-width: 100% !important;
        margin: 24px 0 !important;
    }

    .news-detail-content iframe {
        min-height: 210px !important;
    }

    .news-detail-content table {
        display: block !important;
        overflow-x: auto !important;
        table-layout: auto !important;
        margin: 24px 0 !important;
        -webkit-overflow-scrolling: touch;
    }

    .news-detail-content th,
    .news-detail-content td {
        min-width: 180px !important;
    }
}

.news-related-card__body {
    padding: 18px 20px;
}

.news-related-card__title {
    margin: 0 0 10px;
    color: #2b3340;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.news-related-card__date {
    color: #8d97a6;
    font-size: 14px;
}

/* ===== INSV news archive polish 2026-04-25 ===== */
.insv-news-archive-hero{width:min(88vw,1360px);max-width:1360px;margin:42px auto 28px;padding:0 0 24px;border-bottom:1px solid #e2e8f0}
.insv-news-archive-eyebrow{margin:0 0 8px;color:#17449b;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.insv-news-archive-hero h1{margin:0;color:#202938;font-size:34px;line-height:1.25;font-weight:800;letter-spacing:0}
.insv-news-archive-hero p:last-child{max-width:none;margin:12px 0 0;color:#5f6f86;font-size:16px;line-height:1.75}
.insv-wiki-pathway{width:min(88vw,1360px);max-width:1360px;margin:0 auto 24px;padding:0 0 24px;border-bottom:1px solid #e5edf7}
.insv-wiki-pathway__head{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;margin:0 0 16px}
.insv-wiki-pathway__head span{color:#17449b;font-size:13px;font-weight:800;line-height:1.25}
.insv-wiki-pathway__head h2{margin:0;color:#202938;font-size:24px;line-height:1.35;font-weight:800;letter-spacing:0}
.insv-wiki-pathway__head p{max-width:960px;margin:0;color:#5f6f86;font-size:15px;line-height:1.7}
.insv-wiki-pathway__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.insv-wiki-pathway__item{position:relative;min-width:0;padding:18px 18px 16px;border:1px solid #dfe9f6;border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(15,35,70,.045)}
.insv-wiki-pathway__step{display:inline-flex;align-items:center;justify-content:center;width:34px;height:24px;margin-bottom:12px;border-radius:999px;background:#eef5ff;color:#17449b;font-size:12px;font-weight:800;line-height:1}
.insv-wiki-pathway__item h3{margin:0 0 8px;color:#202938;font-size:18px;line-height:1.35;font-weight:800;letter-spacing:0}
.insv-wiki-pathway__item p{margin:0 0 12px;color:#617089;font-size:14px;line-height:1.65}
.insv-wiki-pathway__item ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.insv-wiki-pathway__item li{min-width:0;margin:0;padding:0}
.insv-wiki-pathway__item a{display:block;overflow:hidden;color:#24499b!important;font-size:14px;line-height:1.45;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap}
.insv-wiki-pathway__item a:hover{color:#183883!important}
@media (max-width:1180px){.insv-news-archive-hero{margin-top:30px}.insv-wiki-pathway__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:768px){.insv-news-archive-hero{width:calc(100% - 40px);margin:24px auto 18px;padding-bottom:18px}.insv-news-archive-hero h1{font-size:28px}.insv-news-archive-hero p:last-child{font-size:14px}.insv-wiki-pathway{width:calc(100% - 40px);margin-bottom:18px;padding-bottom:18px}.insv-wiki-pathway__head h2{font-size:21px}.insv-wiki-pathway__head p{font-size:14px}.insv-wiki-pathway__grid{grid-template-columns:1fr;gap:12px}.insv-wiki-pathway__item{padding:16px}.insv-wiki-pathway__item a{white-space:normal}}
/* ===== INSV news archive polish 2026-04-25 END ===== */

/* ===== INSV tag archive refinement 2026-04-26 ===== */
.insv-news-tag-page .insv-news-archive-hero {
  margin-top: 34px;
}
.insv-news-tag-page .insv-news-archive-eyebrow {
  color: #17449b;
}
#c_new_list_195-17557659749000.insv-news-list--tag .news-card__cover {
  background: linear-gradient(135deg,#f7faff 0%,#eef4fb 100%)!important;
}
#c_new_list_195-17557659749000.insv-news-list--tag .news-card__cover img {
  padding: 16px!important;
  box-sizing: border-box!important;
  object-fit: contain!important;
  object-position: center!important;
  background: transparent!important;
}
#c_new_list_195-17557659749000.insv-news-list--tag .news-card:hover .news-card__cover img {
  transform: none!important;
}
#c_new_list_195-17557659749000.insv-news-list--tag .news-card--no-cover {
  justify-content: flex-start!important;
  background: linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;
}
@media (max-width:768px){
  .insv-news-tag-page .insv-news-archive-hero {
    margin-top: 24px;
  }
  #c_new_list_195-17557659749000.insv-news-list--tag .news-card__cover img {
    padding: 12px!important;
  }
}
/* ===== INSV tag archive refinement 2026-04-26 END ===== */



/* ===== INSV legacy article video handling 2026-04-26 ===== */
.news-detail-content .insv-video-fallback{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:168px!important;
  margin:18px auto!important;
  padding:24px!important;
  max-width:560px!important;
  border:1px solid #dbe7f7!important;
  border-radius:8px!important;
  background:#f7fbff!important;
  color:#435168!important;
  text-align:center!important;
}
.news-detail-content .insv-video-fallback strong{
  color:#20304a!important;
  font-size:17px!important;
  line-height:1.35!important;
}
.news-detail-content .insv-video-fallback span{
  max-width:420px!important;
  color:#617089!important;
  font-size:14px!important;
  line-height:1.65!important;
}
.news-detail-content .insv-video-fallback a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:0 18px!important;
  border-radius:6px!important;
  background:#24499b!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:700!important;
  text-decoration:none!important;
}
/* ===== INSV legacy article video handling 2026-04-26 END ===== */


/* News topic archive navigation: keep the label close to the first filter chip. */
.insv-news-topic-nav{max-width:1360px;margin:0 auto 24px;padding:0 8px;display:grid;grid-template-columns:max-content minmax(0,1fr);column-gap:12px;row-gap:10px;align-items:start}
.insv-news-topic-nav__label{font-size:14px;font-weight:700;color:#183883;line-height:34px;white-space:nowrap}
.insv-news-topic-nav__links{min-width:0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.insv-news-topic-nav__link{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 13px;border:1px solid #dce7f6;border-radius:999px;background:#fff;color:#2b3b53;font-size:14px;line-height:1;text-decoration:none;box-shadow:0 5px 16px rgba(15,35,70,.035);transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}
.insv-news-topic-nav__link small{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#eef5ff;color:#49617e;font-size:12px;font-weight:700;line-height:18px}
.insv-news-topic-nav__link:hover{border-color:#bfd5f4;background:#f7fbff;color:#183883;box-shadow:0 8px 20px rgba(15,35,70,.06);transform:translateY(-1px)}
.insv-news-topic-nav__link.is-current{border-color:#b8d3f8;background:#eaf4ff;color:#183883;font-weight:700;box-shadow:none}
.insv-news-topic-nav__link.is-current small{background:#183883;color:#fff}
.insv-news-topic-nav__link--all{color:#183883;font-weight:700}
@media(max-width:768px){.insv-news-topic-nav{display:block;margin-bottom:18px;padding:0 16px}.insv-news-topic-nav__label{display:block;line-height:1.35;margin-bottom:10px}.insv-news-topic-nav__links{gap:8px}.insv-news-topic-nav__link{font-size:13px;min-height:32px;padding:7px 11px}}
.insv-wiki-topic-index{width:min(88vw,1360px);max-width:1360px;margin:0 auto 24px;padding:15px 0 18px;border-top:1px solid #dfe9f6;border-bottom:1px solid #dfe9f6;display:grid;grid-template-columns:168px minmax(0,1fr);gap:18px;align-items:start}
.insv-wiki-topic-index__summary{display:grid;gap:8px;align-content:start}
.insv-wiki-topic-index__eyebrow{color:#17449b;font-size:14px;font-weight:800;line-height:1.35}
.insv-wiki-topic-index__all{display:inline-flex;align-items:center;gap:7px;justify-self:start;color:#183883!important;font-size:14px;font-weight:700;line-height:1.35;text-decoration:none!important}
.insv-wiki-topic-index__all small{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#183883;color:#fff;font-size:12px;font-weight:800;line-height:18px}
.insv-wiki-topic-index__groups{display:grid;gap:9px;min-width:0}
.insv-wiki-topic-index__group{display:grid;grid-template-columns:96px minmax(0,1fr);gap:10px;align-items:start}
.insv-wiki-topic-index__group-label{color:#49617e;font-size:14px;font-weight:800;line-height:1.75;white-space:nowrap}
.insv-wiki-topic-index__links{min-width:0;color:#9aa9bb;font-size:14px;line-height:1.75}
.insv-wiki-topic-index__links a{display:inline;color:#24499b!important;text-decoration:none!important;overflow-wrap:anywhere}
.insv-wiki-topic-index__links a:not(:first-child){margin-left:10px}
.insv-wiki-topic-index__links a:not(:first-child)::before{content:"/";display:inline-block;margin-right:10px;color:#9aa9bb}
.insv-wiki-topic-index__links a:hover{text-decoration:underline!important;text-underline-offset:3px}
@media(max-width:768px){.insv-wiki-topic-index{width:calc(100% - 40px);margin-bottom:18px;padding:14px 0 16px;grid-template-columns:1fr;gap:12px}.insv-wiki-topic-index__summary{display:flex;align-items:center;justify-content:space-between;gap:12px}.insv-wiki-topic-index__group{grid-template-columns:84px minmax(0,1fr);gap:8px}.insv-wiki-topic-index__links{font-size:13px}.insv-wiki-topic-index__group-label{font-size:13px}}

/* ===== INSV archive clean grid override 2026-04-26 ===== */
#c_new_list_195-17557659749000{width:min(88vw,1360px)!important;max-width:1360px!important;margin:0 auto 72px!important}
#c_new_list_195-17557659749000 .e_loop-4,#c_new_list_195-17557659749000 .e_loop-4>div,#c_new_list_195-17557659749000 .p_list{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
#c_new_list_195-17557659749000 .p_list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:34px 24px!important;align-items:start!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
#c_new_list_195-17557659749000 .p_loopitem,#c_new_list_195-17557659749000 .e_container-5{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;box-sizing:border-box!important}
#c_new_list_195-17557659749000 .e_container-5{display:block!important;transition:none!important}
#c_new_list_195-17557659749000 .e_container-5:hover{background:transparent!important;background-color:transparent!important;box-shadow:none!important}
#c_new_list_195-17557659749000 .e_container-5:hover *{color:inherit!important}
#c_new_list_195-17557659749000 .news-card{width:100%!important;overflow:hidden!important;border:1px solid #dfe9f6!important;border-radius:8px!important;background:#fff!important;box-shadow:0 8px 22px rgba(15,35,70,.045)!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}
#c_new_list_195-17557659749000 .news-card:hover{transform:translateY(-2px)!important;border-color:#cbdcf3!important;box-shadow:0 14px 30px rgba(15,35,70,.075)!important}
#c_new_list_195-17557659749000 .news-card:not(.news-card--no-cover){display:flex!important;flex-direction:column!important;height:434px!important;min-height:434px!important;max-height:434px!important}
#c_new_list_195-17557659749000 .news-card--no-cover{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;height:214px!important;min-height:214px!important;max-height:214px!important;padding:24px 20px!important;border-top:3px solid #d9e7fa!important;background:#fff!important}
#c_new_list_195-17557659749000 .news-card__cover{flex:0 0 260px!important;width:100%!important;max-width:100%!important;height:260px!important;min-height:0!important;max-height:260px!important;margin:0!important;padding-bottom:0!important;position:relative!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#f3f7fc!important;box-sizing:border-box!important}
#c_new_list_195-17557659749000 .e_image-6{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
#c_new_list_195-17557659749000 .e_image-6.news-card__cover{padding-bottom:0!important;position:relative!important}
#c_new_list_195-17557659749000 .news-card__cover img,#c_new_list_195-17557659749000 .e_image-6.news-card__cover img,#c_new_list_195-17557659749000.insv-news-list--tag .news-card__cover img{width:100%!important;max-width:100%!important;height:100%!important;display:block!important;position:static!important;left:auto!important;top:auto!important;padding:0!important;object-fit:cover!important;object-position:center!important;transform:none!important;background:transparent!important}
#c_new_list_195-17557659749000 .news-card:hover .news-card__cover img,#c_new_list_195-17557659749000 .news-card:hover .e_image-6.news-card__cover img{transform:scale(1.025)!important}
#c_new_list_195-17557659749000 .e_timeFormat-9{flex:0 0 auto!important;height:18px!important;margin:16px 20px 10px!important;overflow:hidden!important;color:#7383a0!important;font-size:15px!important;line-height:18px!important}
#c_new_list_195-17557659749000 .e_text-7{flex:0 0 52px!important;height:52px!important;min-height:52px!important;max-height:52px!important;margin:0 20px 10px!important;overflow:hidden!important}
#c_new_list_195-17557659749000 .e_text-7 a,#c_new_list_195-17557659749000 .news-card__title-link{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;max-height:52px!important;overflow:hidden!important;color:#202938!important;font-size:18px!important;line-height:1.45!important;font-weight:800!important}
#c_new_list_195-17557659749000 .news-card__excerpt-link{flex:0 0 51px!important;height:51px!important;min-height:51px!important;max-height:51px!important;margin:0 20px 20px!important;overflow:hidden!important;color:#62708a!important;font-size:15px!important;line-height:1.7!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
#c_new_list_195-17557659749000 .news-card--no-cover .e_timeFormat-9{margin:0 0 10px!important}
#c_new_list_195-17557659749000 .news-card--no-cover .e_text-7{margin:0 0 12px!important}
#c_new_list_195-17557659749000 .news-card--no-cover .news-card__excerpt-link{margin:0!important;-webkit-line-clamp:3!important}
#c_new_list_195-17557659749000 .e_container-5:hover .e_timeFormat-9{color:#7383a0!important}#c_new_list_195-17557659749000 .e_container-5:hover .news-card__title-link{color:#202938!important}#c_new_list_195-17557659749000 .e_container-5:hover .news-card__title-link:hover{color:#183883!important}#c_new_list_195-17557659749000 .e_container-5:hover .news-card__excerpt-link{color:#62708a!important}
#c_new_list_195-17557659749000 .p_page{grid-column:1/-1!important;width:100%!important;margin:34px 0 0!important;padding:0!important;text-align:center!important;border:0!important;background:transparent!important;box-shadow:none!important}
#c_new_list_195-17557659749000 .page_con{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}
#c_new_list_195-17557659749000 .page_con a,#c_new_list_195-17557659749000 .page_con span{width:auto!important;min-width:34px!important;height:34px!important;margin:0!important;padding:0 11px!important;border:1px solid #dce7f6!important;border-radius:999px!important;background:#fff!important;color:#52647f!important;font-size:14px!important;line-height:32px!important;font-weight:700!important;text-align:center!important;box-shadow:none!important}
#c_new_list_195-17557659749000 .page_con a:hover,#c_new_list_195-17557659749000 .page_con span.current{border-color:#183883!important;background:#183883!important;color:#fff!important}
#c_new_list_195-17557659749000 .page_con span.disabled{border-color:#e6edf7!important;background:#f8fafc!important;color:#a9b4c4!important}
@media(max-width:1180px){#c_new_list_195-17557659749000{width:calc(100% - 48px)!important}#c_new_list_195-17557659749000 .p_list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 22px!important}}
@media(max-width:768px){#c_new_list_195-17557659749000{width:calc(100% - 32px)!important;margin-bottom:52px!important}#c_new_list_195-17557659749000 .p_list{grid-template-columns:1fr!important;gap:22px!important}#c_new_list_195-17557659749000 .news-card:not(.news-card--no-cover){height:410px!important;min-height:410px!important;max-height:410px!important}#c_new_list_195-17557659749000 .news-card__cover{flex-basis:230px!important;height:230px!important;min-height:230px!important;max-height:230px!important}#c_new_list_195-17557659749000 .e_timeFormat-9{margin:14px 16px 9px!important;font-size:14px!important}#c_new_list_195-17557659749000 .e_text-7{height:50px!important;min-height:50px!important;max-height:50px!important;margin:0 16px 10px!important}#c_new_list_195-17557659749000 .e_text-7 a,#c_new_list_195-17557659749000 .news-card__title-link{font-size:17px!important;max-height:50px!important}#c_new_list_195-17557659749000 .news-card__excerpt-link{margin:0 16px 16px!important;font-size:14px!important}#c_new_list_195-17557659749000 .page_con{gap:6px!important;flex-wrap:wrap!important}}
@media(max-width:768px){#c_new_list_195-17557659749000 .news-card--no-cover{min-height:0!important;padding:18px 14px 20px!important}}
/* ===== INSV archive clean grid override 2026-04-26 END ===== */

/* Article sidebar topic chips: show curated topic hubs and highlight current article tags. */
/* End article sidebar topic chips. */

/* Article body internal links: curated, limited, and visible. */
.news-detail-content a[href*='insvision3d.com'],
.news-detail-content a.insv-inline-link,
.news-detail-content a[data-insv-auto-link]{color:#0f4ea8!important;text-decoration:none!important}
.news-detail-content a[href*='insvision3d.com']:hover,
.news-detail-content a.insv-inline-link:hover,
.news-detail-content a[data-insv-auto-link]:hover{color:#0f4ea8!important;text-decoration:none!important}
/* End article body internal links. */

/* Wiki archive component styles moved to insv-typography.css. */



/* ===== INSV wiki article layout 2026-06-08 ===== */
#c_grid-1762154989607.insv-wiki-single{margin-top:56px!important;margin-bottom:76px!important}
#c_grid-1762154989607.insv-wiki-single > .p_gridbox{display:block!important;max-width:1360px!important;margin:0 auto!important}
#c_grid-1762154989607.insv-wiki-single #content_box-1762154989607-0{width:100%!important;max-width:none!important}
#c_grid-1762154989607.insv-wiki-single #c_new_detail_037-1762154923166{padding:34px 0 52px!important}
#c_grid-1762154989607.insv-wiki-single .news-detail-heading{margin-bottom:22px!important;padding-bottom:20px!important;border-bottom:1px solid #cfd9e6!important}
#c_grid-1762154989607.insv-wiki-single .news-detail-heading__meta{margin-bottom:14px!important}
#c_grid-1762154989607.insv-wiki-single .news-detail-section{height:auto!important;padding:0!important;border:0!important;background:transparent!important;color:#17449b!important;font-size:14px!important;font-weight:800!important;line-height:1.4!important}
#c_grid-1762154989607.insv-wiki-single .news-detail-date{height:auto!important;padding:0 0 0 12px!important;border:0!important;background:transparent!important;color:#6a7890!important;font-size:14px!important;font-weight:600!important;line-height:1.4!important}
#c_grid-1762154989607.insv-wiki-single .news-detail-date:before{content:"";display:inline-block;width:1px;height:12px;margin-right:12px;background:#c6d2e0;vertical-align:-1px}
#c_grid-1762154989607.insv-wiki-single .e_h1-51{max-width:1360px!important;color:#202938!important;font-size:36px!important;line-height:1.24!important;font-weight:800!important;letter-spacing:0!important}
.insv-wiki-entry-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.72fr);gap:22px;width:100%;max-width:1360px;margin:0 0 30px!important;padding:0 0 28px!important;border-bottom:1px solid #dfe7f2;align-items:stretch}
.insv-wiki-entry-head.is-without-cover{grid-template-columns:minmax(0,680px)}
#c_grid-1762154989607.insv-wiki-single .insv-wiki-cover{width:100%;min-height:0;aspect-ratio:16/9;margin:0!important;overflow:hidden;border:1px solid #ccd8e6;border-radius:4px;background:#eef3f8}
#c_grid-1762154989607.insv-wiki-single .insv-wiki-cover img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.insv-wiki-infobox{min-width:0;border:1px solid #a9b7c8;border-radius:4px;background:#f8fafc;color:#263244;overflow:hidden}
.insv-wiki-infobox h2{margin:0!important;padding:12px 14px!important;border-bottom:1px solid #cbd6e4;background:#eef3f8;color:#202938!important;font-size:17px!important;line-height:1.35!important;font-weight:800!important}
.insv-wiki-infobox dl{display:block;margin:0!important;padding:0!important}
.insv-wiki-infobox div{display:grid;grid-template-columns:104px minmax(0,1fr);gap:12px;padding:11px 14px;border-top:1px solid #e1e8f1}
.insv-wiki-infobox div:first-child{border-top:0}
.insv-wiki-infobox dt{margin:0;color:#52627a;font-size:13px;font-weight:800;line-height:1.55}
.insv-wiki-infobox dd{min-width:0;margin:0;color:#243044;font-size:14px;font-weight:600;line-height:1.55;overflow-wrap:anywhere}
.insv-wiki-overview{width:100%;max-width:1360px;margin:0 0 28px!important;padding:0 0 24px!important;border:0;border-bottom:1px solid #dfe7f2;background:transparent;box-sizing:border-box}
.insv-wiki-overview__head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 10px}
.insv-wiki-overview__head span{color:#17449b;font-size:13px;font-weight:800;line-height:1.3;text-transform:uppercase}
.insv-wiki-overview__head strong{color:#202938;font-size:18px;font-weight:800;line-height:1.35}
.insv-wiki-overview p{margin:0 0 18px!important;padding:14px 16px!important;border-left:4px solid #8aa9d8;background:#f6f8fb;color:#43546d;font-size:15px!important;line-height:1.82!important}
.insv-wiki-toc{display:grid;grid-template-columns:118px minmax(0,1fr);gap:0;margin-top:18px;border:1px solid #d6e0ec;border-radius:4px;background:#fff;overflow:hidden}
.insv-wiki-toc span{display:flex;align-items:center;padding:12px 14px;border-right:1px solid #d6e0ec;background:#f3f6fa;color:#202938;font-size:14px;font-weight:800;line-height:1.35}
.insv-wiki-toc__links{display:flex;align-items:center;flex-wrap:wrap;gap:0 14px;min-width:0;padding:4px 14px}
.insv-wiki-toc a{display:inline-flex;align-items:center;min-height:34px;margin:0;padding:6px 0;color:#24499b!important;font-size:14px;line-height:1.35;text-decoration:none!important}
.insv-wiki-toc a:before{content:"";width:4px;height:4px;margin-right:8px;border-radius:999px;background:#8ea4c1;flex:0 0 auto}
.insv-wiki-toc a:hover{text-decoration:underline!important;text-underline-offset:3px}
.insv-wiki-toc span + .insv-wiki-toc__links{min-width:0}
.insv-wiki-content{max-width:1360px}
.insv-wiki-content h2,.insv-wiki-content h3,.insv-wiki-content h4,.insv-wiki-content p,.insv-wiki-content li{max-width:1360px!important}
.insv-wiki-content h2{scroll-margin-top:150px;margin-top:38px!important;margin-bottom:16px!important;padding-bottom:10px!important;border-bottom:1px solid #cfd9e6;color:#202938!important;font-size:26px!important;line-height:1.35!important;font-weight:800!important}
.insv-wiki-content h3{margin-top:26px!important;margin-bottom:12px!important;color:#29364a!important;font-size:20px!important;line-height:1.42!important;font-weight:800!important}
.insv-wiki-content p{color:#4e5f76!important;font-size:16px!important;line-height:1.92!important}
.insv-wiki-content ol,.insv-wiki-content ul{margin:12px 0 22px!important;padding-left:1.35em!important}
.insv-wiki-content li{margin:7px 0!important;color:#4e5f76!important;font-size:16px!important;line-height:1.85!important;list-style:inherit!important}
.insv-wiki-content figure,.insv-wiki-content .wp-caption{max-width:100%!important;margin:24px 0 30px!important;padding:0!important;border:1px solid #d8e2ee;border-radius:4px;background:#fff;overflow:hidden;text-align:left!important}
.insv-wiki-content figure img,.insv-wiki-content .wp-caption img{display:block;width:100%;height:auto;margin:0!important}
.insv-wiki-content figcaption,.insv-wiki-content .wp-caption-text{margin:0!important;padding:10px 12px!important;border-top:1px solid #e3eaf3;background:#f7f9fc;color:#66758c!important;font-size:13px!important;line-height:1.55!important;text-align:left!important}
.insv-wiki-content video,.insv-wiki-content iframe{display:block;width:100%!important;max-width:100%!important;margin:24px 0 30px!important;border:1px solid #d8e2ee;border-radius:4px;background:#0f172a;overflow:hidden}
.insv-wiki-content iframe{aspect-ratio:16/9;height:auto!important;min-height:320px}
.insv-wiki-content table{width:100%!important;margin:20px 0 30px!important;border:1px solid #cfd9e6!important;border-collapse:collapse!important;border-spacing:0!important;background:#fff!important}
.insv-wiki-content th,.insv-wiki-content td{padding:12px 14px!important;border:1px solid #dfe7f1!important;vertical-align:top!important;text-align:left!important}
.insv-wiki-content th{background:#f3f6fa!important;color:#20304a!important;font-weight:800!important}
.insv-wiki-next{padding-left:0!important;list-style:none!important}
.insv-wiki-next li{position:relative;padding-left:16px!important;list-style:none!important}
.insv-wiki-next li::before{content:"";position:absolute;left:0;top:.9em;width:5px;height:5px;border-radius:999px;background:#2a67c7}
.insv-wiki-appendix{max-width:1360px;margin:40px 0 8px!important;padding-top:22px;border-top:1px solid #cfd9e6}
.insv-wiki-appendix__head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}
.insv-wiki-appendix__head span{display:block;color:#17449b;font-size:13px;font-weight:800;line-height:1.3;text-transform:uppercase}
.insv-wiki-appendix__head h2{flex:1;margin:0;color:#202938;font-size:22px;line-height:1.35;font-weight:800;letter-spacing:0}
.insv-wiki-appendix__head a{color:#24499b!important;font-size:13px;font-weight:800;line-height:1.25;text-decoration:none!important;white-space:nowrap}
.insv-wiki-appendix__list{display:grid;gap:0;margin:0!important;padding:0!important;list-style:none!important;border-top:1px solid #e1e8f1}
.insv-wiki-appendix__list li{margin:0!important;padding:0!important;list-style:none!important;border-bottom:1px solid #e1e8f1}
.insv-wiki-appendix__list a{display:grid;grid-template-columns:minmax(180px,.55fr) minmax(0,1fr);gap:18px;padding:13px 0;color:#4e5f76!important;text-decoration:none!important}
.insv-wiki-appendix__list strong{color:#24499b;font-size:15px;line-height:1.55;font-weight:800}
.insv-wiki-appendix__list span{color:#64748a;font-size:14px;line-height:1.65}
.insv-wiki-appendix__list a:hover strong{text-decoration:underline;text-underline-offset:3px}
#c_grid-1762154989607.insv-wiki-single .insv-article-rail,#c_grid-1762154989607.insv-wiki-single .news-detail-pager{display:none!important}
@media (max-width:1024px){#c_grid-1762154989607.insv-wiki-single{margin-top:52px!important}#c_grid-1762154989607.insv-wiki-single > .p_gridbox{max-width:none!important}.insv-wiki-entry-head{grid-template-columns:1fr;max-width:none}.insv-wiki-overview,.insv-wiki-content,.insv-wiki-appendix{max-width:none}.insv-wiki-content h2{scroll-margin-top:112px}}
@media (max-width:768px){#c_grid-1762154989607.insv-wiki-single{margin-top:44px!important;margin-bottom:48px!important}#c_grid-1762154989607.insv-wiki-single #c_new_detail_037-1762154923166{padding-top:28px!important;padding-bottom:38px!important}#c_grid-1762154989607.insv-wiki-single .e_h1-51{font-size:26px!important;line-height:1.3!important}.insv-wiki-entry-head{gap:14px;margin-bottom:24px!important;padding-bottom:22px!important}.insv-wiki-infobox div{grid-template-columns:92px minmax(0,1fr);gap:10px;padding:10px 12px}.insv-wiki-overview{margin-bottom:24px!important;padding-bottom:20px!important}.insv-wiki-overview p{font-size:14px!important;line-height:1.8!important}.insv-wiki-toc{display:block}.insv-wiki-toc span{border-right:0;border-bottom:1px solid #d6e0ec}.insv-wiki-toc__links{display:grid;gap:0;padding:0}.insv-wiki-toc a{display:flex;min-height:0;margin:0;padding:9px 14px;border-top:1px solid #edf2f7}.insv-wiki-toc__links a:first-child{border-top:0}.insv-wiki-content h2{margin-top:30px!important;font-size:22px!important}.insv-wiki-content h3{font-size:18px!important}.insv-wiki-content p,.insv-wiki-content li{font-size:15px!important;line-height:1.85!important}.insv-wiki-content iframe{min-height:210px}.insv-wiki-content table{display:block!important;overflow-x:auto!important;white-space:nowrap!important}.insv-wiki-content th,.insv-wiki-content td{padding:10px 12px!important}.insv-wiki-appendix{margin-top:32px!important}.insv-wiki-appendix__head{align-items:flex-start;flex-wrap:wrap;gap:8px}.insv-wiki-appendix__head h2{flex-basis:100%;font-size:20px}.insv-wiki-appendix__list a{grid-template-columns:1fr;gap:5px;padding:12px 0}}
/* ===== INSV wiki article layout 2026-06-08 END ===== */



/* ===== INSV article video media fit 2026-04-27 ===== */
.news-detail-content video.insv-article-video{
  display:block!important;
  width:auto!important;
  max-width:min(100%,860px)!important;
  max-height:min(72vh,640px)!important;
  height:auto!important;
  margin:28px auto!important;
  border-radius:12px!important;
  background:#0f172a!important;
  object-fit:contain!important;
  box-shadow:0 10px 28px rgba(15,23,42,.12)!important;
}
.news-detail-content video.insv-article-video[poster]{
  background:#eef4fb!important;
}
@media screen and (max-width:768px){
  .news-detail-content video.insv-article-video{
    max-width:100%!important;
    max-height:68vh!important;
    margin:22px auto!important;
    border-radius:10px!important;
  }
}
/* ===== INSV article video media fit 2026-04-27 END ===== */
