.module-card.locked {
  background: #edf0ed;
  color: #82918f;
}

.module-card.locked p,
.module-card.locked small,
.module-card.locked button {
  color: #8d9997;
}

.module-card.locked button {
  cursor: not-allowed;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.academy-header .whatsapp-action {
  border-color: #b9d96d;
  color: #b9d96d;
  font-weight: 800;
}

.academy-header .menu-icon {
  width: 38px;
  padding: 8px;
  font-size: 18px;
}

.module-card button:not(:disabled) {
  width: 100%;
  margin-top: auto;
  padding: 13px 16px;
  border: 0;
  border-radius: 4px;
  background: #087f7b;
  color: #fff;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
}

.module-card button:not(:disabled):hover {
  background: #075c5a;
}

.module-scroll-message {
  margin: 12px 0 0;
  color: #087f7b;
  font-weight: 800;
  text-align: center;
}

#lesson {
  scroll-margin-top: 24px;
}

@media (max-width: 800px) {
  #lesson { scroll-margin-top: 82px; }
}
