.lia-poll {
    max-width: 480px;
    background-color: var(--lia-green-50, #f3f7f3);
    border-radius: 18px;
    box-shadow: 10px 10px 15px silver;
    padding: 20px;
    font-family: var( --primary-font, inherit );
    color: var( --heading-color, #262525 );
}

.lia-poll-hp-wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.lia-poll-title {
    margin-top: 0;
    font-family: var( --secondary-font, inherit );
    color: var( --heading-color, #262525 );
}

.lia-poll-description p {
    margin: 0 0 1em;
}

.lia-poll-description p:last-child {
    margin-bottom: 0;
}

.lia-poll-duration {
    font-size: 13px;
    color: #6c6c6c;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--lia-border, #e0e6e0);
}

.lia-poll-group {
    border: none;
    margin: 0 0 18px;
    padding: 0;
}

.lia-poll-text-answer {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--lia-green-100, #cdd9cd);
    border-radius: 6px;
    padding: 8px 10px;
    font-family: inherit;
    resize: vertical;
}

.lia-poll-group-title {
    display: block;
    font-weight: 700;
    font-family: var( --secondary-font, inherit );
    color: var( --heading-color, #262525 );
    margin-bottom: 8px;
    padding: 0;
}

.lia-poll-optional-tag {
    font-weight: 400;
    font-size: 0.85em;
    color: #6c6c6c;
}

.lia-poll-option {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}

.lia-poll-option input {
    margin-right: 8px;
    accent-color: var( --primary-color, var(--lia-green-300, #9cbe9c) );
}

/* Name/E-Mail-Felder nutzen jetzt .lia-field (Core-DS). */

.lia-poll-submit {
    background: var( --primary-color, var(--lia-green-300, #9cbe9c) );
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 8px 22px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    transition: opacity 0.2s ease;
}

.lia-poll-submit:hover {
    opacity: 0.85;
}

.lia-poll-submit:disabled {
    opacity: 0.6;
    cursor: default;
}

/* Fehlermeldung (.lia-poll-message) nutzt jetzt .lia-field-error, die
   Einwilligungszeile .lia-consent – beide aus dem Core-DS. */

.lia-poll-closed {
    color: #8a6116;
    font-style: italic;
}

.lia-poll-thanks {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}
