.comment-list {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.comment-list li {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.comment-author {
    font-weight: bold;
    color: #1a237e;
}

.comment-meta {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 8px;
}

.comment-content {
    font-size: 16px;
    line-height: 1.6;
}


/* Ankieta */

.poll-container-1 {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    max-width: 760px;
    margin: 30px auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.poll-container {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    max-width: 760px;
    margin: 30px 0; /* było auto */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


.poll-description {
    margin-bottom: 25px;
    text-align: center;
}

.poll-description h3 {
    margin: 0 0 10px;
}

.poll-description h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #111;
}

.poll-heading {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.poll-form {
    background: #f9f9f9;
}

.poll-option {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    cursor: pointer;
}

.poll-option input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    flex: 0 0 20px;
}

.poll-option span {
    display: inline-block;
    line-height: 1.3;
}

.poll-form button {
    display: inline-block;
    background: #1a237e;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}

.poll-form button:hover {
    background: #3949ab;
}

.poll-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.poll-results li {
    margin-bottom: 18px;
}

.poll-results li strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #111;
}

.poll-bar {
    width: 100%;
    height: 18px;
    background: #e6e6e6;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 6px;
}

.poll-bar-fill {
    height: 100%;
    background: #1a237e;
    border-radius: 999px;
    transition: width 0.4s ease;
}

.poll-results li span {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.poll-total-votes,
.poll-until,
.poll-closed-info {
    margin-top: 20px;
    font-size: 15px;
    color: #222;
}

.poll-closed-info {
    background: #fff1f1;
    border: 1px solid #e57373;
    padding: 10px 12px;
    border-radius: 6px;
    color: #c62828;
    font-weight: 700;
}

.poll-module-header {
    text-align: center;
    margin-bottom: 20px;
}

.poll-module-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}



@media (max-width: 768px) {
    .poll-container {
        width: 100%;
        margin: 25px 0;
        padding: 16px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .poll-description {
        text-align: left;
        margin-bottom: 20px;
    }

    .poll-description h3 {
        margin: 0 0 8px;
    }

    .poll-description h4 {
        font-size: 20px;
        line-height: 1.35;
    }

    .poll-heading {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .poll-form {
        width: 100%;
    }

    .poll-form .poll-option {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        margin: 0 0 18px;
        font-size: 16px;
        line-height: 1.4;
    }

    .poll-form .poll-option input[type="radio"] {
        width: 22px;
        height: 22px;
        margin: 0;
        flex: 0 0 22px;
    }

    .poll-form .poll-option span {
        display: block;
        flex: 1 1 auto;
        width: auto;
        white-space: normal;
    }

    .poll-form button {
        margin-top: 10px;
    }
}

.poll-seo {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
