/* HARITA データポケット 役に立った */
.hdpr{margin:6px 0 10px;padding:0;line-height:1}
.hdpr-btn{
  display:inline-flex;align-items:center;gap:6px;
  padding:6px 12px;border:1.5px solid #c9cfd6;border-radius:999px;
  background:#fff;color:#40474f;font-size:13px;line-height:1;
  cursor:pointer;transition:background .15s,border-color .15s,color .15s;
  -webkit-appearance:none;appearance:none;
}
.hdpr-btn svg{width:15px;height:15px;fill:currentColor;flex:0 0 auto}
.hdpr-btn:hover:not(:disabled){background:#f2f7f4;border-color:#2c7355;color:#2c7355}
.hdpr-btn:focus-visible{outline:2px solid #2c7355;outline-offset:2px}
.hdpr-btn:disabled{cursor:default}
.hdpr-btn.is-voted{background:#eef5f1;border-color:#2c7355;color:#2c7355}
.hdpr-n{font-weight:700;font-variant-numeric:tabular-nums}
.hdpr-n:empty{display:none}
@media (prefers-color-scheme:dark){
  .hdpr-btn{background:transparent;border-color:#4a525b;color:#c7ced6}
}
