/* Sponsored placements: homepage banner, featured listings, checkout strip. */
.cb-ad-section { max-width: 80rem; margin: 0 auto; padding: 8px 16px; box-sizing: border-box; }
.cb-ad-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.cb-ad-card { display: flex; align-items: center; gap: 12px; padding: 12px; background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; color: inherit; text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; }
.cb-ad-card:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(15, 23, 42, .08); border-color: #93c5fd; }
.cb-ad-card img, .cb-ad-ph { width: 64px; height: 64px; flex: none; border-radius: 10px; object-fit: cover; background: #f1f5f9; }
.cb-ad-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cb-ad-body strong { font-size: 14px; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.cb-ad-tag { align-self: flex-start; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 1px 7px; border-radius: 999px; background: #fef3c7; color: #92400e; }
.cb-ad-price { font-size: 13px; font-weight: 700; color: #1d4ed8; }
.cb-ad-featured { padding-top: 32px; padding-bottom: 32px; }
.cb-ad-featured h2 { margin: 0 0 18px; font-size: 24px; }
.cb-ad-checkout { max-width: none; margin: 18px 0 0; padding: 14px 0 0; border-top: 1px solid #e5e7eb; }
.cb-ad-checkout h4 { margin: 0 0 10px; font-size: 14px; }
.cb-ad-checkout .cb-ad-cards { grid-template-columns: 1fr; gap: 10px; }
.cb-ad-checkout .cb-ad-card { padding: 9px; }
.cb-ad-checkout .cb-ad-card img, .cb-ad-checkout .cb-ad-ph { width: 52px; height: 52px; }
