html, body {
  max-width: 100%;
  overflow-x: clip; /* 'clip' prevents horizontal scroll without breaking sticky headers */
}

/* Numbered list for Loop */
/* .cq-loop {
  counter-reset: cq-counter;
}
.cq-loop .cq-loop-item {
  counter-increment: cq-counter;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
}
.cq-loop .cq-loop-item::before {
  content: counter(cq-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #333;
} */

/* Style for New badge */
.cq-new-badge {
  display: inline-block;
  background: #ff7a3d;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 12px;
  margin-left: 8px;
}


.cq-search-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.cq-search-list li {
  margin-bottom: 8px;
}
.cq-search-list a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.cq-search-list a:hover {
  color: #ff7a3d;
}
.page-id-7388 .entry-title {
    display: none;
}
/* Fix Elementor 4.0 broken entrance animations */
.elementor-invisible {
	  visibility: visible !important;
}


/* Mobile fix for Board AI Scorecard text cutoff */
@media (max-width: 600px) {
	.wrap {
		    max-width: 100%;
		    box-sizing: border-box;
	}
	.hero h1 {
		    word-wrap: break-word;
		    overflow-wrap: break-word;
	}
	.eyebrow {
		    letter-spacing: 0.12em;
	}
}

/* VIP password-protected page styling */
.baos-password-wrap {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 4rem 1.25rem;
  background: #f6f0e4;
}

.baos-password-card {
  max-width: 620px;
  width: 100%;
  padding: clamp(1.75rem, 4vw, 3.25rem);
  background: #fdf8ed;
  border: 1px solid rgba(23, 18, 15, 0.22);
  box-shadow: 0 24px 70px rgba(52, 39, 27, 0.14);
}

.baos-password-eyebrow {
  margin: 0 0 1rem;
  color: #a33a2b;
  font-size: 0.95rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.baos-password-card h1 {
  margin: 0 0 1.2rem;
  color: #17120f;
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  line-height: 0.95;
}

.baos-password-copy {
  margin: 0 0 0.9rem;
  color: #463d35;
  font-size: 1.05rem;
  line-height: 1.55;
}

.baos-password-form {
  margin-top: 1.5rem;
}

.baos-password-form label {
  display: block;
  margin-bottom: 0.5rem;
  color: #17120f;
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.baos-password-row {
  display: flex;
  gap: 0.8rem;
  align-items: stretch;
}

.baos-password-row input {
  flex: 1;
  min-height: 3.1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(23, 18, 15, 0.25);
  background: #fffaf0;
  color: #17120f;
  font-size: 1rem;
}

.baos-password-row button {
  min-height: 3.1rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #17120f;
  background: #17120f;
  color: #fdf8ed;
  font-weight: 760;
  cursor: pointer;
}

.baos-password-row button:hover {
  background: #a33a2b;
  border-color: #a33a2b;
}

.baos-password-note {
  margin: 1.1rem 0 0;
  color: #463d35;
  font-size: 0.95rem;
  line-height: 1.45;
}

@media (max-width: 560px) {
  .baos-password-row {
    flex-direction: column;
  }

  .baos-password-row button {
    width: 100%;
  }
}
	

