/********************************************************************
 * 🎯 TOTOLINE SEARCH RESULT v4.5
 * - 토토라인 다크테마 일체형 (#3b3d4a, #2e3250, #7a84ff)
 * - hover 대비 강화 + 라운드 + 내부 그림자
 * - 리스트 간격 및 텍스트 정렬 개선
 ********************************************************************/
#sch_res_list {
  background: #3b3d4a;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: inset 0 0 0 1px rgba(122,132,255,0.08);
  padding: 8px 0 2px 0;
}

/* 🧩 섹션 구분 헤더 */
#sch_res_ov {
  color: #cfd1da;
  font-size: 15px;
  font-weight: 600;
  background: #343642;
  border-radius: 10px;
  padding: 12px 18px;
  margin-bottom: 10px;
  box-shadow: inset 0 0 0 1px rgba(122,132,255,0.08);
}

/* 🧱 각 결과 항목 */
#sch_res_list .list-group-item {
  background: rgba(47,49,64,0.95);
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 10px;
  margin: 0 10px 12px;
  color: #d0d3e0;
  transition: all 0.25s ease;
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
  overflow: hidden;
}

/* hover 효과 */
#sch_res_list .list-group-item:hover {
  border-color: #7a84ff;
  box-shadow: 0 0 12px rgba(122,132,255,0.25);
  transform: translateY(-2px);
  background: rgba(63,65,82,0.95);
}

#sch_res_list .list-group-item:first-of-type {
  margin-top: 8px !important;
}

/* 제목 강조 */
#sch_res_list .list-group-item strong {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* 본문 요약 */
#sch_res_list .list-group-item p {
  color: #cfd1da;
  font-size: 14.5px;
  line-height: 1.7;
  margin-top: 6px;
}

/* 게시판 이름 또는 작성자 */
#sch_res_list .list-group-item .tt-team {
  color: #7a84ff;
  font-weight: 700;
  font-size: 14px;
  margin-left: 2px;
}

/* 아이콘 또는 작성자 영역 */
#sch_res_list .list-group-item small,
#sch_res_list .list-group-item .meta {
  color: #9da1b5;
  font-size: 13px;
  display: block;
  margin-top: 6px;
}

/* 📱 모바일 대응 */
@media (max-width:768px) {
  #sch_res_list .list-group-item {
    margin: 0 5px 10px;
    padding: 12px 14px;
  }
  #sch_res_list .list-group-item p {
    font-size: 14px;
  }
}
