/* CM 쿠팡 파트너스 — 수위 2: 배경 박스 없이 위아래 선으로만 구분, 글꼴은 본문 상속 */

.cmcp-wrap{margin:1.8em 0;font-family:inherit;color:inherit;}
.cmcp-wrap a{text-decoration:none;color:inherit;}
.cmcp-tag{font-size:11px;color:#adadb2;letter-spacing:.5px;font-weight:400;}

/* 바둑판형 */
.cmcp-grid-wrap{border-top:1px solid #e3e3e6;border-bottom:1px solid #e3e3e6;padding:1.1em 0 1.3em;}
.cmcp-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.9em;}
.cmcp-title{font-weight:800;font-size:1.05em;}
.cmcp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.cmcp-cell a{display:block;border:1px solid #e3e3e6;border-radius:10px;padding:12px;height:100%;
  transition:box-shadow .15s ease;}
.cmcp-cell a:hover{box-shadow:0 3px 12px rgba(0,0,0,.09);}
.cmcp-thumb{display:block;width:100%;aspect-ratio:1/1;border-radius:8px;overflow:hidden;
  background:#f5f5f7;margin-bottom:10px;}
.cmcp-thumb img{width:100%;height:100%;object-fit:contain;display:block;}
.cmcp-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  font-size:.88em;line-height:1.45;}
.cmcp-price{display:block;font-weight:800;font-size:.98em;margin-top:4px;}
.cmcp-rocket{display:inline-block;font-size:11px;color:#0074e9;font-weight:700;
  border:1px solid #cfe4fb;border-radius:4px;padding:0 5px;margin-top:5px;}

@media (max-width:640px){
  .cmcp-grid{grid-template-columns:1fr;gap:10px;}
  .cmcp-cell a{display:flex;gap:12px;align-items:center;}
  .cmcp-thumb{width:84px;min-width:84px;aspect-ratio:1/1;margin-bottom:0;}
  .cmcp-price{display:inline-block;margin-right:8px;}
}

/* 이미지 없는 수동 상품: 사진 영역 없이 가운데 정렬 글자 카드 */
.cmcp-cell-noimg a{display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;gap:4px;padding:22px 14px;}
.cmcp-tag-emoji{font-size:26px;line-height:1;margin-bottom:4px;}
@media (max-width:640px){
  .cmcp-cell-noimg a{flex-direction:row;justify-content:flex-start;text-align:left;padding:14px;}
  .cmcp-tag-emoji{margin-bottom:0;}
}

/* 폴백 다이나믹 배너 · 수동모드 가격 없는 칸 */
.cmcp-banner{text-align:center;margin:1.8em 0;}
.cmcp-golink{display:inline-block;font-size:.85em;font-weight:700;color:#346aff;margin-top:4px;}

/* 문장형 */
.cmcp-text{margin:1.4em 0;}
.cmcp-text a{color:#346aff;font-weight:700;text-decoration:underline;text-underline-offset:3px;}

/* 인기상품 박스형 */
.cmcp-best{border:1px solid #e3e3e6;border-radius:12px;overflow:hidden;}
.cmcp-best-head{display:flex;justify-content:space-between;align-items:center;
  background:linear-gradient(90deg,#fff3e6,#ffe8e8);padding:.7em 1em;font-weight:800;}
.cmcp-row a{display:flex;gap:12px;align-items:center;padding:.7em 1em;border-top:1px solid #eee;}
.cmcp-row a:hover{background:#fafafa;}
.cmcp-rank{font-weight:800;color:#e52528;width:20px;text-align:center;flex-shrink:0;}
.cmcp-thumb-s{width:56px;min-width:56px;height:56px;border-radius:8px;overflow:hidden;background:#f5f5f7;}
.cmcp-thumb-s img{width:100%;height:100%;object-fit:contain;display:block;}
.cmcp-best .cmcp-name{flex:1;font-size:.9em;}
.cmcp-best .cmcp-price{margin:0;white-space:nowrap;}

/* 공정위 문구 — 이미지 속 글씨가 본문 글자 크기와 같아 보이도록 em으로 높이 지정
   (원본 1249×205px, 글씨 약 50px → 본문 1em 기준 환산 높이 4.1em) */
.cmcp-disc{margin:0 0 1.6em;text-align:center;}
.cmcp-disc img{height:4.1em;width:auto;max-width:100%;display:block;margin:0 auto;}
@media (max-width:640px){
  .cmcp-disc img{height:auto;width:100%;}
}
.cmcp-disc-textbox{border:2px solid #2b2b2b;border-radius:14px;padding:.55em 1em;
  text-align:center;font-weight:800;line-height:1.6;}
