/* ========================================================
   ひとり商いラボ メルカリShops無料ツール
   CSV分析 → 判断 → 値下げ・値上げ の連結導線
   2026-08-30
   ======================================================== */
.hlab-mercari-free__analysis-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 0 0 18px;
  padding: 13px 15px;
  border: 1px solid rgba(240, 138, 0, 0.30);
  border-left: 4px solid var(--hl-orange);
  border-radius: 14px;
  background: rgba(255, 250, 240, 0.94);
  box-shadow: 0 3px 10px rgba(74, 36, 20, 0.05);
}

.hlab-mercari-free__analysis-bridge > div { min-width: 0; }
.hlab-mercari-free__analysis-bridge span {
  display: block; margin-bottom: 2px; color: #9a6508; font-size: 10px; font-weight: 900; letter-spacing: 0.09em;
}
.hlab-mercari-free__analysis-bridge strong {
  display: block; color: var(--hl-brown); font-size: 15px; line-height: 1.45;
}
.hlab-mercari-free__analysis-bridge p {
  margin: 4px 0 0; color: var(--hl-muted); font-size: 12px; font-weight: 700; line-height: 1.65;
}
.hlab-mercari-free__analysis-bridge .hlab-button { white-space: nowrap; }
.hlab-mercari-free__after-download-note {
  margin: 8px 0 0; color: var(--hl-muted); font-size: 12px; font-weight: 700; line-height: 1.65;
}
.hlab-mercari-free__after-download-actions {
  display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; margin-top: 10px;
}
.hlab-mercari-free__after-download-sub {
  color: var(--hl-brown); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px;
}
@media (max-width: 700px) {
  .hlab-mercari-free__analysis-bridge { grid-template-columns: 1fr; gap: 10px; }
  .hlab-mercari-free__analysis-bridge .hlab-button { width: 100%; }
}
@media (max-width: 640px) {
  .hlab-mercari-free__analysis-bridge { margin-bottom: 14px; padding: 12px; border-radius: 12px; }
  .hlab-mercari-free__after-download-actions { align-items: stretch; flex-direction: column; }
  .hlab-mercari-free__after-download-actions .hlab-button { width: 100%; }
}
