.ravid-v52-curriculum-hidden-row {
  display: none !important;
}

.ravid-v52-guard-notice,
.ravid-v52-mini-guard {
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: linear-gradient(135deg, rgba(239, 248, 255, 0.92), rgba(236, 253, 245, 0.82));
  color: #0f2f6e;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
}

.ravid-v52-guard-notice {
  border-radius: 22px;
  padding: 14px 16px;
  margin: 0 0 18px;
  font-weight: 800;
  line-height: 1.55;
}

.ravid-v52-guard-notice strong {
  color: #1d4ed8;
}

.ravid-v52-mini-guard {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 9px 13px;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

select[data-ravid-curriculum-guard],
input[data-ravid-curriculum-locked="true"] {
  border-color: rgba(37, 99, 235, 0.34) !important;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(239,248,255,0.78)) !important;
}

input[data-ravid-curriculum-locked="true"] {
  cursor: not-allowed;
  color: #1e3a8a;
  font-weight: 800;
}
