.cgw-aff-box {
  box-sizing: border-box;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
  font-size: 15px;
  line-height: 1.6;
}
.cgw-aff-box * { box-sizing: border-box; }
.cgw-aff-inner { display: flex; gap: 18px; align-items: center; }
.cgw-aff-media {
  flex: 0 0 92px;
  width: 92px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f7f5f2;
  overflow: hidden;
}
.cgw-aff-media img { width: 100%; height: 100%; object-fit: contain; }
.cgw-aff-bottle-svg { width: 38px; height: 78px; display: block; }
.cgw-aff-body { min-width: 0; flex: 1; }
.cgw-aff-title { margin: 0 0 4px; font-weight: 700; font-size: 17px; line-height: 1.45; color: #222; }
.cgw-aff-producer { margin: 0 0 10px; color: #666; font-size: 13px; }
.cgw-aff-buttons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.cgw-aff-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 10px;
  border-radius: 6px;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  transition: opacity .18s, transform .18s;
}
.cgw-aff-button:hover { opacity: .86; transform: translateY(-1px); }
.cgw-aff-button:focus { outline: 3px solid rgba(34, 113, 177, .28); outline-offset: 2px; }
.cgw-aff-amazon { background: #f39800; }
.cgw-aff-rakuten { background: #bf0000; }
.cgw-aff-yahoo { background: #5b38b5; }
.cgw-aff-note { margin: 10px 0 0; color: #777; font-size: 12px; }
@media (max-width: 600px) {
  .cgw-aff-box { padding: 14px; }
  .cgw-aff-inner { align-items: flex-start; gap: 12px; }
  .cgw-aff-media { flex-basis: 70px; width: 70px; height: 88px; }
  .cgw-aff-bottle-svg { width: 30px; height: 62px; }
  .cgw-aff-buttons { grid-template-columns: 1fr; }
  .cgw-aff-title { font-size: 16px; }
}
