.feed-commercial-card .post-header{gap:12px}
.feed-entry-badge{flex:0 0 auto;max-width:150px;padding:5px 9px;color:#0f3f93;background:#edf4ff;border:1px solid #d8e6fb;border-radius:999px;font-size:10px;font-weight:800;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.feed-entry-badge.is-promotion{color:#a11d33;background:#fff0f2;border-color:#f6ced6}
.feed-entry-badge.is-service{color:#1b6b05;background:#eef8f0;border-color:#d8eadb}
.feed-commercial-copy h2{margin:5px 0 0;font-size:20px;font-weight:850;line-height:1.25;letter-spacing:-.018em}
.feed-commercial-copy h2 a{color:var(--ui-text)}
.feed-commercial-copy h2 a:hover{color:var(--ui-primary)}
.feed-commercial-copy p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.feed-product-media img{max-height:470px;aspect-ratio:16/9;object-fit:contain;background:#f4f6f9}
.feed-service-media img{max-height:470px;aspect-ratio:16/9;object-fit:cover;background:#f4f6f9}
.feed-promotion-media img{max-height:470px;aspect-ratio:16/9;object-fit:cover}
.feed-commercial-placeholder{min-height:300px;display:grid;place-items:center;color:var(--ui-primary);background:linear-gradient(145deg,#edf4ff,#f8fafc)}
.feed-commercial-placeholder.is-promotion{color:#b4233e;background:linear-gradient(145deg,#fff0f2,#fff8f9)}
.feed-commercial-placeholder.is-service{color:#1b6b05;background:linear-gradient(145deg,#eef8f0,#f8fbf8)}
.feed-commercial-placeholder .icon{width:54px;height:54px}
.feed-product-summary,.feed-promotion-summary,.feed-service-summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px;border-bottom:1px solid var(--ui-border)}
.feed-price-block{display:flex;align-items:baseline;gap:8px}
.feed-price-block del{color:var(--ui-muted);font-size:12px}
.feed-price-block strong{color:var(--ui-primary);font-size:19px;font-weight:850}
.feed-stock-badge{padding:5px 9px;color:#32663c;background:#eef8f0;border-radius:999px;font-size:10px;font-weight:800}
.feed-stock-badge.out_of_stock{color:#9e2737;background:#fff0f2}
.feed-stock-badge.on_request{color:#80600a;background:#fff8df}
.feed-promotion-summary strong{color:#a11d33;font-size:17px;font-weight:850}
.feed-promotion-summary span{color:var(--ui-muted);font-size:11px;font-weight:650}
.feed-service-summary strong{color:#1b6b05;font-size:17px;font-weight:850}
.feed-service-summary span{color:var(--ui-muted);font-size:11px;font-weight:650}
.feed-sponsored-slot{margin:0 0 16px}
.feed-sponsored-slot>.sponsored-card{margin:0}
.feed-commercial-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:5px 8px}
.feed-commercial-actions a,.feed-commercial-actions button{min-width:0;min-height:40px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 8px;color:var(--ui-text-2);background:transparent;border:0;border-radius:9px;font-family:inherit;font-size:12px;font-weight:700;text-align:center}
.feed-commercial-actions a:hover,.feed-commercial-actions button:hover{color:var(--ui-primary);background:var(--ui-soft-blue)}
.feed-commercial-actions .is-primary{color:var(--ui-primary)}
.feed-commercial-actions .icon{width:18px;height:18px}

@media(max-width:640px){
  .feed-entry-badge{max-width:94px;padding:4px 7px;font-size:10px}
  .feed-commercial-copy h2{font-size:17px}
  .feed-commercial-copy p{-webkit-line-clamp:2}
  .feed-product-media img,.feed-service-media img,.feed-promotion-media img{max-height:none;aspect-ratio:auto}
  .feed-commercial-placeholder{min-height:210px}
  .feed-product-summary,.feed-promotion-summary,.feed-service-summary{min-height:52px;padding:9px 13px}
  .feed-price-block{gap:5px}
  .feed-price-block strong{font-size:16px}
  .feed-promotion-summary strong,.feed-service-summary strong{font-size:14px}
  .feed-commercial-actions{padding:4px}
  .feed-commercial-actions a,.feed-commercial-actions button{gap:4px;padding:0 4px;font-size:10px}
  .feed-commercial-actions .icon{width:17px;height:17px}
}
