.study-resumo-disciplina-status {
  margin: 14px 0 18px;
}

.study-resumo-current,
.study-resumo-empty {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 129, 47, 0.24);
  background: rgba(255, 255, 255, 0.045);
}

.study-resumo-current strong,
.study-resumo-empty strong {
  color: #ffb347;
}

.study-resumo-current span,
.study-resumo-empty span {
  opacity: 0.82;
}

.study-resumo-empty {
  border-color: rgba(255, 129, 47, 0.34);
  background: rgba(255, 129, 47, 0.075);
}
