.notificacoes-badge {
  position: absolute;
  top: 0;
  right: 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background-color: #dc3545;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.notificacoes-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1060;
  width: min(380px, 100vw);
  overflow-y: auto;
  background-color: #fff;
  box-shadow: -0.5rem 0 1rem rgba(0, 0, 0, 0.15);
}

.notificacoes-drawer[hidden] {
  display: none !important;
}

.notificacoes-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.notificacoes-drawer__body {
  padding: 1rem 0 0;
}
