.em-color-poll-wrap {
    max-width: 640px;
    margin: 0rem auto 0rem auto;
    padding: 2rem;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    font-family: inherit;
}
.em-color-poll-gauge-svg-wrap {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
	padding: 0px 20px;
}
.em-color-poll-gauge-svg-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #2a2a3c;
    left: 0;
}
.em-color-poll {
    position: relative;
    width: 100%;
	margin-bottom: 15px;
}
.em-color-poll svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}
.em-color-slice {
    cursor: pointer;
    transition: opacity .15s;
}

.em-color-slice:hover {
    opacity: .85;
}
.em-color-needle {
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: -78%;
    transform: translateX(-50%) rotate(var(--deg));
    width: 220px;
    height: 220px;
    background-image: url('/wp-content/uploads/2025/11/needle-non-active.webp');
    background-size: 220px 220px;
    background-repeat: no-repeat;
    background-position: center;
}

/* when hovering colors */
.em-color-needle.is-active {
    background-image: url('/wp-content/uploads/2025/11/needle-active.webp');
}

.em-color-poll-heading, 
.em-color-poll-main-heading { font-size:1.2rem; font-weight:600; margin-bottom:.4rem; }
.em-color-poll-sub, .em-color-poll-main-sub { margin-bottom:1.25rem; color:#40405D; }
.em-color-poll-gauge { position:relative; width:100%; max-width:420px; margin:0 auto 1rem; aspect-ratio:2/1; border-radius:999px 999px 0 0; overflow:hidden; background:
        linear-gradient(90deg, #4caf50 0 25%, #ffeb3b 25% 50%, #ff9800 50% 75%, #f44336 75% 100%);
    }
.em-color-poll-gauge-base { position:absolute; left:21%; right:21%; bottom:-55%; height:110%; background:#f7f8ff; border-radius:100%; }
.em-color-poll-pointer { position:absolute; left:50%; bottom:0; width:0; height:100%; transform-origin:50% 100%; transform:rotate(0deg); transition:transform .2s ease-out; pointer-events:none; }
.em-color-poll-pointer-line { position:absolute; left:50%; bottom:12%; width:3px; height:62%; margin-left:-1.5px; background:#5a607f; border-radius:999px; }
.em-color-poll-pointer-knob { position:absolute; left:50%; bottom:7%; width:26px; height:26px; margin-left:-13px; border-radius:50%; border:3px solid #5a607f; background:#fff; }
.em-color-poll-gauge-hit { position:absolute; bottom:0; top:30%; width:25%; cursor:pointer; }
.em-color-poll-gauge-hit[data-choice='green'] { left:0; }
.em-color-poll-gauge-hit[data-choice='yellow'] { left:25%; }
.em-color-poll-gauge-hit[data-choice='orange'] { left:50%; }
.em-color-poll-gauge-hit[data-choice='red'] { left:75%; }

.em-color-poll-help {
    min-height: 70px;
    color: #40405D;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 12px;
	font-weight: 400;
}

.em-color-poll-radios { margin-bottom:1.25rem; }
.em-color-poll-radio-row { display:flex; align-items:flex-start; gap:.5rem; padding:.55rem .8rem; border-radius:8px; background:#eef0ff; margin-bottom:.7rem; cursor:pointer; }
.em-color-poll-radio-row input[type='radio'] { margin-top: 1px; }
.em-color-poll-radio-label-title { font-weight:600; font-size:.9rem; }
.em-color-poll-radio-label-desc { font-size:.8rem; color:#444; margin-top:.15rem; }

.em-color-poll-submit-wrap {
    text-align: center;
}
.em-color-poll-submit { display:inline-block; padding:.7rem 1.8rem; border-radius:999px; border:none; background:#262b64; color:#fff; font-weight:600; cursor:pointer; }
.em-color-poll-submit[disabled] { opacity:.5; cursor:not-allowed; }

.em-color-poll-card { margin-top:1.5rem; }
.em-color-poll-results-wrap { margin-top:.5rem; }
.em-color-poll-results-row { display:flex; align-items:center; gap:.5rem; margin-bottom:.5rem; }
.em-color-poll-results-label { width:115px; font-size:.8rem; }
.em-color-poll-results-bar { flex:1; height:12px; border-radius:999px; background:#e0e1f0; overflow:hidden; }
.em-color-poll-results-bar-fill { height:100%; width:0; transition:width .35s ease-out; }
.em-color-poll-results-bar-fill--green { background:#4caf50; }
.em-color-poll-results-bar-fill--yellow { background:#ffc107; }
.em-color-poll-results-bar-fill--orange { background:#ff9800; }
.em-color-poll-results-bar-fill--red { background:#e53935; }
.em-color-poll-results-pct { width:40px; text-align:right; font-size:.8rem; }
.em-color-poll-total { font-size:.8rem; color:#555; margin-top:.5rem; }

.em-color-poll-answer { 
	margin-top: 1.75rem;
    padding: 1.2rem 1.1rem;
    border-radius: 14px;
    background: #40405D;
    color: #fff;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: center;
}
.em-color-poll-answer img { max-width:90px; border-radius:100px; width: 100% flex-shrink:0; }
.em-color-poll-answer-title { font-weight:600; margin-bottom:.35rem; }
.em-color-poll-answer-text {
    font-size: 15px;
    line-height: 1.4em;
}

.em-color-poll-cta {
    margin-top: 1.25rem;
    text-align: center;
}
.em-color-poll-cta-btn {
    display: inline-block;
    padding: 15px 25px 15px 25px;
    border-radius: 190px;
    background: #FF2D98;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none!important;
}
a.em-color-poll-cta-btn:hover {
    background-color: #DA0063;
    color: #FFFFFF;
}