#notificationDropdown {
  max-height: 300px;
  width: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.badge {
  font-size: 10px;
}

.user-info-wrapper {
  gap: 0.5rem;
}

.button-wrapper {
  padding: 0.15rem 0.4rem;
}

.message,
#pActionTaken {
  font-size: 0.75rem;
  margin: 0;
}

.username {
  font-size: 0.8rem;
  margin: 0;
}

.timestamp {
  font-size: 0.75rem;
  margin: 0;
}

.avatar {
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid #7e7e7e;
  border-radius: 50%;
  aspect-ratio: 1;
}

#buttonAccept {
  padding: 0.15rem 0.4rem;
}

#buttonDecline {
  padding: 0.15rem 0.5rem;
}

.button-action-wrapper {
  width: 71%;
}

.bg-pypong-white {
  background-color: var(--white);
}

.text-pypong-red {
  color: var(--red);
}
