.tp-local-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.tp-local-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  align-items:start;
}

.tp-local-head__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.tp-local-sectionHead{
  gap:12px;
  align-items:flex-start;
}

.tp-local-introBox{
  padding:14px 16px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  background:#f8faf8;
}

.tp-local-introBox__title{
  margin:0 0 8px;
  font-size:14px;
  font-weight:700;
}

.tp-local-introBox__list{
  margin:0;
  padding-left:1.2em;
}

.tp-local-introBox__list li + li{
  margin-top:6px;
}

.tp-local-sampleGuide{
  padding:14px 16px;
  border:1px dashed rgba(0,0,0,.16);
  border-radius:14px;
  background:#fffdf5;
}

.tp-local-sampleGuide__title{
  margin:0 0 6px;
  font-size:14px;
  font-weight:700;
}

.tp-local-sampleGuide__text{
  margin:0;
  font-size:14px;
  line-height:1.7;
}

.tp-local-empty{
  padding:24px 18px;
  border:1px dashed rgba(0,0,0,.14);
  border-radius:14px;
  background:#fafafa;
}

.tp-local-empty__title{
  margin:0 0 6px;
  font-size:15px;
  font-weight:700;
}

.tp-local-empty__text{
  margin:0;
  color:#555;
  line-height:1.7;
}

.tp-local-mini{
  min-width:180px;
}

.tp-inlineHelp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  margin-left:6px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.18);
  font-size:11px;
  font-weight:700;
  line-height:1;
  color:#444;
  background:#fff;
  cursor:help;
  vertical-align:middle;
}

.tp-inlineHelpLabel{
  display:inline-block;
  margin-left:6px;
  font-size:12px;
  color:#666;
  vertical-align:middle;
}

.tp-local-note{
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  background:#f6f7f8;
  font-size:13px;
  line-height:1.7;
  color:#444;
}

.tp-btn--sm{
  min-width:96px;
  padding:.55em .95em;
  font-size:13px;
  white-space:nowrap;
}

.tp-table td strong{
  font-weight:700;
}

@media (min-width: 960px){
  .tp-local-grid{
    grid-template-columns:1fr 1fr;
  }

  .tp-local-grid > .tp-card:last-child{
    grid-column:1 / -1;
  }
}

@media (max-width: 720px){
  .tp-local-row{
    grid-template-columns:1fr;
    gap:12px;
  }

  .tp-local-head__top{
    align-items:flex-start;
    flex-direction:column;
  }

  .tp-local-mini{
    min-width:unset;
    width:100%;
  }
}
.tp-lede{
  font-size:15px;
  line-height:1.8;
  color:#334155;
}

.tp-help{
  color:#64748b;
  line-height:1.75;
}
.tp-local-kpi{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.tp-local-kpi .tp-kpi{
  min-height:88px;
}

@media (min-width: 720px){
  .tp-local-kpi{
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:14px;
  }
}
