/* Style the play button (audio logo) */
#playCaptchaButton {
    width: 44px;  /* Adjust the width of the logo */
    height: 30px; /* Adjust the height of the logo */
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/* Optional: Custom icon styling */
#playCaptchaButton img {
    width: 100%; /* Ensure image fits the button size */
           height: auto;
}
       
audio {
  width: 110px;
  display:none;
  height:20px;
  animation: audioWidth 0.1s forwards;
}

auto::-webkit-media-controls-panel {	
  justify-content: center;
}