.title {
  border: none;
  padding: 10px;
  font-size: 30pt;
}

.title .error {
  color: var(--c-error);
  font-size: 10pt;
}

.title .error .icon {
  margin-right: 10px;
}

.desc {
  border: none;
  padding: 5px;
  resize: none;
}

.sections .add {
  margin: 20px auto 0 auto;
}

.sections .empty {
  margin-top: 60px;
  text-align: center;
}

.sections .empty .message {
  font-size: 16pt;
  color: var(--c-gray-cold);
}

.actions {
  margin-top: 20px;
  text-align: center;
}