#learn-books-live {
    list-style: none;
    padding: 1rem;
    background-color: #2271b1;
    border-radius: 6px;
}

#learn-books-live li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#learn-books-live a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

#learn-books-live a:hover {
    text-decoration: underline;
}
