.lvgeaps-poll {
    text-align: center;
}

.lvgeaps-poll-options {
    margin: 0 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 769px) {
    .lvgeaps-poll-options {
        flex-direction: column;
    }
}

.lvgeaps-poll-options button {
    cursor: pointer;
}

.lvgeaps-poll-option {
    background: none;
    border: 2px solid #004876;
    margin: 0.25rem 0.5rem;
    display: inline-block;
    padding: 0.5rem 2.75rem;
    width: 33.33%;
    position: relative;
    overflow: hidden;
    color: #004876;
    font-weight: 700;
}

@media (max-width: 769px) {
    .lvgeaps-poll-option {
        width: 100%;
    }
}

.lvgeaps-poll-option-reveal::before {
    content: attr(data-percent) "%";
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translate(0, -50%);
    background: #004876;
    color: #fff;
    padding: 0.25rem;
    font-size: 0.75rem;
    z-index: 3;
}

@media (min-width: 768px) {
    .lvgeaps-poll-option-1.lvgeaps-poll-option-reveal::before {
        left: auto;
        right: 0.5rem;
    }
}

.lvgeaps-poll-option-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #009bde;
    opacity: 0.25;
    z-index: 1;
}

@media (min-width: 768px) {
    .lvgeaps-poll-option-1 .lvgeaps-poll-option-bar {
        left: auto;
        right: 0;
    }
}

.lvgeaps-poll-option-name {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
