/* ============================== */
/* 🎯 Rely Test Filter UI Styles  */
/* ============================== */

.rely-organ-filter {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem 0;
    margin: 0 2.5rem; /* leave space for buttons */

  margin-bottom: 2rem;
}

.rely-organ-btn {
  min-width: 120px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.rely-organ-btn img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 5px;
}


.rely-organ-btn.active {
  background: #B488AE;
  color: #fff;
  border-color: #B488AE;
}




.rely-test-search {
  margin-bottom: 1rem;
}

.rely-test-list {
  max-height: 220px;
  overflow-y: auto;
  background: #fff;
  border-radius: 10px;
  padding: 0.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.rely-test-item {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  border-radius: 6px;
}

.rely-test-item:hover,
.rely-test-item.active {
  background: #B488AE;
  color: #fff;
}

.rely-test-detail {
  background: #f1f1f1;
  padding: 1.5rem;
  border-radius: 10px;
  min-height: 180px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.rely-test-detail h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.rely-test-detail .price {
  font-weight: 600;
  color: #28a745;
}








.card-title {
  font-size: 1.2rem;
}

.modal-content ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.modal-body p, .modal-body li {
  font-size: 1rem;
}
