/* PochiLink Lite styles */
.pochilink-box{
  border:1px solid #e5e5e5;
  border-radius:8px;
  padding:12px;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.06);
  max-width:860px;
  margin:1.2em auto;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
}
.pochilink-head{
  display:flex;
  gap:12px;
  text-decoration:none;
  color:#222;
  align-items:center;
  padding-bottom:10px;
  border-bottom:1px dashed #ddd;
}
.pochilink-thumb{
  width:120px; height:120px; flex:0 0 120px; display:flex; align-items:center; justify-content:center; background:#fafafa; border:1px solid #eee; border-radius:6px; overflow:hidden;
}
.pochilink-thumb img{ max-width:100%; max-height:100%; display:block; }
.pochilink-thumb--placeholder{ color:#aaa; font-size:12px; }
.pochilink-title{
  font-weight:700; line-height:1.5; font-size:18px;
}
.pochilink-buttons{
  display:flex; gap:10px; padding-top:12px; flex-wrap:wrap;
}
.pochilink-btnwrap{
  flex:1 1 220px; min-width:220px;
}
.pochilink-notice{
  margin-bottom: var(--notice-gap, 0px);
  font-weight:700;
  text-align:center;
  letter-spacing:.02em;
}
.pochilink-btn{
  display:block; text-align:center; text-decoration:none; padding:12px 16px; border-radius:6px; font-weight:700; border:1px solid transparent;
}
.pochilink-rakuten .pochilink-btn{ background:#c80000; color:#fff; }
.pochilink-amazon  .pochilink-btn{ background:#ffd814; color:#111; border-color:#fcd200; }
.pochilink-yahoo   .pochilink-btn{ background:#4c9cf1; color:#fff; }
.pochilink-mercari .pochilink-btn{ background:#ff4b4b; color:#fff; }

/* Brand-colored notices */
.pochilink-rakuten .pochilink-notice{ color:#c80000; }
.pochilink-amazon  .pochilink-notice{ color:#ff9900; }
.pochilink-yahoo   .pochilink-notice{ color:#4c9cf1; }
.pochilink-mercari .pochilink-notice{ color:#ff4b4b; }

/* Mobile: 横長で縦に並ぶ / タップしやすい */
@media (max-width: 600px){
  .pochilink-head{ flex-direction:column; align-items:flex-start; }
  .pochilink-thumb{ width:100%; height:auto; aspect-ratio: 16 / 9; }
  .pochilink-title{ font-size:16px; }
  .pochilink-btn{ padding:14px 18px; font-size:16px; }
  .pochilink-buttons{ flex-direction:column; gap:12px; } /* 一定の間隔のみ */
  .pochilink-btnwrap{ min-width: unset; flex:0 0 auto; } /* 余白の伸びを抑制 */
}
