.python-question-list {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    max-width: 710px;
    margin: 15px auto;
    padding: 0;
}

.python-question-list ul {
    list-style: none;
    padding: 0;
}

.python-question-list li {
    padding: 1px 0;
    border-bottom: 1px solid #e6e6e6;
}

.python-question-list a {
    text-decoration: none;
    color: #1a4f60;
    font-weight: 500;
}

.python-question-list a:hover {
    color: #0b63ce;
    text-decoration: none;
}