/* 《七世》專用 */

.poem_back_1 {
    border: 10px solid #d4af37;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 18em;
    font-family: "SimSun", "宋體", "KaiTi", "楷體";
    color: #000;
    text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
    font-weight: bold;
    font-size: 1.2em !important;
    text-align: center;
    border-radius: 10px; 
    background-image: url('/pic/shu48/1/poem_back.webp'); 
    background-size: cover; 
    background-position: center;
}

.poem_back_2 {
    border: 10px solid #d4af37;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 18em;
    font-family: "SimSun", "宋體", "KaiTi", "楷體";
    color: #000;
    text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
    font-weight: bold;
    font-size: 1.2em !important;
    text-align: center;
    border-radius: 10px; 
    background-image: url('/pic/shu48/2/poem_back.webp'); 
    background-size: cover; 
    background-position: center;
}


/* 美化標題 */
h3 {
    border-left: none; 
    padding-left: 0;
}
h3::before {
    content: "";
    display: inline-block;
    width: 0.4em;            /* 線條粗細 */
    height: 1em;           /* 高度完美貼齊 1 個字體的高度 */
    background-color: #555555;
    margin-right: 12px;    /* 撐開與文字的距離 */
    vertical-align: middle; 
    position: relative;
    top: -0.12em;          /* 對齊文字視覺中心，負越多越高 */ 
}

h4 {
    margin-top: 12px; 
    margin-bottom: 8px;
}
h4::before {
    content: "";
    display: inline-block;
    width: 0.6em;          /* 方塊寬度 */
    height: 0.6em;         /* 方塊高度，與寬度一致即為正方形 */
    background-color: #999999;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -0.14em;           /* 對齊文字視覺中心，負越多越高 */
}