/* References page styles moved from references.html */
.references-page .test-i {
  color: #f28241;
  background-color: white;
}

.references-page .test-box {
  justify-content: flex-start;
  text-align: start !important;
}

/* Shared utility classes for page templates */
.cover-fit { object-fit: cover !important; }
.w-80 { width: 80% !important; }
.w-50 { width: 50% !important; }
.bg-f4f9ff { background-color: #F4F9FF !important; }
.bg-f3f9ff { background-color: #F3F9FF !important; }
.bg-ededed { background-color: #EDEDED !important; }
.cursor-pointer { cursor: pointer !important; }
.no-text-decoration { text-decoration: none !important; }
.img-height-180 { height: 180px !important; }
.rounded-md { border-radius: 8px !important; }
.pin-marker { color: #d66523 !important; }
.text-blue-dark { color: #034873 !important; }
.text-teal { color: #117DBF !important; }
