/*


 */
.container.main {
  padding-bottom: 60px;
}
.button_to {
  display: inline;
}

/*turbo-frame {
  display: block;
  border: 2px solid blue;
}*/

.timer {
  margin-bottom: 20px;
}

a.task-link {
  text-decoration: none;
  color: rgb(33, 37, 41)
}

a.task-link:hover {
  text-decoration: underline;
}

span.task-attrs {
  font-size: 80%;
  font-weight: bold;
  color: rgb(48, 37, 235);
}

.timer-body {
  padding-bottom: 10px;
}

.tasks-section {
  padding-bottom: 20px;
}

.nowrap {
  white-space: nowrap;
}

span.fruit {
  display: inline-block;
  padding-left: 14px;
}

.list-group-item.flex {
  display: flex;
  align-items: center;
}

.list-group-item .title {
  min-width: 200px;
  margin-right: 10px;
}
.list-group-item .time {
  min-width: 40px;
  margin-right: 10px;
}
.list-group-item .body {
  flex: 1; 
}

.yellow {
  background-color: #F5C842; /* светло-горчичный жёлтый */
}

.blue {
  background-color: #3A6EA5; /* глубокий, спокойный синий */
}

.red {
  background-color: #D94A38; /* тёплый красный, чуть терракотовый */
}
