/* Inline buy-box — single product card editors drop inside post content */
.buy-box {display: flex; gap: 16px; padding: 16px; margin: 24px 0; background: #ffffff; border: 1px solid #e5e5e5; border-radius: 8px;}
.buy-box .buy-box-image {flex-shrink: 0; width: 96px; height: 96px; background: #fbfaf7; border-radius: 4px; display: flex; align-items: center; justify-content: center; padding: 6px; box-sizing: border-box; overflow: hidden;}
.buy-box .buy-box-image a {display: flex; width: 100%; height: 100%; align-items: center; justify-content: center;}
.buy-box .buy-box-image img {max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block;}
.buy-box .buy-box-body {flex: 1; min-width: 0;}
.buy-box .buy-box-title {margin: 0 0 6px; font-size: 16px; font-weight: 700; line-height: 1.3;}
.buy-box .buy-box-title a {color: #1a1a1a; text-decoration: none;}
.buy-box .buy-box-title a:hover {color: #0d8048;}
.buy-box .buy-box-meta {margin: 0 0 6px; font-size: 14px; color: #444;}
.buy-box .buy-box-cost {display: inline-block; padding: 2px 6px; background: #e8f5ee; color: #0a6238; border-radius: 4px; font-weight: 700; font-size: 13px;}
.buy-box .buy-box-sep {margin: 0 4px; color: #aaa;}
.buy-box .buy-box-price {font-weight: 600;}
.buy-box .buy-box-ss {margin: 0 0 10px; font-size: 13px; color: #0a6238;}
.buy-box .buy-box-checked {margin: 6px 0 0; color: #777;}
.buy-box .affiliate-link {display: inline-block; padding: 10px 16px; background: #0d8048; color: #ffffff; text-decoration: none; border-radius: 4px; font-weight: 600; font-size: 14px;}
.buy-box .affiliate-link:hover {background: #0a6238; color: #ffffff;}
@media (max-width: 600px) {
    .buy-box {flex-direction: column;}
    .buy-box .buy-box-image {width: 120px; align-self: center;}
}
