#talkToSomeone {
  margin-left: 12px;
  border: 2px solid #8a489c;
  padding:7px;
  border-radius: 8px;
  background-color: #8a489c ;
  color: white;
  text-decoration: none;
}
#urgentHelp {
  margin-left: 10px;
  margin-right: 12px;
  border: 2px solid #8a489c;
  padding:7px;
  border-radius: 8px;
  background-color: #8a489c;
  color: white;
  text-decoration: none;
}
.filament-ai-chat-widget-introduction .filament-ai-chat-widget-introductionBody {
    margin-top: -80px;
}


#haveYourSay {
  display:inline-block;
  margin-top: 1.2rem;
  border-top: 1px solid black;
  padding-top: .7rem;
  width:100%;
  text-align:center;
  font-weight:300;
}



