/* 3.6.3 G4/G5 前台商品页：样品入口 + T/T 收款卡 */
.ftf-detail__sample {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding: 10px 14px;
    background: #f0f7ff;
    border: 1px solid #d6e8ff;
    border-radius: 8px;
    font-size: 14px;
    color: #1e293b;
}
.ftf-muted { color: #64748b; font-weight: 400; }
.ftf-bank-card {
    margin-top: 28px;
}
.ftf-bank {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.ftf-bank__row {
    display: flex;
    gap: 16px;
    font-size: 14px;
    color: #1e293b;
}
.ftf-bank__label {
    width: 110px;
    flex-shrink: 0;
    color: #64748b;
    font-weight: 500;
}
.ftf-bank__mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-weight: 600;
    letter-spacing: 0.4px;
}
