
.pt-mfp-guided-box{background:#fff;border:1px solid #e9e9e9;border-radius:18px;padding:20px;box-shadow:0 12px 30px rgba(0,0,0,.06)}
.pt-mfp-guided-head h3{margin:0 0 8px;font-size:24px;color:#111827}
.pt-mfp-guided-head p{margin:0 0 16px;color:#6b7280}
.pt-mfp-guided-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.pt-mfp-guided-grid label{display:block;margin-bottom:6px;font-weight:600}
.pt-mfp-guided-grid select{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:12px;background:#fff}
.pt-mfp-guided-actions{margin-top:14px}
.pt-mfp-guided-btn{padding:12px 18px;border:none;border-radius:12px;background:var(--pt-mfp-accent,#0f8f8f);color:#fff;font-weight:700;cursor:pointer}
.pt-mfp-guided-result{margin-top:16px}
.pt-mfp-guided-result-card{border:1px solid #e5e7eb;background:#f9fafb;border-radius:14px;padding:16px}
.pt-mfp-guided-result-card strong{display:block;margin-bottom:8px}
.pt-mfp-guided-result-card a{display:inline-flex;padding:10px 14px;background:var(--pt-mfp-accent,#0f8f8f);color:#fff;border-radius:10px;text-decoration:none;font-weight:600}
@media (max-width:1200px){.pt-mfp-guided-grid{grid-template-columns:repeat(2,minmax(0,1fr));}} @media (max-width:767px){.pt-mfp-guided-grid{grid-template-columns:1fr}}

.pt-mfp-guided-symptom-wrap{grid-column:1/-1}
.pt-mfp-guided-symptom-list{display:flex;flex-wrap:wrap;gap:10px}
.pt-mfp-guided-check{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #d1d5db;border-radius:999px;background:#fff;cursor:pointer}
.pt-mfp-guided-check input{width:auto;margin:0}
.pt-mfp-guided-check:hover{border-color:var(--pt-mfp-accent,#0f8f8f)}

.pt-mfp-guided-result-list{display:grid;gap:12px}
.pt-mfp-guided-rank-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.pt-mfp-guided-rank{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#1f2937;font-weight:700;font-size:12px}
.pt-mfp-guided-score{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#ecfeff;color:#0f766e;font-weight:700;font-size:12px}
