/* Welcome message styling */
.pnc-thankyou-welcome-message h2 {
  margin-top: 0;
  color: #2e7d32;
  font-size: 20px;
  font-weight: bold;
}



.pnc-thankyou-welcome-message ul {
  margin: 10px 0 0 20px;
}

/* Logout button hover */
.pnc-logout-button .button:hover {
  background-color: #b71c1c;
}
