/* ---------- カエレバボックス 全体 ---------- */
.kaerebalink-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  margin: 20px 0;
  background-color: #fafafa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* ---------- 商品画像 ---------- */
.kaerebalink-image img {
  width: 120px;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

/* ---------- 商品名・説明 ---------- */
.kaerebalink-info {
  flex: 1;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.kaerebalink-name a {
  font-weight: bold;
  font-size: 15px;
  color: #1a73e8;
  text-decoration: none;
}

.kaerebalink-name a:hover {
  text-decoration: underline;
}

/* ---------- posted with カエレバ ---------- */
.kaerebalink-powered-date {
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}

/* ---------- 購入リンクボタン ---------- */
.kaerebalink-link1 {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.kaerebalink-link1 a {
  display: inline-block;
  background-color: #f56c6c;
  color: #fff;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.kaerebalink-link1 a:hover {
  background-color: #e25b5b;
}

/* 個別のショップごとに色分けしたい場合（任意） */
.shoplinkrakuten a {
  background-color: #bf0000;
}

.shoplinkamazon a {
  background-color: #ff9900;
}
