/*
Theme Name: NHCA Salient
Template: salient
Author: AKG
Description: Custom CSS for all NHCA sites
Version: 14.0.4.1729615074
Updated: 2024-10-22 16:37:54

*/


/* Video Lightbox Label */

.portfolio-items[data-ps="7"] .col:nth-child(7),
.portfolio-items[data-ps="7"] .col:nth-child(8) { 
  display: block !important;
  visibility: visible !important;
}

.nectar_video_lightbox .screen-reader-text {
	overflow: unset;
    height: unset;
    width: auto;
    clip: unset;
    clip-path: unset;
    top: 100%;
    text-align: center;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 1.5em;
}


.cms-ratings-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  max-width: 570px;
  margin: 0 auto;
}
.cms-card {
  background: none;
  color: #06344c;
  border: 1px solid #06344c;
  border-radius: 0px;
  padding: 5px 10px 5px;
  text-align: center;
}
.cms-title {
  font: 400 11px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  margin: 2px 0 10px;
  letter-spacing: .2px;
  color: #06344c;
}
.cms-sep {
  height: 1px;
  background: #06344c;
  border: 0;
  margin: 5px 0 1px;
}
.cms-stars {
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  color: #06344c;
}
.cms-stars .filled { color: #06344c; }
.cms-na {
  font: 400 14px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #06344c;
}
@media (max-width: 640px) {
  .cms-ratings-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  grid-template-columns: repeat(2, 1fr); /* Tablets & mobile: 2 columns */
}

