/* Dodanong Affiliate - product box */
.ddaff-box{
  display:flex;gap:16px;align-items:stretch;
  border:1px solid #f1d9cf;border-left:4px solid #EE4D2D;border-radius:12px;background:linear-gradient(180deg,#fff,#fff8f5);
  padding:16px;margin:24px 0;box-shadow:0 6px 20px rgba(238,77,45,.10);
}
.ddaff-btn,.ddaff-bar-btn,.ddaff-sticky-btn{color:#fff!important;border-bottom:0!important}
.ddaff-media{position:relative;flex:0 0 140px;width:140px}
.ddaff-media img{width:140px;height:140px;object-fit:contain;border-radius:8px;background:#f8f8f8;display:block}
.ddaff-badge{position:absolute;top:6px;left:6px;font-size:11px;font-weight:700;
  letter-spacing:.02em;padding:3px 8px;border-radius:6px;color:#fff}
.ddaff-badge.in{background:#2E7D32}
.ddaff-badge.out{background:#9a9a9a}
.ddaff-body{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}
.ddaff-name{margin:0 0 8px;font-size:17px;line-height:1.35;font-weight:700;color:#1f1c19}
.ddaff-price{display:flex;align-items:baseline;gap:10px;margin-bottom:10px}
.ddaff-now{font-size:22px;font-weight:800;color:#EE4D2D}
.ddaff-old{font-size:14px;color:#9a9a9a;text-decoration:line-through}
.ddaff-btn{
  display:inline-block;align-self:flex-start;
  background:#EE4D2D;color:#fff;font-weight:700;text-decoration:none;
  padding:10px 22px;border-radius:8px;transition:background .15s ease;white-space:nowrap;
}
.ddaff-btn:hover{background:#d8431f}
.ddaff-btn:focus-visible{outline:3px solid #f9b8a6;outline-offset:2px}
.ddaff-btn.disabled{background:#c9c5bf;pointer-events:auto}
.ddaff-note{margin:10px 0 0;font-size:12px;color:#8a847c;line-height:1.5}
@media (max-width:560px){
  .ddaff-box{flex-direction:column}
  .ddaff-media,.ddaff-media img{width:100%;height:auto}
  .ddaff-media img{height:200px}
}

/* ===== BAR: CTA gọn đặt ĐẦU BÀI (tối đa hoá click) ===== */
.ddaff-bar{
  display:flex;align-items:center;gap:14px;
  border:1px solid #f1d9cf;border-left:4px solid #EE4D2D;border-radius:10px;
  background:linear-gradient(180deg,#fff,#fff7f4);
  padding:12px 14px;margin:0 0 26px;box-shadow:0 2px 10px rgba(238,77,45,.08);
}
.ddaff-bar-img{flex:0 0 64px;width:64px;height:64px;object-fit:contain;background:#f8f8f8;border-radius:8px}
.ddaff-bar-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.ddaff-bar-kick{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#A16A38}
.ddaff-bar-name{font-weight:700;font-size:15px;line-height:1.3;color:#1f1c19;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ddaff-bar-price{font-size:14px;font-weight:800;color:#EE4D2D}
.ddaff-bar-price s{color:#b5afa8;font-weight:400;margin-left:4px}
.ddaff-bar-btn{
  flex:0 0 auto;background:#EE4D2D;color:#fff;font-weight:700;font-size:14px;text-decoration:none;
  padding:11px 18px;border-radius:8px;white-space:nowrap;transition:background .15s ease;
}
.ddaff-bar-btn:hover{background:#d8431f}
.ddaff-bar-btn:focus-visible{outline:3px solid #f9b8a6;outline-offset:2px}
.ddaff-bar-btn.disabled{background:#c9c5bf}
.ddaff-bar.is-out{border-left-color:#c9c5bf;box-shadow:none}
@media (max-width:560px){
  .ddaff-bar{flex-wrap:wrap}
  .ddaff-bar-btn{flex:1 1 100%;text-align:center;margin-top:6px}
}

/* ===== STICKY: thanh SP dính theo scroll (tối đa click) ===== */
.ddaff-sticky{
  position:fixed;left:0;right:0;bottom:0;z-index:9999;
  transform:translateY(110%);transition:transform .32s cubic-bezier(.2,.7,.2,1);
  pointer-events:none;
}
.ddaff-sticky.on{transform:translateY(0);pointer-events:auto}
.ddaff-sticky-in{
  max-width:760px;margin:0 auto 12px;display:flex;align-items:center;gap:12px;
  background:#1C1610;color:#F4E4DE;border:1px solid rgba(231,222,214,.14);border-radius:12px;
  padding:10px 12px;box-shadow:0 12px 34px rgba(0,0,0,.4);
}
.ddaff-sticky-img{flex:0 0 52px;width:52px;height:52px;object-fit:contain;background:#fff;border-radius:8px}
.ddaff-sticky-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}
.ddaff-sticky-kick{font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C8924E}
.ddaff-sticky-name{font-weight:700;font-size:14px;line-height:1.25;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ddaff-sticky-price{font-size:13px;font-weight:800;color:#ff7a5c}
.ddaff-sticky-price s{color:#9a948c;font-weight:400;margin-left:4px}
.ddaff-sticky-btn{
  flex:0 0 auto;background:#EE4D2D;color:#fff;font-weight:700;font-size:14px;text-decoration:none;
  padding:11px 20px;border-radius:8px;white-space:nowrap;transition:background .15s ease;
}
.ddaff-sticky-btn:hover{background:#d8431f}
.ddaff-sticky-x{
  flex:0 0 auto;background:transparent;border:0;color:#b5afa8;font-size:24px;line-height:1;
  cursor:pointer;padding:2px 6px;align-self:flex-start
}
.ddaff-sticky-x:hover{color:#fff}
@media (max-width:560px){
  .ddaff-sticky-in{margin:0;border-radius:0;border-left:0;border-right:0;border-bottom:0}
  .ddaff-sticky-img{width:44px;height:44px;flex-basis:44px}
  .ddaff-sticky-btn{padding:10px 14px;font-size:13px}
}

/* ===== LINK CHỮ trong bài (tự nhiên) ===== */
.ddaff-inlink{
  color:#c0451f;font-weight:600;text-decoration:none;
  border-bottom:1.5px solid #f0b9a8;
  background:linear-gradient(transparent 60%,#fde7df 60%);
  padding:0 1px;transition:border-color .15s ease,background .15s ease;
}
.ddaff-inlink:hover{border-color:#EE4D2D;background:#fde7df}
