/* Tra Cứu Học Bổng — ISL Education */

.sic-sch-header { background: linear-gradient(135deg, #c41230, #8b0000); color: white; text-align: center; padding: 36px 20px; }
.sic-sch-header h2 { font-size: 26px; margin: 0 0 6px; font-weight: 700; }
.sic-sch-header p { font-size: 14px; opacity: .9; margin: 0; }

.sic-sch-wrap { max-width: 1100px; margin: 0 auto; padding: 24px 16px 40px; }

.sic-sch-types {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px;
  margin-bottom: 30px;
}
.sic-sch-type-card {
  background: white; border: 2px solid #eee; border-radius: 12px; padding: 20px;
  cursor: pointer; transition: all .2s; text-align: center;
}
.sic-sch-type-card:hover { border-color: #c41230; box-shadow: 0 4px 16px rgba(196,18,48,.1); }
.sic-sch-type-card.active { border-color: #c41230; background: #fff3f5; }
.sic-sch-type-name { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; }
.sic-sch-type-meta { font-size: 12px; color: #888; }

/* Detail */
.sic-sch-detail h3 { font-size: 18px; font-weight: 700; color: #1a1a1a; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid #c41230; }

.sic-sch-item { border: 1px solid #eee; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.sic-sch-item-head {
  padding: 14px 16px; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; transition: background .2s;
}
.sic-sch-item-head:hover { background: #fff9fa; }
.sic-sch-item-name { font-size: 14px; font-weight: 600; color: #1a1a1a; }
.sic-sch-item-count { font-size: 12px; color: #c41230; font-weight: 600; white-space: nowrap; }

.sic-sch-item-schools { padding: 0 16px 14px; border-top: 1px solid #f0f0f0; }

.sic-sch-school {
  display: flex; align-items: center; gap: 8px; padding: 8px 0;
  border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #1a1a1a;
  font-size: 13px;
}
.sic-sch-school:last-child { border-bottom: none; }
.sic-sch-school:hover { color: #c41230; }
.sic-sch-school-area { font-size: 11px; color: #aaa; margin-left: auto; }

.sic-badge { padding: 2px 7px; border-radius: 4px; font-size: 10px; font-weight: 700; }
.sic-badge-rank { background: #fff3cd; color: #856404; }
.sic-muted { color: #aaa; font-size: 13px; text-align: center; padding: 20px 0; }

@media (max-width: 640px) {
  .sic-sch-header h2 { font-size: 20px; }
  .sic-sch-types { grid-template-columns: 1fr 1fr; }
}
