/* ============================================================
   BIS CCL Display — フロントエンドスタイル
   英日対訳 2カラム表示
   ============================================================ */

/* ── ラッパー ──────────────────────────────────────────────── */
.bis-ccl-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    max-width: 1280px;
    margin: 0 auto;
    color: #222;
    line-height: 1.6;
}

/* ── Federal Register お知らせ ──────────────────────────────── */
.bis-ccl-fr-notice {
    background: #eef6ff;
    border: 1px solid #b3d4f5;
    border-radius: 6px;
    padding: 10px 16px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #2c5282;
    line-height: 1.6;
}

.bis-ccl-fr-notice__list {
    margin: 0;
    padding-left: 1.4em;
}

.bis-ccl-fr-notice__list li {
    margin: 0;
}

.bis-ccl-fr-notice a {
    color: #1a69c4;
    font-weight: 600;
    text-decoration: underline;
}

/* ── ツールバー（検索・フィルター） ────────────────────────── */
.bis-ccl-toolbar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding: 14px 16px;
    background: #f5f7f9;
    border: 1px solid #dde1e6;
    border-radius: 8px;
    margin-bottom: 12px;
}

.bis-ccl-toolbar input[type="search"] {
    flex: 1 1 220px;
    padding: 9px 14px;
    border: 1.5px solid #bbc3cc;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color .15s;
    background: #fff;
}
.bis-ccl-toolbar input[type="search"]:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0,115,170,.18);
}

.bis-ccl-toolbar select {
    padding: 9px 14px;
    border: 1.5px solid #bbc3cc;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
}

.bis-ccl-toggle-translated {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
}

/* ── メタバー ──────────────────────────────────────────────── */
.bis-ccl-meta-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12px;
    color: #777;
    margin-bottom: 16px;
    padding: 0 4px;
}

/* ── カテゴリグループ ─────────────────────────────────────── */
.bis-ccl-cat-group.is-hidden {
    display: none;
}

.bis-ccl-cat-group + .bis-ccl-cat-group {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 2px solid #dde1e6;
}

.bis-ccl-cat-title {
    display: flex;
    align-items: baseline;
    gap: 8px;
    background: #eef2f7;
    padding: 10px 16px;
    border-left: 4px solid #0073aa;
    border-radius: 0 6px 6px 0;
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
}

.bis-ccl-cat-num {
    font-family: "Courier New", Courier, monospace;
    background: #0073aa;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: .04em;
    white-space: nowrap;
}

.bis-ccl-cat-en {
    font-weight: 600;
    color: #222;
}

.bis-ccl-cat-ja {
    font-size: 13px;
    color: #555;
    font-weight: 400;
}

/* ── ECCN エントリ ────────────────────────────────────────── */
.bis-ccl-entry {
    border: 1px solid #e0e4e9;
    border-radius: 6px;
    margin-bottom: 5px;
    overflow: hidden;
    transition: box-shadow .15s, border-color .15s;
}
.bis-ccl-entry:hover {
    border-color: #a8c0d4;
    box-shadow: 0 2px 8px rgba(0,0,0,.07);
}
.bis-ccl-entry.is-hidden {
    display: none;
}

/* エントリ・ヘッダー（アコーディオントリガー） */
.bis-ccl-entry-hd {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    background: #fff;
    cursor: pointer;
    user-select: none;
    flex-wrap: wrap;
    transition: background .1s;
}
.bis-ccl-entry-hd:hover,
.bis-ccl-entry-hd:focus-visible {
    background: #f0f6fb;
    outline: none;
}

.bis-ccl-code {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    font-weight: 700;
    color: #0073aa;
    background: #e6f2f9;
    padding: 3px 9px;
    border-radius: 4px;
    white-space: nowrap;
    min-width: 60px;
    text-align: center;
}

.bis-ccl-pg {
    font-size: 11px;
    color: #888;
    background: #f0f0f0;
    padding: 2px 7px;
    border-radius: 3px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bis-ccl-etitle {
    flex: 1;
    font-size: 13.5px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bis-ccl-badge {
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 3px;
    font-weight: 600;
    white-space: nowrap;
}
.bis-ccl-badge--untrans {
    background: #ff9800;
    color: #fff;
}

.bis-ccl-chevron {
    font-size: 18px;
    color: #aaa;
    transition: transform .2s;
    flex-shrink: 0;
    line-height: 1;
}
.bis-ccl-entry.is-open .bis-ccl-chevron {
    transform: rotate(90deg);
}

/* エントリ・ボディ */
.bis-ccl-entry-bd {
    border-top: 1px solid #e0e4e9;
    background: #fafbfc;
}
/* HTML hidden 属性のカスタムアニメーション用（JSで制御） */
.bis-ccl-entry-bd[hidden] {
    display: none;
}

/* 2カラムレイアウト */
.bis-ccl-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 700px) {
    .bis-ccl-cols {
        grid-template-columns: 1fr;
    }
    .bis-ccl-col--en {
        border-right: none;
        border-bottom: 1px solid #e0e4e9;
    }
    .bis-ccl-pg {
        display: none;
    }
}

.bis-ccl-col {
    padding: 16px 20px;
}
.bis-ccl-col--en {
    border-right: 1px solid #e0e4e9;
}

/* カラムヘッダー */
.bis-ccl-col-hd {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.bis-ccl-lang-badge {
    background: #0073aa;
    color: #fff;
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 3px;
    font-weight: 700;
}
.bis-ccl-lang-badge--ja {
    background: #c0392b;
}

/* カラム本文 */
.bis-ccl-entry-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.5;
}

.bis-ccl-text {
    font-size: 13px;
    line-height: 1.8;
    color: #444;
}

/* ── コンテンツ内テーブル ─────────────────────────────────────── */
.bis-ccl-table-wrap {
    overflow-x: auto;
    margin: 8px 0;
}

.bis-ccl-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 1.5;
}

.bis-ccl-table caption {
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    color: #666;
    padding: 0 0 4px;
}

.bis-ccl-table th,
.bis-ccl-table td {
    border: 1px solid #d0d7de;
    padding: 5px 10px;
    vertical-align: top;
    text-align: left;
}

.bis-ccl-table th {
    background: #f0f3f6;
    font-weight: 600;
    color: #444;
    white-space: nowrap;
}

.bis-ccl-table td {
    color: #444;
}

.bis-ccl-table tr:nth-child(even) td {
    background: #f9fafb;
}

.bis-ccl-hint {
    font-size: 13px;
    color: #aaa;
    font-style: italic;
}
.bis-ccl-hint--untrans {
    background: #fff8e1;
    border: 1px dashed #ffc107;
    border-radius: 4px;
    padding: 12px 16px;
    color: #7a6207;
    font-style: normal;
    line-height: 1.7;
}

/* エントリフッター */
.bis-ccl-entry-ft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    border-top: 1px solid #eee;
    font-size: 11px;
    color: #aaa;
    flex-wrap: wrap;
    gap: 6px;
}
.bis-ccl-src-link {
    color: #0073aa;
    text-decoration: none;
    font-size: 12px;
}
.bis-ccl-src-link:hover {
    text-decoration: underline;
}
.bis-ccl-updated {
    font-family: monospace;
}

/* ── 検索結果なし ──────────────────────────────────────────── */
.bis-ccl-no-results {
    text-align: center;
    padding: 40px;
    color: #888;
    font-size: 15px;
}

/* ── データなし通知 ───────────────────────────────────────── */
.bis-ccl-notice {
    padding: 16px 20px;
    background: #fff8c5;
    border: 1px solid #e6b800;
    border-radius: 6px;
    color: #7a6207;
    font-size: 14px;
}
