/* 《七世》專用 */

.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;
}