.preview {
    line-height: 1.6;
    margin-bottom: 10px;
}

.full-chapter {
    line-height: 1.6;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.hidden {
    display: none !important;
}

.read-full {
    background: #28a745;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
}

.read-full:hover {
    background: #218838;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

#footer a {
    text-align: center;
    color: #007bff;
    text-decoration: none;
    font-size: 0.9em;
}

#footer img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 4px;
}