/* Cookie-restricted state for homepage links */
.home #itb-home-link.cookie-locked,
.home #data-room-home-link.cookie-locked {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: auto; /* JS still intercepts clicks so warning can show */
  text-decoration: none;
}

/* Warning message shown under each locked link */
.home .cookie-warning {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
  border-left: 4px solid #b33a3a;
  background-color: #fff3f3;
  color: #1c1e23;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* Cookie preferences link inside warning */
.home .cookie-warning a {
  color: #14558f;
  font-weight: 600;
  text-decoration: underline;
}

.home .cookie-warning a:hover,
.home .cookie-warning a:focus {
  color: #0b2f4c;
}