/* CV widgets redesign (PM-791). Skeleton mirrors pm-price-chart.css:
   navy #012543 / border #e3e8ee / surface #f7f9fb. Affiliate CV buttons are
   orange (complementary to the navy/blue site chrome — 2026-08-10 user
   decision); the BtoB consult CTA stays brand blue #2638E6 so the two
   conversion lanes never compete visually. */

/* --- shared --- */
.pm-cvbtn {
    display: inline-block;
    background: #f08c00;
    color: #fff !important;
    font-weight: 700;
    font-size: 13.5px;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 1.5;
}
.pm-cvbtn:hover { background: #d97d00; color: #fff; }
.pm-cvbtn::after { content: " ›"; font-weight: 700; }

.pm-exlogo {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #e3e8ee;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #012543;
    flex: none;
    overflow: hidden;
}
.pm-exlogo img { max-width: 100%; max-height: 100%; object-fit: contain; }

.pm-cvcard {
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    margin: 24px 0;
    background: #fff;
    overflow: hidden;
}
.pm-cvcard-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 14px 16px 12px;
    border-bottom: 1px solid #e3e8ee;
}
.pm-cvcard-title { font-size: 15px; font-weight: 700; color: #012543; margin: 0; }
.pm-cvcard-pr { font-size: 11px; color: #8b98a5; flex: none; }
.pm-cvcard-foot {
    padding: 8px 16px 10px;
    font-size: 11px;
    color: #8b98a5;
    border-top: 1px solid #eef2f6;
}

/* --- [pm_exchange_table] --- */
.pmwidget-exchange-table .pm-ext-scroll { overflow-x: auto; }
.pmwidget-exchange-table table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    font-size: 13px;
    margin: 0;
    border: none;
}
.pmwidget-exchange-table th {
    background: #f7f9fb;
    color: #5a6b7a;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #e3e8ee;
    text-align: left;
    white-space: nowrap;
}
.pmwidget-exchange-table td {
    padding: 12px;
    border: none;
    border-bottom: 1px solid #eef2f6;
    vertical-align: middle;
    color: #1a2733;
    background: #fff;
}
.pmwidget-exchange-table tr:last-child td { border-bottom: none; }
.pm-ext-ex { display: flex; align-items: center; gap: 10px; min-width: 170px; }
.pm-ext-name { font-weight: 700; font-size: 13.5px; }
.pm-ext-reg { display: block; font-size: 10.5px; color: #8b98a5; font-weight: 400; }
.pm-ext-num { font-variant-numeric: tabular-nums; }

/* --- [pm_recommended_exchanges] --- */
.pm-reco-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-bottom: 1px solid #eef2f6;
    flex-wrap: wrap;
}
.pm-reco-row:last-of-type { border-bottom: none; }
.pm-reco-purpose {
    flex: 0 0 112px;
    font-size: 13px;
    font-weight: 700;
    color: #012543;
    background: #f7f9fb;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    padding: 10px 6px;
    text-align: center;
    line-height: 1.5;
}
.pm-reco-row .pm-exlogo { width: 44px; height: 44px; }
.pm-reco-body { flex: 1; min-width: 180px; }
.pm-reco-name { display: block; font-weight: 700; font-size: 15px; margin-bottom: 2px; }
.pm-reco-reason { display: block; font-size: 12.5px; color: #5a6b7a; line-height: 1.6; }
.pm-reco-row .pm-cvbtn { margin-left: auto; }

/* --- [pm_asp_button] --- */
.pmwidget-asp-button { margin: 24px 0; text-align: center; }
.pmwidget-asp-button .pm-cvbtn { font-size: 15px; padding: 14px 40px; }
.pmwidget-asp-button small { display: block; margin-top: 6px; font-size: 11px; color: #8b98a5; }

/* --- BtoB inline CTA (B-2, above TOC) --- */
.pm-inline-cta {
    border: 1px solid #d8dde8;
    border-radius: 10px;
    background: #fff;
    padding: 20px 22px;
    margin: 24px 0;
}
.pm-inline-cta-h {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 15.5px;
    font-weight: 700;
    color: #1a2733;
    margin: 0 0 8px;
}
.pm-inline-cta-q {
    width: 22px;
    height: 22px;
    border: 1.5px solid #1a2733;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex: none;
}
.pm-inline-cta-body { font-size: 13.5px; color: #1a2733; margin: 0 0 14px; }
.pm-inline-cta-steps { display: flex; gap: 20px; flex-wrap: wrap; }
.pm-inline-cta-step { flex: 1; min-width: 220px; }
.pm-inline-cta-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #2638E6;
    border-bottom: 1px solid #e3e8ee;
    padding-bottom: 4px;
    margin-bottom: 8px;
}
.pm-inline-cta-fill {
    display: block;
    background: #2638E6;
    color: #fff !important;
    font-weight: 700;
    font-size: 13.5px;
    padding: 12px 10px;
    border-radius: 8px;
    text-decoration: none !important;
    text-align: center;
}
.pm-inline-cta-fill:hover { background: #1c2bc4; }
.pm-inline-cta-line {
    display: block;
    background: #fff;
    color: #1a2733 !important;
    border: 1.5px solid #1a2733;
    font-weight: 700;
    font-size: 13.5px;
    padding: 11px 10px;
    border-radius: 8px;
    text-decoration: none !important;
    text-align: center;
}
.pm-inline-cta-step small {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #8b98a5;
    margin-top: 5px;
}

@media (max-width: 560px) {
    .pm-reco-purpose { flex-basis: 100%; padding: 6px; }
    .pm-reco-row .pm-cvbtn { margin-left: 0; width: 100%; text-align: center; box-sizing: border-box; }
}
