.apm-poll-wrapper {
    margin: 20px 0;
}
.apm-poll-container {
    padding: 20px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.apm-poll-title {
    margin-top: 0;
    margin-bottom: 10px;
}
.apm-poll-description {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 0.9em;
    opacity: 0.8;
}
.apm-poll-options label {
    display: block;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.apm-poll-options label:hover {
    opacity: 0.9;
}
.apm-poll-options input {
    margin-right: 10px;
}
.apm-poll-button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
}
.apm-poll-button:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

/* Sonuçlar */
.apm-result-bar-wrapper {
    margin-bottom: 10px;
}
.apm-result-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 0.9em;
}
.apm-result-bar-bg {
    width: 100%;
    height: 20px;
    border-radius: 3px;
    overflow: hidden;
}
.apm-result-bar-fg {
    height: 100%;
    border-radius: 3px;
    transition: width 0.5s ease-in-out;
}
.apm-chart-container {
    position: relative;
    height: 300px;
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
}

/* Mesajlar */
.apm-message,
.apm-poll-message {
    padding: 15px;
    border-radius: 4px;
    background-color: #f0f0f1;
    border: 1px solid #ddd;
    text-align: center;
}
.apm-poll-message.error {
    background-color: #fbeaea;
    color: #c00;
    border-color: #f5c6cb;
}