@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('/hr-development-plan/style.css');

/* =========================================================
   サイト共通CSS(BS4/css/style.css)との共存シム
   ========================================================= */
/* サイト側の p{font-size:14px;color:#7a7e8a} を打ち消す（:whereで詳細度0のため後続の個別クラスが勝つ） */
.hd-section :where(p), .it-fv :where(p), .hd-final :where(p) { font-size: .95rem; color: var(--hd-ink); }
/* ボタン(.hd-btn-cta)は白文字のまま。:not も :where 内なら詳細度0を維持 */
.hd-section :where(a:not(.hd-btn-cta)) { color: var(--hd-blue); }
/* BS5のガターユーティリティ簡易シム（BS4には無いため縦間隔のみ再現） */
.row.g-2 > *, .row.g-3 > * { margin-bottom: 14px; }
.row.gy-4 > * { margin-bottom: 24px; }

/* =========================================================
   人材育成計画策定支援 — 各社サービスページ追加スタイル
   （../style.css を継承し、item ページ固有の要素のみ定義）
   ========================================================= */

/* ===== Breadcrumb ===== */
.it-breadcrumb { background: #f5f8fb; border-bottom: 1px solid var(--hd-line); }
.it-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 9px 0;
    font-size: .78rem;
    color: var(--hd-muted);
}
.it-breadcrumb li + li::before { content: "›"; margin: 0 6px; color: #b9c5cf; }
.it-breadcrumb a { color: var(--hd-blue); text-decoration: none; }
.it-breadcrumb a:hover { text-decoration: underline; }

/* ===== First View ===== */
.it-fv {
    padding: 52px 0 60px;
    text-align: center;
    background:
        radial-gradient(720px 360px at 88% -10%, rgba(29, 111, 210, .08), transparent 60%),
        radial-gradient(560px 300px at -5% 105%, rgba(21, 150, 60, .07), transparent 60%),
        #fff;
}
.it-fv-company {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 999px;
    padding: 7px 18px 7px 10px;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px rgba(26, 39, 51, .06);
}
.it-fv-logo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f0f5fb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.it-fv-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.it-fv-logo i { color: #8fa6bb; }
.it-fv-company-name { font-weight: 700; font-size: .9rem; }
.it-fv-title { font-size: 2.2rem; font-weight: 900; line-height: 1.45; margin-bottom: 12px; }
.it-fv-service { font-size: 1.1rem; font-weight: 700; color: var(--hd-blue-d); margin-bottom: 8px; }
.it-fv-tagline {
    color: var(--hd-muted);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 18px;
}
.it-fv-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; margin-bottom: 24px; }
.it-fv-badges span { font-size: .85rem; font-weight: 700; color: var(--hd-green-d); }
.it-fv-badges i { margin-right: 5px; }

/* ===== サービス概要 ===== */
.it-summary { font-size: 1rem; line-height: 2; margin-bottom: 24px; }
.it-summary p { font-size: 1rem; line-height: 2; margin-bottom: 1em; }
.it-summary p:last-child { margin-bottom: 0; }
.it-spec {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 10px;
    padding: 14px 10px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(26, 39, 51, .04);
}
.it-spec-label { font-size: .74rem; font-weight: 700; color: var(--hd-muted); margin-bottom: 4px; }
.it-spec-value { font-weight: 900; color: var(--hd-blue-d); font-size: .98rem; text-align: center; }

/* ===== 特徴カード ===== */
.it-feature-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--hd-line);
    border-top: 3px solid var(--hd-blue);
    border-radius: 12px;
    padding: 28px 24px 22px;
    height: 100%;
    text-align: center;
    box-shadow: 0 3px 12px rgba(26, 39, 51, .05);
}
.it-feature-num {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--hd-blue);
    color: #fff;
    font-weight: 900;
    font-size: .8rem;
    border-radius: 999px;
    padding: 3px 14px;
}
.it-feature-icon { font-size: 1.7rem; color: var(--hd-blue); margin-bottom: 12px; }
.it-feature-card h3 { font-size: 1.08rem; font-weight: 900; margin-bottom: 8px; }
.it-feature-card p { margin: 0; font-size: .88rem; color: var(--hd-muted); line-height: 1.8; text-align: left; }

/* ===== STEP内の期間表示 ===== */
.it-step-duration {
    font-size: .74rem;
    font-weight: 700;
    color: var(--hd-green-d);
    background: #eef7f0;
    border-radius: 999px;
    padding: 2px 10px;
    margin-left: 8px;
    vertical-align: 2px;
    white-space: nowrap;
}

/* ===== 支援の流れ（詳細ステップカード） ===== */
.it-flow-steps { max-width: 820px; margin: 30px auto 0; }
.it-flow-step {
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 14px;
    padding: 26px 28px 22px;
    box-shadow: 0 4px 16px rgba(26, 39, 51, .05);
}
.it-flow-step-head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.it-flow-step-badge {
    background: linear-gradient(180deg, var(--hd-blue), var(--hd-blue-d));
    color: #fff;
    font-weight: 900;
    font-size: .8rem;
    letter-spacing: .05em;
    border-radius: 6px;
    padding: 5px 12px;
    white-space: nowrap;
}
.it-flow-step-title { font-size: 1.15rem; font-weight: 900; margin: 0; }
.it-flow-step-head .it-step-duration { margin-left: auto; }
.it-flow-step-desc { color: var(--hd-muted); font-size: .93rem; margin-bottom: 14px; }
.it-flow-step-tasks {
    background: #f5f8fb;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 14px;
}
.it-flow-step-tasks-label {
    font-size: .8rem;
    font-weight: 900;
    color: var(--hd-blue-d);
    margin: 0 0 8px;
}
.it-flow-step-tasks-label i { margin-right: 5px; }
.it-flow-step-tasks ul { list-style: none; margin: 0; padding: 0; }
.it-flow-step-tasks li {
    position: relative;
    font-size: .88rem;
    line-height: 1.8;
    padding-left: 22px;
    margin-bottom: 4px;
}
.it-flow-step-tasks li:last-child { margin-bottom: 0; }
.it-flow-step-tasks li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 2px;
    color: var(--hd-blue);
    font-size: .72rem;
    top: 3px;
}
.it-flow-step-foot {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-top: 1px dashed var(--hd-line);
    padding-top: 12px;
}
.it-flow-step-meta { font-size: .84rem; color: var(--hd-muted); line-height: 1.7; }
.it-flow-step-meta strong { color: var(--hd-ink); }
.it-flow-step-meta i { margin-right: 5px; color: var(--hd-muted); }
.it-flow-step-output i, .it-flow-step-output strong { color: var(--hd-green-d); }
.it-flow-step-arrow {
    text-align: center;
    color: var(--hd-blue);
    font-size: 1.25rem;
    padding: 6px 0;
}
@media (max-width: 575px) {
    .it-flow-step { padding: 20px 16px 18px; }
    .it-flow-step-title { font-size: 1.02rem; }
    .it-flow-step-head .it-step-duration { margin-left: 0; }
}

/* ===== 料金 ===== */
.it-price-card {
    background: #fff;
    border: 1px solid var(--hd-line);
    border-top: 4px solid var(--hd-green);
    border-radius: 14px;
    padding: 34px 28px;
    text-align: center;
    box-shadow: 0 8px 26px rgba(26, 39, 51, .08);
    margin-top: 24px;
}
.it-price-main { font-size: 2rem; font-weight: 900; color: var(--hd-green-d); margin-bottom: 6px; }
.it-price-note { font-size: .85rem; color: var(--hd-muted); margin-bottom: 18px; }

/* ===== 事例カード ===== */
.it-case-card {
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 12px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 3px 12px rgba(26, 39, 51, .05);
}
.it-case-industry { font-weight: 900; color: var(--hd-blue-d); font-size: .95rem; margin-bottom: 8px; }
.it-case-industry i { margin-right: 6px; }
.it-case-body { margin: 0; font-size: .88rem; color: var(--hd-muted); line-height: 1.9; }

/* ===== コンサルタント ===== */
.it-consultant {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 14px;
    padding: 28px;
    margin-top: 24px;
    box-shadow: 0 3px 12px rgba(26, 39, 51, .05);
}
.it-consultant-avatar {
    flex: none;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #f0f5fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #8fa6bb;
    overflow: hidden;
}
.it-consultant-avatar img { width: 100%; height: 100%; object-fit: cover; }
.it-consultant-name { font-size: 1.15rem; font-weight: 900; margin-bottom: 2px; }
.it-consultant-title { font-size: .82rem; font-weight: 700; color: var(--hd-blue-d); margin-bottom: 10px; }
.it-consultant-profile { margin: 0; font-size: .9rem; color: var(--hd-muted); line-height: 1.9; }

/* ===== 基礎知識 ===== */
.it-h3 {
    font-size: 1.12rem;
    font-weight: 900;
    margin: 30px 0 10px;
    padding-left: 12px;
    border-left: 4px solid var(--hd-blue);
}
.it-ol { padding-left: 22px; }
.it-ol li { margin-bottom: 8px; line-height: 1.9; }
.it-knowledge-link { margin-top: 22px; }
.it-knowledge-link a { font-weight: 700; color: var(--hd-blue); text-decoration: none; }
.it-knowledge-link a:hover { text-decoration: underline; }

/* ===== Responsive ===== */
@media (max-width: 575px) {
    .it-fv-title { font-size: 1.5rem; }
    .it-fv-service { font-size: .98rem; }
    .it-consultant { flex-direction: column; align-items: center; text-align: center; padding: 22px 18px; }
    .it-consultant-profile { text-align: left; }
    .it-price-main { font-size: 1.6rem; }
}

/* ===== 階層別研修テーブル ===== */
.it-level-table { font-size: .88rem; }
.it-level-table th, .it-level-table td { line-height: 1.7; vertical-align: top; }
.it-level-table tbody th { white-space: nowrap; }

/* ===== 目次 ===== */
.it-toc {
    padding: 26px 0 6px;
}
.it-toc .container {
    background: #f5f8fb;
    border: 1px solid var(--hd-line);
    border-radius: 12px;
    padding: 18px 22px 16px;
}
.it-toc-title {
    font-size: .9rem;
    font-weight: 900;
    color: var(--hd-ink);
    margin: 0 0 10px;
}
.it-toc-title i { color: var(--hd-blue); margin-right: 6px; }
.it-toc-list {
    list-style: none;
    counter-reset: it-toc;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 18px;
}
.it-toc-list li {
    counter-increment: it-toc;
    font-size: .88rem;
    line-height: 1.6;
}
.it-toc-list li::before {
    content: counter(it-toc, decimal-leading-zero);
    font-size: .72rem;
    font-weight: 700;
    color: var(--hd-blue);
    margin-right: 7px;
}
.it-toc-list a {
    color: var(--hd-ink);
    text-decoration: none;
}
.it-toc-list a:hover { color: var(--hd-blue); text-decoration: underline; }
@media (max-width: 767px) {
    .it-toc-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .it-toc-list { grid-template-columns: 1fr; }
}

/* ===== 10/2カラム: 右サイド追従目次 ===== */
.it-side-toc {
    position: sticky;
    top: 78px;
    margin: 40px 0 0;
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 12px;
    padding: 0 16px 16px;
    box-shadow: 0 3px 14px rgba(26, 39, 51, .06);
    overflow: hidden;
}
/* サイドバー: 研修会社カード */
.it-side-company {
    text-align: center;
    background: #f5f8fb;
    border-bottom: 1px solid var(--hd-line);
    margin: 0 -16px 12px;
    padding: 18px 14px 14px;
}
.it-side-company-logo {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.it-side-company-logo img { max-height: 52px; max-width: 90%; object-fit: contain; }
.it-side-company-logo i { font-size: 1.8rem; color: #b9c5cf; }
.it-side-company-name {
    font-size: .8rem;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    color: var(--hd-ink);
}
.it-side-toc-title {
    font-size: .78rem;
    font-weight: 900;
    color: var(--hd-ink);
    margin: 0 0 8px;
}
.it-side-toc-title i { color: var(--hd-blue); margin-right: 4px; }
.it-side-toc ol {
    list-style: none;
    counter-reset: it-stoc;
    margin: 0 0 12px;
    padding: 0;
}
.it-side-toc ol li {
    counter-increment: it-stoc;
    font-size: .78rem;
    line-height: 1.5;
    padding: 3px 0;
    border-bottom: 1px dashed #edf1f5;
}
.it-side-toc ol li:last-child { border-bottom: none; }
.it-side-toc ol li::before {
    content: counter(it-stoc, decimal-leading-zero);
    font-size: .66rem;
    font-weight: 700;
    color: var(--hd-blue);
    margin-right: 6px;
}
.it-side-toc ol a { color: var(--hd-ink); text-decoration: none; }
.it-side-toc ol a:hover { color: var(--hd-blue); text-decoration: underline; }
.it-side-toc-cta {
    width: 100%;
    font-size: .8rem;
    padding: 8px 6px;
}


/* ===== 9/3レイアウト: 本文をカラムに馴染ませる ===== */
.it-layout { padding-top: 8px; }
.it-layout .col-lg-9 > section .container { max-width: 100%; padding-left: 0; padding-right: 0; }
.it-layout .col-lg-9 > section .hd-narrow { max-width: 100%; }
.it-layout .hd-section { padding: 48px 0; }
.it-layout .hd-section-alt {
    border-radius: 14px;
    padding: 48px 28px;
    margin: 8px 0;
}
.it-layout .hd-final {
    border-radius: 14px;
    border: 1px solid var(--hd-line);
    background: #fff;
    padding: 56px 28px;
    margin: 24px 0 8px;
}
@media (max-width: 575px) {
    .it-layout .hd-final { padding: 40px 16px; }
    .it-layout .hd-section-alt { padding: 40px 16px; }
}
@media (min-width: 992px) {
    .it-side-toc ol li { font-size: .8rem; }
}

/* ===== 選び方4視点チェック ===== */
.it-axes { max-width: 820px; margin: 0 auto; }
.it-axes-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(26, 39, 51, .04);
}
.it-axes-row:last-child { margin-bottom: 0; }
.it-axes-label {
    flex: none;
    width: 190px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: .95rem;
    line-height: 1.5;
}
.it-axes-body { flex: 1; margin: 0; font-size: .9rem; line-height: 1.8; color: var(--hd-muted); }
@media (max-width: 575px) {
    .it-axes-row { flex-direction: column; gap: 8px; padding: 16px 18px; }
    .it-axes-label { width: auto; }
}

/* ===== 関連研修プランのリンクカード ===== */
.it-plan-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 10px;
    padding: 12px 16px;
    height: 100%;
    text-decoration: none;
    color: var(--hd-ink);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.6;
    transition: box-shadow .15s ease, transform .15s ease;
}
.it-plan-link:hover {
    color: var(--hd-blue);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(26, 39, 51, .1);
}
.it-plan-link i { flex: none; color: var(--hd-blue); }
.it-consultant-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* ===== プログラム体系: グループ見出し + 研修内容モーダル ===== */
.it-pg-group { margin-top: 26px; }
.it-pg-group:first-of-type { margin-top: 10px; }
.it-pg-group-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.02rem;
    font-weight: 900;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 4px solid var(--hd-blue);
}
.it-pg-group-title i { color: var(--hd-blue); font-size: .9rem; }
.it-pg-group-count {
    font-size: .72rem;
    font-weight: 700;
    color: var(--hd-muted);
    background: #f0f4f8;
    border-radius: 999px;
    padding: 2px 10px;
}
button.it-plan-link { width: 100%; text-align: left; }
.ipm-content { border: none; border-radius: 12px; overflow: hidden; }
.ipm-header {
    background: linear-gradient(135deg, var(--hd-blue), var(--hd-blue-d));
    color: #fff;
    align-items: flex-start;
}
.ipm-header .modal-title { color: #fff; font-weight: 900; }
.ipm-sub { color: rgba(255, 255, 255, .85); font-size: .82rem; margin-top: 4px; }
.ipm-body { padding: 20px 24px; }
.ipm-meta { margin-bottom: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.ipm-meta-tag {
    background: #eef4fb;
    color: var(--hd-blue-d);
    font-size: .78rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 3px 12px;
}
.ipm-section { margin-bottom: 16px; }
.ipm-section:last-child { margin-bottom: 0; }
.ipm-label { font-size: .85rem; font-weight: 900; color: var(--hd-blue-d); margin-bottom: 6px; }
.ipm-label i { margin-right: 4px; }
.ipm-list { list-style: none; margin: 0; padding: 0; }
.ipm-list li {
    position: relative;
    font-size: .9rem;
    line-height: 1.8;
    padding-left: 18px;
    margin-bottom: 2px;
}
.ipm-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--hd-green);
    font-size: .7rem;
}
.ipm-footer { border-top: 1px solid var(--hd-line); justify-content: center; }

/* モーダル: カリキュラムテーブル */
.ipm-curriculum { border-radius: 8px; border: 1px solid var(--hd-line); }
.ipm-curriculum table { margin: 0; font-size: .85rem; }
.ipm-curriculum caption {
    caption-side: top;
    font-size: .8rem;
    font-weight: 700;
    color: var(--hd-muted);
    padding: 8px 12px 6px;
}
.ipm-curriculum th {
    background: #eef4fb;
    color: var(--hd-blue-d);
    font-weight: 700;
    width: 38%;
    vertical-align: top;
    line-height: 1.7;
}
.ipm-curriculum thead th { width: auto; background: var(--hd-blue); color: #fff; }
.ipm-curriculum td { line-height: 1.7; vertical-align: top; }

/* ===== CASE STUDY 支援実績 ===== */
.it-case-list { display: flex; flex-direction: column; gap: 22px; margin-top: 24px; }
.it-case {
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(26, 39, 51, .05);
    overflow: hidden;
}
.it-case-head {
    padding: 20px 26px 16px;
    border-bottom: 1px solid var(--hd-line);
    background: var(--hd-bg-alt);
}
.it-case-title { font-size: 1.1rem; font-weight: 700; color: var(--hd-ink); margin-bottom: 8px; }
.it-case-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 0; }
.it-case-badges span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 999px;
    font-size: .78rem;
    color: var(--hd-muted);
    padding: 3px 12px;
}
.it-case-badges span i { color: var(--hd-green); }
.it-case-body { padding: 22px 26px; }
.it-case-block { margin-bottom: 16px; }
.it-case-block:last-child { margin-bottom: 0; }
.it-case-block-label {
    font-size: .85rem;
    font-weight: 700;
    color: var(--hd-ink);
    margin-bottom: 4px;
}
.it-case-block-label em {
    font-style: normal;
    display: inline-block;
    min-width: 74px;
    text-align: center;
    font-size: .7rem;
    letter-spacing: .06em;
    border-radius: 3px;
    padding: 2px 8px;
    margin-right: 8px;
    color: #fff;
    background: #8a99a8;
}
.it-case-block-support .it-case-block-label em { background: var(--hd-blue); }
.it-case-block-after .it-case-block-label em { background: var(--hd-green); }
.it-case-block-text { font-size: .9rem; line-height: 1.9; color: var(--hd-ink); margin-bottom: 0; }
.it-case-foot {
    margin-top: 16px;
    padding: 12px 0 0;
    border-top: 1px dashed var(--hd-line);
    background: transparent;
}
.it-case-deliv { font-size: .8rem; color: var(--hd-muted); margin-bottom: 4px; }
.it-case-deliv span { font-weight: 700; }
@media (max-width: 767.98px) {
    .it-case-head { padding: 16px 18px 14px; }
    .it-case-body { padding: 18px; }
}

/* ===== PROGRAM下部: 紐づくセミナー ===== */
.it-seminar-block {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid var(--hd-line);
}
.it-seminar-title {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--hd-ink);
    margin-bottom: 6px;
}
.it-seminar-title i { color: var(--hd-green); margin-right: 6px; }
.it-seminar-lead {
    text-align: center;
    font-size: .88rem;
    color: var(--hd-muted);
    margin-bottom: 18px;
}
.it-seminar-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--hd-line);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: var(--hd-ink);
    box-shadow: 0 3px 12px rgba(26, 39, 51, .05);
    transition: transform .15s, box-shadow .15s;
}
.it-seminar-card:hover {
    color: var(--hd-ink);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(26, 39, 51, .12);
}
.it-seminar-thumb { aspect-ratio: 1200 / 630; background: var(--hd-bg-alt); }
.it-seminar-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.it-seminar-body { display: flex; flex-direction: column; flex: 1; padding: 14px 16px 16px; }
.it-seminar-badges { display: flex; gap: 8px; margin-bottom: 8px; }
.it-seminar-badges span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--hd-bg-alt);
    border-radius: 999px;
    font-size: .72rem;
    color: var(--hd-muted);
    padding: 2px 10px;
}
.it-seminar-badges span i { color: var(--hd-green); }
.it-seminar-name { font-size: .9rem; font-weight: 700; line-height: 1.6; margin-bottom: 10px; flex: 1; }
.it-seminar-more { font-size: .8rem; font-weight: 700; color: var(--hd-blue); }
.it-seminar-more i { font-size: .7rem; }
