.bigreen {
  color: green;
  font-weight: bold;
  font-style: italic;
}

#profile_duolingo {
  display: flex;
  align-items: center;
  gap: 10px; /* optional spacing between items */
}

#profile_duolingo > * {
  display: inline-block;
  margin-bottom: 0; /* override inline styles if needed */
}

#duolingo-profile-link a {
  font-weight: bold;
  color: #4caf50; /* green color for the link */
}

#duolingo-language-icon img {
  max-width: 24px;
  border-radius: 0px;
  margin-bottom: 10px;
  position: relative;
  top: 4px; /* adjust vertical alignment */
}

.duolingo-language-streak-pic,
.duolingo-language-xp-pic {
  max-width: 24px;
  border-radius: 0px;
  margin-right: 5px; /* space between icon and text */
  position: relative;
  top: -2px; /* adjust vertical alignment */
}

.duolingo-language-xp-pic {
  max-width: 24px;
  margin-right: -2px;
}

.duolingo-language-text,
.duolingo-streak-text,
.duolingo-xp-text {
  font-weight: bold;
  color: #4caf50; /* green color for the streak text */
}

.duolingo-streak-text {
  margin-right: 10px;
}

.poll-privacy-settings h4 {
  margin: 0 0 4px; /* margin for spacing */
  font-weight: bold;
  font-size: 1.3em; /* larger font size for the title */
}

#resources ul li a {
  font-weight: bold; /* space between list items */
}
