.info-circle {
    position: absolute;
    top: -0.35rem;
    right: 1.65rem;
    z-index: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #f7e8a2;
    font-size: 17px;
    font-weight: bold;
    font-family: Georgia, serif;
    border: 3px solid #d6ad52;
    cursor: default;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 0 4px rgba(0, 0, 0, 0.7);
}

.info-circle:hover {
    cursor: pointer;
}

.info-circle-other-prizes {
    top: -0.35rem;
    right: 0;
    width: 1.75rem;
    height: 1.75rem;
}

.info-circle-jackpot {
    top: 0.25rem;
    right: 0.25rem;
    width: 2.25rem;
    height: 2.25rem;
}

.info-circle.white-info-background {
    background-color: white;
    color: var(--dark-gold)
}

.info-circle.questions-page-info {
    top: -0.8625rem;
    right: -0.8625rem;
}