    .bento-item {
  border-radius: 0;
  overflow: hidden;
  padding: 25px; 
    flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.labs-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}


.chip-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
}

.no-bottomline{
  border-bottom: none !important;
}


.chip {
  background-color: transparent;
  color: #475569;
  padding: 8px 0; 
  border-bottom: 1px solid #f1f5f9;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
}

.chip::before {
  content: "•";
  color: #cbd5e1;
  margin-right: 10px;
  font-size: 1.2rem;
}

	.container{
		flex: 1 1 auto;
		height: auto;

        	flex: 1 1 250pt;
	height: auto;
	width: 90%;
	text-align: center;
    margin-top:-30px;
	}
