#contactForm > div label {
  color: var(--light);
}

/* Blog post tables (TypedTableBlock) — brand layer over Bootstrap .table */
.block-table table thead th {
  background-color: var(--ramona-primary, #ca6702);
  color: #fff;
  font-weight: 600;
  border-color: var(--ramona-primary, #ca6702);
}

.block-table table tbody tr:nth-child(even) {
  background-color: rgba(10, 147, 150, 0.05);
}

/* Anti-spam honeypot fields: hidden from humans, traps bots that fill all fields */
.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
