/* [pliki 테마] 상품 상세 */

.pk-item { padding-top: 34px; }
.pk-item-top { display: flex; gap: 56px; align-items: flex-start; }

/* 갤러리 */
.pk-item-gallery { width: 560px; flex-shrink: 0; }
.pk-item-gallery .swiper { border-radius: 14px; overflow: hidden; background: var(--bg-thumb); }
.pk-item-gallery .swiper-slide { aspect-ratio: 1/1; }
.pk-item-gallery .swiper-slide a { display: block; width: 100%; height: 100%; }
.pk-item-gallery .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.pk-item-gallery .swiper-pagination-bullet-active { background: #111; }
.pk-item-noimg {
    display: flex; align-items: center; justify-content: center; height: 100%;
    color: #ccc; font-size: 48px;
}
.pk-item-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.pk-item-thumbs button {
    width: 64px; height: 64px; border-radius: 8px; overflow: hidden;
    border: 1px solid var(--line); background: var(--bg-thumb); padding: 0; opacity: .65;
}
.pk-item-thumbs button.on { border-color: #111; opacity: 1; }
.pk-item-thumbs img { width: 100%; height: 100%; object-fit: cover; }

/* 우측 정보 */
.pk-item-info { flex: 1; min-width: 0; max-width: 520px; }
.pk-item-brandrow { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.pk-item-brand { font-size: 15px; font-weight: 800; letter-spacing: 0.2px; }
.pk-item-share { font-size: 18px; color: #666; padding: 4px; }
.pk-item-name { font-size: 21px; font-weight: 700; line-height: 1.35; letter-spacing: -0.6px; margin-bottom: 8px; }
.pk-item-basic { font-size: 13px; color: var(--gray); margin-bottom: 6px; }
.pk-item-market { font-size: 13px; color: var(--gray-l); margin-bottom: 12px; }

.pk-item-price { margin-bottom: 12px; }
.pk-item-price strong { font-size: 28px; font-weight: 900; letter-spacing: -0.5px; }
.pk-item-price strong em { font-style: normal; font-size: 18px; font-weight: 700; }
/* 레퍼런스: 취소선 가격은 판매가 아래 줄 */
.pk-item-price del { display: block; margin-top: 2px; color: var(--gray-l); font-size: 15px; }

.pk-item-badges { display: flex; gap: 5px; margin-bottom: 18px; }
.pk-item-badges span {
    background: var(--badge-bg); color: var(--badge-txt); font-size: 12px;
    padding: 4px 8px; border-radius: 4px;
}
.pk-item-badges span.new { background: #111; color: #fff; }

.pk-item-rows { border-top: 1px solid var(--line); margin-bottom: 4px; }
.pk-item-rows li {
    display: flex; justify-content: space-between; padding: 12px 2px;
    border-bottom: 1px solid var(--line); font-size: 13px;
}
.pk-item-rows .lbl { color: #555; }
.pk-item-rows .lbl i { width: 18px; color: #999; }
.pk-item-rows .val b { font-weight: 700; }
.pk-item-rows li:first-child .val b { color: #2f6bff; } /* 레퍼런스: 포인트 값 파랑 */

/* 옵션 select (영카트 생성 select 리스타일) */
.pk-item-option { margin: 18px 0 0; }
.pk-item-option h3 { font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.pk-item-option select, .pk-item-option .it_option, .pk-item-option .it_supply {
    width: 100%; padding: 14px 16px; border: 1.5px solid #e2e2e2; border-radius: 10px;
    font-size: 14px; background: #f2f3f5; margin-bottom: 8px; color: #333;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23555' fill='none' stroke-width='1.6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center;
}
.pk-item-option select:focus { outline: none; border-color: #111; background-color: #fff; }

/* 선택된 옵션 목록 */
#sit_sel_option { margin-top: 14px; }
/* 선택된 옵션 카드 — 레퍼런스: 옵션명 좌상 / X 우상 / 수량 좌하 / 가격 우하 */
#sit_opt_added .sit_opt_list, #sit_opt_added .sit_spl_list {
    position: relative; background: #f2f3f5; border-radius: 12px;
    padding: 16px 16px 14px; margin-bottom: 8px; font-size: 13px;
    display: grid; grid-template-columns: 1fr auto; grid-row-gap: 16px; align-items: end;
}
#sit_opt_added .sit_opt_subj { grid-column: 1 / -1; font-weight: 600; font-size: 13px; color: #222; padding-right: 24px; }
#sit_opt_added .sit_opt_prc { grid-column: 2; grid-row: 2; font-size: 17px; font-weight: 800; color: #111; text-align: right; }
#sit_opt_added > li > div:not(.pk-opt-row) { grid-column: 1; grid-row: 2; display: flex; align-items: center; gap: 0; } /* 무옵션 행(.pk-opt-row)은 제외 — contents 유지 */
/* 수량 스테퍼 (shop.js 생성 input은 .frm_input) */
#sit_opt_added .num_input, #sit_opt_added > li > div:not(.pk-opt-row) input, .pk-opt-qty input.num_input {
    width: 40px !important; height: 30px; text-align: center; border: 1px solid #ddd; border-left: 0; border-right: 0;
    font-size: 13px; font-weight: 600; background: #fff; padding: 0; order: 2;
}
#sit_opt_added .sit_qty_minus, #sit_opt_added .sit_qty_plus, .pk-qty-dn, .pk-qty-up {
    width: 28px; height: 30px; border: 1px solid #ddd; background: #fff; color: #555;
    font-size: 14px; line-height: 1; overflow: hidden; text-indent: -99px;
}
.pk-qty-dn, .pk-qty-up { text-indent: 0; }
#sit_opt_added .sit_qty_minus { border-radius: 6px 0 0 6px; order: 1; } /* 레퍼런스: − 좌측 */
#sit_opt_added .sit_qty_plus { border-radius: 0 6px 6px 0; order: 3; }
#sit_opt_added .sit_qty_minus::before { content: '−'; text-indent: 0; float: left; width: 100%; }
#sit_opt_added .sit_qty_plus::before { content: '+'; text-indent: 0; float: left; width: 100%; }
#sit_opt_added > li > div:not(.pk-opt-row) .num_input { order: 2; }
/* 커스텀 스테퍼(무옵션 케이스) */

.pk-qty-dn { border-radius: 6px 0 0 6px; }
.pk-qty-up { border-radius: 0 6px 6px 0; }
/* X 삭제 버튼 우상단 */
#sit_opt_added .sit_opt_del {
    position: absolute; top: 12px; right: 12px; border: 0; background: none; color: #aaa;
    font-size: 0; width: 20px; height: 20px; order: 4;
}
#sit_opt_added .sit_opt_del::before { content: '\2715'; font-size: 14px; }
/* 무옵션(단품) 행 — 한 줄 배치: 상품명 | 수량 | 가격 (2행 갭 불필요) */
.pk-opt-row { display: contents; }
#sit_opt_added li.pk-single { grid-template-columns: 1fr auto auto; grid-row-gap: 0; align-items: center; }
#sit_opt_added .pk-opt-row .sit_opt_subj { grid-column: 1; grid-row: 1; padding-right: 14px; }
#sit_opt_added .pk-opt-row .pk-opt-qty { grid-column: 2; grid-row: 1; }
#sit_opt_added .pk-opt-row .sit_opt_prc { grid-column: 3; grid-row: 1; font-size: 17px; font-weight: 800; color: #111; text-align: right; margin-left: 16px; }
/* 스테퍼 정렬: − 입력 + 순서 보장 (중첩 깊이와 무관하게) */
.pk-opt-qty { display: inline-flex; align-items: center; }
.pk-opt-qty .sit_qty_minus { order: 1; border-radius: 6px 0 0 6px; }
.pk-opt-qty input.num_input { order: 2; }
.pk-opt-qty .sit_qty_plus { order: 3; border-radius: 0 6px 6px 0; }

/* 총액 */
.pk-item-total {
    display: flex; justify-content: space-between; align-items: center;
    padding: 18px 2px 16px; margin-top: 8px; border-top: 1px solid #111;
}
.pk-item-total > span { font-size: 14px; font-weight: 700; }
#sit_tot_price { font-size: 15px; font-weight: 700; color: var(--red); letter-spacing: -0.5px; }
#sit_tot_price span { display: none; } /* '총 금액:' 라벨 숨김 — 좌측 라벨과 중복 */
#sit_tot_price strong { font-size: 26px; font-weight: 900; margin-right: 2px; }

/* 버튼 */
.pk-item-btns { display: flex; gap: 8px; margin-bottom: 22px; }
.pk-item-btns .pk-btn { flex: 1; height: 54px; font-size: 16px; }
.pk-btn-wish-lg {
    width: 54px; height: 54px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 10px;
    font-size: 20px; color: #888; background: #fff;
}
.pk-btn-wish-lg:hover { color: var(--red); border-color: var(--red); }

/* 배송 정보 */
/* 배송 정보 — 레퍼런스: 소제목 + 라벨 좌 / 값 우측 정렬 */
.pk-item-delivery { border-top: 1px solid var(--line); }
.pk-item-delivery::before { content: '배송 정보'; display: block; font-size: 15px; font-weight: 800; padding: 18px 0 6px; letter-spacing: -0.5px; }
.pk-item-delivery li { display: flex; justify-content: space-between; gap: 14px; padding: 12px 2px; font-size: 13px; border-bottom: 1px solid var(--line); }
.pk-item-delivery .lbl { color: #333; font-weight: 600; min-width: 92px; }
.pk-item-delivery .lbl i { width: 20px; color: #f0a542; }
.pk-item-delivery .val { color: #555; text-align: right; }
/* 브랜드 링크 행 */
.pk-item-brandlink {
    display: flex; align-items: center; gap: 8px; padding: 16px 2px; font-size: 15px; font-weight: 700;
    border-bottom: 1px solid var(--line);
}
.pk-item-brandlink i { color: #999; }

/* 모바일 하단 고정바 */
.pk-item-fixbar { display: none; }

/* ── 상세 탭 ─────────────────────────────────────── */
.pk-item-detail { margin-top: 70px; }
.pk-tab-tit {
    display: flex; border-bottom: 1px solid var(--line); position: sticky; top: 52px;
    background: #fff; z-index: 40;
}
.pk-tab-tit li { flex: 1; }
.pk-tab-tit button {
    width: 100%; padding: 15px 4px; font-size: 14px; font-weight: 600; color: #888;
    border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.pk-tab-tit button.selected { color: #000; font-weight: 800; border-bottom-color: #000; }
.pk-tab-tit button span { color: var(--red); font-weight: 700; }
.pk-tab-con > li { padding: 36px 0 10px; }
.pk-item-explan { max-width: 860px; margin: 0 auto; line-height: 1.8; font-size: 14px; }
.pk-item-explan img { max-width: 100%; height: auto; }
.pk-detail-copy { text-align: center; padding: 30px 0; }
.pk-detail-copy h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.7px; margin-bottom: 12px; }
.pk-detail-copy p { color: var(--gray); }
.pk-item-subtit { font-size: 16px; font-weight: 800; letter-spacing: -0.5px; margin: 26px 0 14px; }
.pk-item-open th {
    text-align: left; background: var(--bg-soft); padding: 11px 14px; font-size: 13px;
    width: 180px; border: 1px solid var(--line); font-weight: 600;
}
.pk-item-open td { padding: 11px 14px; font-size: 13px; border: 1px solid var(--line); }
.pk-item-policy { line-height: 1.8; font-size: 13px; color: #444; margin-bottom: 20px; }

/* 반응형 */
@media (max-width: 1024px) {
    .pk-item-top { gap: 32px; }
    .pk-item-gallery { width: 46%; }
}
@media (max-width: 768px) {
    .pk-item { padding-top: 0; }
    .pk-item.inner { padding: 0; }
    .pk-item-top { display: block; }
    .pk-item-gallery { width: 100%; }
    .pk-item-gallery .swiper { border-radius: 0; }
    .pk-item-thumbs { padding: 0 14px; }
    .pk-item-info { max-width: none; padding: 18px 14px 0; }
    .pk-item-name { font-size: 18px; }
    .pk-item-price strong { font-size: 24px; }
    .pk-item-btns { display: none; } /* 하단 고정바로 대체 */
    .pk-item-fixbar {
        display: flex; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
        background: #fff; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        box-shadow: 0 -4px 20px rgba(0,0,0,.08);
    }
    .pk-item-fixbar .pk-btn { flex: 1; height: 48px; font-size: 15px; }
    .pk-btn-wish-lg { width: 48px; height: 48px; }
    .pk-item-detail { margin-top: 40px; }
    .pk-tab-tit { top: 0; }
    .pk-tab-tit button { font-size: 13px; padding: 13px 2px; }
    .pk-tab-con > li { padding: 26px 14px 6px; }
    .pk-item-open th { width: 120px; }
    body { padding-bottom: 70px; } /* 고정바 공간 */
}

/* ── 상세 탭: 구매후기(sit_use_*) / 상품문의(sit_qa_*) ── */
#sit_use_list, #sit_qa_list { width: 100%; }  /* 상세 컨테이너 풀폭 — 좁아 보이던 문제 수정 */
#sit_use_list > h3, #sit_qa_list > h3 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.sit_use_top h4 { font-size: 14px; font-weight: 700; }
.sit_use_top h4 span { font-weight: 400; color: var(--gray); font-size: 12px; }
.sit_use_top .sit_star { vertical-align: middle; margin-left: 6px; }
#sit_use_wbtn, #sit_qa_wbtn { display: flex; gap: 8px; margin-left: auto; }

#sit_use_wbtn .btn02, #sit_qa_wbtn .btn02 { background: #111; color: #fff; }

#sit_use_ol .sit_use_li, #sit_qa_ol .sit_qa_li { position: relative; border-bottom: 1px solid var(--line); padding: 18px 0 18px 92px; min-height: 100px; }

.sit_use_li .sit_thum img { width: 100%; height: 100%; object-fit: cover; }
.sit_use_dl dt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.sit_use_dl dd { font-size: 12px; color: var(--gray); }
.sit_use_dl .sit_use_star img { width: 78px; }
.sit_use_dl .sit_use_tit { font-size: 14px; font-weight: 700; color: #222; margin: 4px 0; }
.sit_use_li_title, .sit_qa_li_title {
    margin-top: 8px; font-size: 12px; color: #777; border: 1px solid var(--line); border-radius: 999px;
    padding: 6px 12px; background: #fff;
}
.sit_qa_li_title { display: block; width: 100%; text-align: left; border: 0; padding: 4px 0; font-size: 14px; font-weight: 600; color: #222; }
.sit_use_con, .sit_qa_con { display: none; background: var(--bg-soft); border-radius: 12px; padding: 18px; margin-top: 12px; font-size: 13px; line-height: 1.8; color: #444; }
.sit_use_con img, .sit_qa_con img { max-width: 100%; height: auto; border-radius: 8px; }

.sit_use_cmd a, .sit_qa_cmd a { font-size: 12px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.sit_use_reply, .sit_qa_qaa { border-top: 1px dashed #ddd; margin-top: 14px; padding-top: 12px; }

.sit_qa_qaq::before { content: 'Q '; font-weight: 800; }
.sit_qa_qaa::before { content: 'A '; font-weight: 800; color: var(--red); }

/* 페이징 (itemuse_page) */
.pg_wrap { display: flex; justify-content: center; gap: 6px; margin: 20px 0 4px; }
.pg_wrap .pg_page, .pg_wrap .pg_current {
    min-width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center;
    border-radius: 8px; font-size: 12px; color: #555;
}
.pg_wrap .pg_current { background: #111; color: #fff; font-weight: 700; }

/* ── [pliki 테마] 상세 탭 재설계: 구매후기 / 상품문의 카드 ── */
.sit_use_top, .sit_qa_top { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-bottom: 1px solid #111; padding: 6px 0 16px; margin-bottom: 0; }
.pk-tab-sum { font-size: 14px; font-weight: 700; margin: 0; }
.pk-tab-sum b { color: var(--red); }
.pk-tab-sum span { font-size: 12px; font-weight: 400; color: var(--gray); }
.pk-rv-score { display: flex; align-items: center; gap: 12px; }
.pk-rv-score strong { font-size: 30px; font-weight: 800; letter-spacing: -1px; line-height: 1; }
.pk-rv-score-stars { color: #ffb400; font-size: 16px; letter-spacing: 1px; }
.pk-rv-score-cnt { font-size: 12px; color: var(--gray); }
.pk-rv-score-cnt b { color: #111; }
#sit_use_wbtn a, #sit_qa_wbtn a { font-size: 13px; font-weight: 700; padding: 0 16px; height: 38px; display: inline-flex; align-items: center; border-radius: 8px; }
#sit_use_wbtn .btn01, #sit_qa_wbtn .btn01 { border: 1px solid var(--line); color: #333; background: #fff; border-color: #111; }

/* 후기 카드 */
#sit_use_ol .sit_use_li { padding: 20px 0 20px 108px; min-height: 0; }
.sit_use_li .sit_thum { position: absolute; left: 0; overflow: hidden; background: var(--bg-thumb); top: 20px; width: 88px; height: 88px; border-radius: 12px; }
.pk-rv-body { min-width: 0; }
.pk-rv-stars { color: #ffb400; font-size: 13px; letter-spacing: 1px; display: flex; align-items: center; gap: 1px; }
.pk-rv-stars b { color: #111; font-size: 12px; margin-left: 6px; letter-spacing: 0; }
.pk-rv-tit { display: block; font-size: 15px; font-weight: 700; color: #111; margin: 6px 0 4px; letter-spacing: -0.2px; }
.pk-rv-meta, .pk-qa-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--gray); }
.pk-rv-meta .dot, .pk-qa-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: #ccc; display: inline-block; }
.pk-rv-replied { font-style: normal; color: #1c9c53; font-weight: 700; }
#sit_use_ol .sit_use_li_title { margin-top: 10px; font-size: 12px; color: #555; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; background: #fff; display: inline-flex; align-items: center; gap: 4px; }
#sit_use_ol .sit_use_li_title.open { background: #111; color: #fff; border-color: #111; }
#sit_use_ol .sit_use_li_title.open i { transform: rotate(180deg); }
.sit_use_con { padding: 18px 20px; }
.sit_use_p { font-size: 14px; line-height: 1.8; color: #333; }
.use_reply_hd { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.use_reply_tit { font-weight: 700; color: #111; }
.use_reply_name { font-size: 12px; color: var(--gray); }
.use_reply_icon { display: inline-block; background: #111; color: #fff; font-size: 11px; padding: 3px 8px; border-radius: 4px; margin-bottom: 6px; margin: 0; }

/* 문의 아코디언 */
#sit_qa_ol .sit_qa_li { padding-left: 4px; min-height: 0; padding: 0; border-bottom: 1px solid var(--line); }
#sit_qa_ol .sit_qa_li_title { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto 16px; align-items: center; gap: 14px; width: 100%; padding: 18px 4px; margin: 0; border: 0; border-radius: 0; background: none; text-align: left; cursor: pointer; font-size: 14.5px; font-weight: 600; color: #111; }
#sit_qa_ol .sit_qa_li_title:hover { background: #fafafa; }
.pk-qa-st { font-style: normal; font-size: 11px; font-weight: 700; text-align: center; padding: 4px 0; border-radius: 4px; background: #f2f3f5; color: var(--gray); }
.pk-qa-st.done { background: #111; color: #fff; }
.pk-qa-tit { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pk-qa-tit .fa-lock { color: #aaa; font-size: 12px; margin-right: 2px; }
.pk-qa-meta { white-space: nowrap; font-weight: 400; }
.pk-qa-arrow { color: #bbb; font-size: 16px; transition: transform .2s; }
#sit_qa_ol .sit_qa_li.open .pk-qa-arrow { transform: rotate(180deg); color: #111; }
#sit_qa_ol .sit_qa_con { margin: 0 0 18px; }
.sit_qa_qaq, .sit_qa_qaa { display: flex; gap: 12px; align-items: flex-start; }
.sit_qa_qaq::before, .sit_qa_qaa::before { content: none; }
.sit_qa_qaa { border-top: 1px dashed #ddd; margin-top: 14px; padding-top: 14px; }
.qa_alp { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: #111; color: #fff; font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.sit_qa_qaa .qa_alp { background: var(--red); }
.sit_qa_qaa.is-empty .qa_alp { background: #ccc; }
.sit_qa_qaa.is-empty .pk-qa-txt { color: #999; }
.pk-qa-txt { flex: 1; min-width: 0; font-size: 14px; line-height: 1.75; color: #333; padding-top: 2px; }
.sit_qa_cmd, .sit_use_cmd { margin-top: 10px; display: flex; gap: 6px; justify-content: flex-end; }
.sit_empty { text-align: center; color: var(--gray); background: var(--bg-soft); border-radius: 12px; font-size: 13px; margin: 10px 0; padding: 50px 0; }
.sit_empty i { display: block; font-size: 30px; color: #ddd; margin-bottom: 10px; }
.sit_empty span { font-size: 12px; color: var(--gray-l); }
@media (max-width: 768px) {
    .sit_use_top, .sit_qa_top { padding-bottom: 12px; }
    .pk-rv-score strong { font-size: 24px; }
    #sit_use_wbtn, #sit_qa_wbtn { width: 100%; margin-left: 0; }
    #sit_use_wbtn a, #sit_qa_wbtn a { flex: 1; justify-content: center; height: 40px; }
    #sit_use_ol .sit_use_li { padding: 16px 0 16px 84px; }
    .sit_use_li .sit_thum { top: 16px; width: 70px; height: 70px; border-radius: 10px; }
    .pk-rv-tit { font-size: 14px; }
    #sit_qa_ol .sit_qa_li_title { grid-template-columns: minmax(0, 1fr) 16px; grid-template-rows: auto auto auto; gap: 4px 8px; padding: 14px 2px; font-size: 14px; }
    .pk-qa-st { width: 56px; grid-column: 1; }
    .pk-qa-tit { grid-column: 1; white-space: normal; }
    .pk-qa-meta { grid-column: 1; }
    .pk-qa-arrow { grid-column: 2; grid-row: 1 / span 3; }
}

/* ── [pliki 테마] 배송/교환 탭 ── */
.pk-dex-sum { list-style: none; margin: 8px 0 24px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.pk-dex-sum li { background: var(--bg-soft); border-radius: 12px; padding: 16px 16px 14px; display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; column-gap: 8px; align-items: center; }
.pk-dex-sum li i { grid-row: 1 / 3; font-size: 18px; color: #111; }
.pk-dex-sum li span { font-size: 11px; color: var(--gray); }
.pk-dex-sum li strong { font-size: 13px; font-weight: 700; color: #111; letter-spacing: -0.2px; line-height: 1.4; }
.pk-dex-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pk-dex-card { border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; margin: 0; }
.pk-dex-card .pk-item-subtit { margin: 0 0 12px; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.pk-dex-card .pk-item-subtit i { width: 28px; height: 28px; border-radius: 50%; background: #111; color: #fff; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; }
.pk-dex-body { font-size: 13.5px; line-height: 1.8; color: #444; }
.pk-dex-body ul, .pk-dex-body ol { padding-left: 18px; margin: 0; }
.pk-dex-body li { margin: 2px 0; }
.pk-dex-body p { margin: 0 0 8px; }
.pk-dex-body strong { color: #111; }
.pk-dex-body table { width: 100%; border-collapse: collapse; font-size: 12.5px; margin: 8px 0; }
.pk-dex-body th, .pk-dex-body td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; }
.pk-dex-body th { background: var(--bg-soft); font-weight: 600; }
.pk-dex-foot { margin: 18px 0 0; font-size: 12.5px; color: var(--gray); }
.pk-dex-foot a { color: #111; font-weight: 700; text-decoration: underline; }
.pk-dex-foot b { color: #111; }
@media (max-width: 768px) {
    .pk-dex-sum { grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 18px; }
    .pk-dex-sum li { padding: 12px 12px 10px; }
    .pk-dex-sum li strong { font-size: 12px; }
    .pk-dex-grid { grid-template-columns: 1fr; gap: 12px; }
    .pk-dex-card { padding: 18px 16px; }
}
.pk-rv-pt { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: #444; background: #e9f9ef; border-radius: 999px; padding: 6px 12px; margin: 0; }
.pk-rv-pt i { color: #1c9c53; } .pk-rv-pt b { color: #1c9c53; }
