/* 
   Zhou Yi content styling
   Scoped to .zhouyi-content so it only affects the translation text
   itself, not the surrounding zhouoracle.com page (masthead, menu, footer).
   Wrap the pasted content like this in the HTML:

   <div class="zhouyi-content">
     ... all the Zhou Yi text/tables/titles go in here ...
   </div>
*/

.zhouyi-content {
    font-family: 'Segoe UI', 'Noto Sans', Arial, sans-serif;
    font-size: 14pt;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fdfcf8;
    color: #333;
    line-height: 1.2;
}

/* Title section styling */
.zhouyi-content .title-section {
    text-align: center;
    margin-bottom: 50px;
    padding: 50px 20px;
    background: linear-gradient(135deg, #f5f0e8 0%, #fdfcf8 100%);
    border: 2px solid #8b4513;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.15);
}

.zhouyi-content .title-section p {
    margin: 10px 0;
}

/* Main romanized title */
.zhouyi-content .title-section p:nth-child(1) {
    font-size: 2.5em;
    font-weight: bold;
    color: #8b4513;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

/* Chinese title */
.zhouyi-content .title-section p:nth-child(2) {
    font-size: 3.5em;
    font-weight: bold;
    color: #a0522d;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

/* Serbian title - first line */
.zhouyi-content .title-section p:nth-child(3) {
    font-size: 2em;
    font-weight: bold;
    color: #654321;
    margin-bottom: 5px;
}

/* Serbian title - second line */
.zhouyi-content .title-section p:nth-child(4) {
    font-size: 2em;
    font-weight: bold;
    color: #654321;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8b4513;
}

/* Translator info */
.zhouyi-content .title-section p:nth-child(5) {
    font-size: 1.1em;
    font-style: italic;
    color: #666;
    margin-top: 20px;
}

.zhouyi-content .title-section p:nth-child(6) {
    font-size: 1.3em;
    font-weight: 600;
    color: #8b4513;
}

.zhouyi-content .title-section p:nth-child(7) {
    font-size: 1em;
    color: #888;
    font-style: italic;
}

.zhouyi-content .main-title {
    font-size: 2em;
    font-weight: bold;
    color: #8b4513;
}

.zhouyi-content .chinese-title {
    font-size: 2.5em;
    font-weight: bold;
    color: #8b4513;
}

.zhouyi-content .translator {
    font-style: italic;
    color: #666;
    margin-top: 20px;
}

/* Hexagram table styling */
.zhouyi-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.zhouyi-content thead tr {
    background-color: #f5f0e8;
}

.zhouyi-content th,
.zhouyi-content td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #ddd;
}

/* First column: hexagram image */
.zhouyi-content th:nth-child(1),
.zhouyi-content td:nth-child(1) {
    width: 100px;
    text-align: center;
    background-color: #fafaf8;
}

/* Second column: Chinese character */
.zhouyi-content th:nth-child(2),
.zhouyi-content td:nth-child(2) {
    width: 100px;
    text-align: center;
    background-color: #fafaf8;
}

/* Third column: text content */
.zhouyi-content th:nth-child(3),
.zhouyi-content td:nth-child(3) {
    width: auto;
    padding: 20px;
}

/* Image sizing */
.zhouyi-content th img,
.zhouyi-content td img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Hexagram title and number */
.zhouyi-content .hexagram-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #8b4513;
    margin-bottom: 10px;
}

/* Chinese text styling */
.zhouyi-content .chinese-text {
    font-size: 1.2em;
    color: #8b4513;
    margin: 10px 0;
}

/* Pinyin styling */
.zhouyi-content .pinyin {
    font-style: italic;
    color: #666;
    margin: 8px 0;
}

/* Serbian translation */
.zhouyi-content .translation {
    font-weight: normal;
    margin: 15px 0;
    color: #2c2c2c;
}

/* Image commentary row */
.zhouyi-content tbody tr td {
    background-color: #f9f9f9;
}

.zhouyi-content tbody tr td:nth-child(1) {
    padding: 20px;
}

/* Target all paragraphs in the header third column - normal weight by default */
.zhouyi-content thead th:nth-child(3) p {
    font-weight: normal;
}

/* Target only the FIRST paragraph in the header third column - make it bold */
.zhouyi-content thead th:nth-child(3) p:first-child {
    font-weight: bold;
    font-size: 1.3em;
    color: #8b4513;
    margin-bottom: 10px;
}

/* Make sure the Chinese text looks good */
.zhouyi-content thead th:nth-child(3) p:nth-child(2) {
    font-size: 1.2em;
    color: #8b4513;
}

/* Pinyin styling */
.zhouyi-content thead th:nth-child(3) p:nth-child(3) {
    font-style: italic;
    color: #666;
}

/* Final judgment text */
.zhouyi-content thead th:nth-child(3) p:nth-child(4) {
    color: #2c2c2c;
}

/* Inline clarifications inside a line, e.g. [King Wu Ding of Shang] */
.zhouyi-content .gloss {
    color: #999999;
}

/* Trailing one-line meaning/commentary after a hexagram line */
.zhouyi-content .commentary {
    color: #3a7d52;
    font-weight: 600;
}

/* Responsive design */
@media (max-width: 768px) {
    .zhouyi-content {
        padding: 10px;
    }

    .zhouyi-content th,
    .zhouyi-content td {
        padding: 10px;
    }

    .zhouyi-content th:nth-child(1), .zhouyi-content td:nth-child(1),
    .zhouyi-content th:nth-child(2), .zhouyi-content td:nth-child(2) {
        width: 80px;
    }
}
