/* Flavor Radar — scoped styles for [flavor_radar].
   8-axis taxonomy clockwise from 12 o'clock: Sweet, Fruity, Tangy, Fresh,
   Bitter, Smoky, Earthy, Floral. Brand tokens: paper #faf6f0, chili-red
   #b3261e, gold #b08d4f, ink #2a2320. */

.pst-fr{background:#faf6f0;border:1px solid #e3d8c6;border-radius:12px;padding:20px 22px;
	font-family:"Hanken Grotesk",system-ui,-apple-system,sans-serif;color:#2a2320}
.pst-fr,.pst-fr *{box-sizing:border-box}

.pst-fr-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px}
.pst-fr-kicker{font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;color:#b08d4f;font-weight:600}
.pst-fr-name{font-family:"Fraunces",Georgia,serif;font-size:17px;font-weight:600}

.pst-fr-svg{display:block;width:100%;max-width:360px;margin:2px auto 0}
.pst-fr-grid{fill:none;stroke:#e2d6bf;stroke-width:1}
.pst-fr-spoke{stroke:#e9dfca;stroke-width:1}
.pst-fr-axis{font-family:"Hanken Grotesk",sans-serif;font-size:12.5px;fill:#6b5f52}
.pst-fr-shape{fill:#b3261e;fill-opacity:.15;stroke:#b3261e;stroke-width:1.5;stroke-linejoin:round}
.pst-fr-dot{fill:#b3261e}

.pst-fr-notes{font-size:14px;color:#3f362e;text-align:center;margin-top:6px}
.pst-fr-notes b{font-weight:600}
