
/*
Theme Name: Astra Child – UU Novels Style
Template: astra
Version: 3.0
*/

.novel-wrapper{
 max-width:850px;
 margin:auto;
 padding:20px;
 font-family:serif;
 line-height:2.2;
}

.reader-top, .reader-bottom{
 display:flex;
 justify-content:space-between;
 align-items:center;
 margin:20px 0;
}

.reader-top select{
 padding:5px;
}

.chapter-box{
 margin-bottom:50px;
}

.about-novel{
 background:#f4f4f4;
 padding:15px;
 margin-bottom:20px;
}

body.dark .about-novel{background:#222;color:#eee;}
body.dark{background:#111;color:#eee;}
