/* RUP Book Custom Theme */

/* Bilingual annotation styling */
.content main {
    max-width: 900px;
    margin: 0 auto;
}

/* Chinese annotations in parentheses */
.content p, .content li {
    line-height: 1.8;
}

/* Table styling */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
}

table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

/* Image sizing */
img {
    max-width: 100%;
    height: auto;
}

/* Blockquote styling for notes */
blockquote {
    border-left: 4px solid #4a90d9;
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f8f9fa;
}
