/* CHEAPUNO V10 automated affiliate/ad inventory */
.cu10-ad{box-sizing:border-box;width:100%;max-width:100%;margin:34px 0;padding:14px 16px 16px;border:1px solid rgba(24,39,42,.12);background:#fbfcfb;overflow:visible}
.cu10-ad__label{display:block;margin:0 0 10px;font-size:11px;font-weight:700;letter-spacing:.06em;color:#d76547}
.cu10-ad__image-link,.cu10-ad__image{display:block;width:100%;max-width:100%}.cu10-ad__image{height:auto;object-fit:cover}
.cu10-ad--cta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px}.cu10-ad__cta-copy strong{display:block;font-size:20px;line-height:1.4;color:#122329}.cu10-ad__cta-copy p{margin:6px 0 0;color:#586569}.cu10-ad__button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;background:#dd6a4d;color:#fff!important;text-decoration:none!important;font-weight:700}
.cu10-ad__kkday,.cu10-ad__html{width:100%;max-width:100%;overflow:visible}.cu10-ad__kkday iframe,.cu10-ad__html iframe{display:block;width:100%!important;max-width:100%!important;border:0;overflow:visible}
.cu10-ad--sidebar{margin:24px 0;padding:10px 0 0;border-left:0;border-right:0;background:transparent}.cu10-ad--sidebar .cu10-ad__label{margin-left:0}.cu10-ad--sidebar iframe{max-height:none!important}
.cu10-ad--home{margin:28px 0}
@media(max-width:768px){.cu10-ad{margin:26px 0;padding:12px}.cu10-ad--cta{display:block}.cu10-ad__button{margin-top:14px;width:100%;box-sizing:border-box}}


/* V10.3 article interstitial: compact but price-complete.
 * KKday's iframe is cross-origin, so we cannot restyle its cards directly.
 * Instead we crop a little of the widget's empty top area and use that saved
 * space to reveal the complete price row at the bottom. */
.cu10-ad--article{
  margin:22px 0 24px;
  padding:4px 0 5px;
  border:0;
  border-top:1px solid rgba(24,39,42,.10);
  border-bottom:1px solid rgba(24,39,42,.10);
  background:transparent;
}
.cu10-ad--article .cu10-ad__label{
  margin:0 0 2px;
  font-size:10px;
  line-height:1.25;
}
.cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday{
  position:relative;
  width:100%;
  height:246px;
  max-height:246px;
  overflow:hidden;
}
.cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday iframe{
  display:block!important;
  position:relative!important;
  top:-20px!important;
  width:125%!important;
  max-width:none!important;
  min-width:125%!important;
  height:470px!important;
  max-height:none!important;
  transform:scale(.80);
  transform-origin:top left;
  border:0!important;
}
.cu10-ad--article.cu10-ad--image{padding-top:5px;padding-bottom:5px}
.cu10-ad--article .cu10-ad__image{max-height:220px;object-fit:cover}
.cu10-ad--article.cu10-ad--cta{padding:12px 0;gap:18px}
.cu10-ad--article.cu10-ad--cta .cu10-ad__cta-copy strong{font-size:18px}
.cu10-ad--article.cu10-ad--cta .cu10-ad__button{padding:9px 14px}

@media(max-width:768px){
  .cu10-ad--article{margin:20px 0 22px;padding:4px 0 5px}
  .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday{height:244px;max-height:244px}
  .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday iframe{
    top:-18px!important;
    width:133.333%!important;
    min-width:133.333%!important;
    height:500px!important;
    transform:scale(.75);
  }
}

/* V11: compact article inventory without cropping official iframe content.
 * The iframe is scaled as one complete object; JS gives the wrapper the
 * corresponding scaled height. No negative top offset / no hidden price row. */
.cu11-site .cu10-ad__label{display:none!important}
.cu11-site .cu10-ad--article{margin:22px 0 26px;padding:8px 0;border-top:1px solid rgba(24,39,42,.10);border-bottom:1px solid rgba(24,39,42,.10);overflow:visible!important}
.cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday{position:relative;width:100%;height:auto;max-height:none;overflow:visible!important}
.cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday iframe{position:static!important;top:auto!important;display:block!important;width:121.951%!important;min-width:121.951%!important;max-width:none!important;height:auto;max-height:none!important;transform:scale(.82);transform-origin:top left;border:0!important;overflow:visible!important;clip:auto!important}
@media(max-width:768px){
  .cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday iframe{width:133.333%!important;min-width:133.333%!important;transform:scale(.75)}
}


/* ==========================================================
   V12.1 — consistent four-card article interstitials.
   Restore the compact viewport that the site previously approved: prices stay
   visible, while KKday's lower "查看更多"/copyright furniture is outside the
   article viewport. Homepage/sidebar embeds are NOT cropped.
   ========================================================== */
.cu11-site .cu10-ad--article{margin:28px 0 30px;padding:6px 0 7px;border:0;border-top:1px solid rgba(24,39,42,.10);border-bottom:1px solid rgba(24,39,42,.10);background:transparent;overflow:visible!important}
.cu11-site .cu10-ad--article .cu10-ad__label{display:none!important}
.cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday{position:relative!important;width:100%!important;height:258px!important;min-height:258px!important;max-height:258px!important;overflow:hidden!important}
.cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday iframe{display:block!important;position:relative!important;top:-18px!important;width:125%!important;min-width:125%!important;max-width:none!important;height:470px!important;max-height:none!important;transform:scale(.80)!important;transform-origin:top left!important;border:0!important;overflow:visible!important;clip:auto!important}
/* Never crop homepage/sidebar inventory. */
.cu12-side-commerce,.cu12-side-commerce .cu12-side-ad,.cu12-side-commerce iframe,.cu12-booking,.cu12-booking iframe{max-height:none!important;overflow:visible!important;clip:auto!important}
.cu12-side-commerce .cu12-side-ad{margin-top:.65rem}
.cu12-side-commerce .cu12-side-ad iframe{display:block!important;width:100%!important;max-width:100%!important;transform:none!important}
@media(max-width:768px){
  .cu11-site .cu10-ad--article{margin:24px 0 26px;padding:5px 0 6px}
  .cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday{height:246px!important;min-height:246px!important;max-height:246px!important}
  .cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday iframe{top:-16px!important;width:133.333%!important;min-width:133.333%!important;height:500px!important;transform:scale(.75)!important}
}


/* ==========================================================
   V12.2 — one deterministic article ad format.
   - article OID is forced to the native four-card OID 12124 in PHP
   - use the previously accepted V10.4 compact viewport
   - crop only KKday's lower "查看更多"/footer area, not price rows
   - homepage/sidebar embeds remain completely uncropped
   ========================================================== */
.cu11-site .cu10-ad--article{margin:22px 0 24px!important;padding:4px 0 5px!important;border:0!important;border-top:1px solid rgba(24,39,42,.10)!important;border-bottom:1px solid rgba(24,39,42,.10)!important;background:transparent!important;overflow:visible!important}
.cu11-site .cu10-ad--article .cu10-ad__label{display:none!important}
.cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday{position:relative!important;width:100%!important;height:246px!important;min-height:246px!important;max-height:246px!important;overflow:hidden!important}
.cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday iframe{display:block!important;position:relative!important;top:-20px!important;width:125%!important;min-width:125%!important;max-width:none!important;height:470px!important;max-height:none!important;transform:scale(.80)!important;transform-origin:top left!important;border:0!important;overflow:visible!important;clip:auto!important}
/* Side/home inventory is never cropped. */
.cu122-side-ad,.cu122-side-ad>div,.cu122-side-ad iframe,.cu12-side-commerce,.cu12-side-commerce iframe,.cu12-booking,.cu12-booking iframe{max-height:none!important;overflow:visible!important;clip:auto!important}
@media(max-width:768px){
  .cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday{height:244px!important;min-height:244px!important;max-height:244px!important}
  .cu11-site .cu10-ad--article.cu10-ad--kkday .cu10-ad__kkday iframe{top:-18px!important;width:133.333%!important;min-width:133.333%!important;height:500px!important;transform:scale(.75)!important}
}
