  #a11y-widget {
    bottom: 16px;
    right: 16px;
    z-index: 1000;
    font-family: sans-serif;
    display: flex;
    align-items: baseline;
    opacity:0;
  }
  #a11y-widget.visible {

    opacity:1;
    transition: opacity 0.5s ease;
  }
  
  .score-ring {
    width: 40px;
    height: 40px;
    position: relative;
    margin:auto;
  }
  
  .score-ring svg {
    transform: rotate(-90deg);
  }
  
  .score-ring .score-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: bold;
    color: #333;
  }
  
  .score-label {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 4px;
    color: #333;
    text-align: left;
    margin-left: 7px;
  }
