/*
Theme Name: WSOP
Author: Elevate
Text Domain: wsop
Description:
Version: 1.1
*/

.button:hover {
  background-color: #12E119;
  box-shadow: inset -0.625rem -0.75rem 0.375rem #099510;
  -webkit-box-shadow: inset -0.625rem -0.75rem 0.375rem #099510;
}

.player-info-wrapper{
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 40px 0;
}

.player-info-wrapper span:not(:last-child){
  margin-right: 2em;
}

.footer__nav:has(+ .player-info-wrapper){
  margin-bottom: 0;
}
.faq__button:before{
  display: none;
}
.faq__content a{
  text-decoration: underline;
}
