/* Font-face declarations are in /assets/css/style.css (shared) */

:root {
  --gradient-color: linear-gradient(to right, #385bd0, #354987);
  --upload-button-color: rgb(231, 231, 231);

  --blue-violet: rgb(51, 51, 51);
  --next-button-color: linear-gradient(to bottom, var(--blue-violet), rgb(51, 51, 51));

  --builder-header: #3e4b6d;
  --font: #3e4b6d;
  --use-this-template: linear-gradient(to bottom, var(--builder-header), var(--font));
}

/* Shared sidebar/layout styles are in /assets/css/style.css */

#title {
  width: 100%;
  text-align: center;
  margin: 8vh 0 2vh 0;
}

#subTitle {
  width: 80vw;
  margin: 0 auto;
  text-align: center;
}

/* Override alternating row background for ugeplan tables so cell-level
   activity colours are not masked by the generic zebra stripe. */
.sb-chat-section .mwai-text tr:nth-child(even) {
  background: transparent;
}

/* Slightly round and pad activity cells for a cleaner look */
.sb-chat-section .mwai-text td {
  transition: background-color 0.15s ease;
}