/* ---------------------------------------------------------------
   11-v185-two-feedback-only.css
   원본 index.html의 11번째 <style> 블록 (id="v185-two-feedback-only")
   ⚠ 이 파일들은 뒤 순서가 앞 순서를 덮어쓰는 레이어 구조입니다.
      index.html의 <link> 순서를 바꾸면 화면이 깨집니다.
   --------------------------------------------------------------- */

/* ========================================================================
   v1.8.5 · two requested fixes only
   1) Layer2 evidence heading/content: remove the single outer card wrapper
      and restore the open layout used in v1.6.6.1.
   2) Layer1 channel art: make wrapper exactly match the visible image height
      so the blank white strip below the image disappears.
   Everything else stays untouched.
   ======================================================================== */

/* 1. Layer2 evidence section: heading sits directly on the page. */
#viewFreeResult .l2v8-data-zone.evidence-zone{
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}
#viewFreeResult .l2v8-data-zone.evidence-zone::before,
#viewFreeResult .l2v8-data-zone.evidence-zone::after{
  display:none!important;
  content:none!important;
}
#viewFreeResult .evidence-zone>.l2v8-zone-head{
  padding:0 4px!important;
  margin:0 0 18px!important;
}

/* 2. Layer1 channel art: remove the blank lower strip by matching wrapper/image heights. */
#viewInput .l1-house-hero{
  height:178px!important;
  min-height:0!important;
}
#viewInput .l1-house-hero>img,
#viewInput .l1-house-hero img{
  height:178px!important;
  min-height:0!important;
  object-fit:cover!important;
  object-position:center center!important;
}
@media(max-width:460px){
  #viewInput .l1-house-hero,
  #viewInput .l1-house-hero>img,
  #viewInput .l1-house-hero img{height:150px!important;}
}
@media(max-width:390px){
  #viewInput .l1-house-hero,
  #viewInput .l1-house-hero>img,
  #viewInput .l1-house-hero img{height:138px!important;}
}
