.cca-wrapper{ border:1px solid #ddd; padding:16px; border-radius:12px; max-width:520px; box-shadow:0 1px 3px rgba(0,0,0,.06); }
.cca-wrapper h3{ margin-top:0; }
.cca-row{ display:flex; align-items:center; gap:8px; margin-bottom:10px; flex-wrap:wrap; }
.cca-row label{ width:120px; font-weight:600; }
.cca-row input[type="number"]{ width:80px; }
.cca-row input[type="text"]{ width:160px; }
.cca-copy{ padding:6px 10px; border:1px solid #ccc; background:#f8f8f8; border-radius:8px; cursor:pointer; }
.cca-note{ font-size:.9em; color:#555; margin-top:8px; }
@media (max-width:480px){
  .cca-row label{ width:100%; }
}
