.poem_layout{max-width: 1000px; display: grid; grid-template-columns: 200px 1fr; grid-gap: 25px; margin-top: 25px;}
.poem_layout > div{width: 100%;}
.poem_layout .plCover{padding-bottom: 150%; background-color: var(--bg_silvercalm); border-radius: 10px;}
.poem_layout .plUser{margin-top: 20px;}
.poem_layout .plUser > a{display: grid; grid-template-columns: 25px 1fr; grid-gap: 10px; align-items: center;}
.poem_layout .plUser > a > div{width: 100%;}
.poem_layout .plUser > a > div:first-child > div{width: 25px; height: 25px; background-color: var(--bg_silver); border-radius: 50%;}
.poem_layout .plInfo > div:first-child{font-size: 20px; font-weight: bold; margin-top: 10px;}
.poem_layout .plInfo > div:nth-child(2){margin-top: 3px; color: var(--text_silver);}
.poem_layout .plCount{margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 15px; text-align: center;}
.poem_layout .plCount > div{width: 100%; border: 1.5px solid var(--bg_line); padding: 5px 0px; border-radius: 5px;}
.poem_layout .plCount > div > div:first-child{color: var(--bg_silver);}
.poem_layout .plCount > div > div:nth-child(2){font-size: 17px; font-weight: bold;}
.poem_layout .plContent{margin-top: 15px; margin-bottom: 15px; font-family: 'novel'; padding: 15px 20px; border-radius: 10px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.poem_layout .plContent > p{font-size: 20px; line-height: 35px;}