
.ndn-container{max-width:1270px;margin:40px auto;padding:0 20px}
.ndn-poet-header{display:flex;gap:30px;align-items:center;margin-bottom:30px}
.ndn-poet-photo img{border-radius:50%;width:170px;height:170px;object-fit:cover}
.ndn-poet-text h1{font-size:38px;margin-bottom:10px}
.ndn-poet-meta span{margin-right:15px;color:#777;font-size:16px}

.ndn-tabs{border-bottom:2px solid #eee;margin-bottom:20px}
.ndn-tabs button{background:none;border:none;padding:12px 22px;font-size:18px;cursor:pointer}
.ndn-tabs button.active{border-bottom:3px solid #e05a47;color:#e05a47}

.ndn-tab{display:none}
.ndn-tab.active{display:block}

.ndn-poem-list{list-style:none;padding:0;margin-top:20px}
.ndn-poem-list li{padding:10px 0;border-bottom:1px solid #eee;font-size:18px}

.ndn-poem-card {
  border: 1px solid #eee;
  padding: 8px;
  border-radius: 5px;
  gap: 10px;
  display: grid;
}

.ndn-poem-card h3{ font-size:18px;}

.ndn-poem-wrapper{display:flex;gap:40px;max-width:1200px;margin:40px auto}
.ndn-poem-main{flex:3;font-family:Georgia,serif}
.ndn-poem-title{font-size:36px;margin-bottom:15px}
.ndn-poem-image img{max-width:100%;margin:20px 0}
.ndn-poem-meta{margin-bottom:20px;font-size:16px;color:#555}
.ndn-poem-meta a{text-decoration:none;font-weight:600}
.ndn-poem-content{font-size:18px;line-height:1.9}

.ndn-poem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ndn-pagination{text-align:center;margin:30px 0}

.ndn-poem-sidebar{flex:1;border-left:1px solid #eee;padding-left:25px}
.ndn-poem-sidebar-widget ul{list-style:none;padding:0}
.ndn-poem-sidebar-widget li{margin:8px 0}


.ndn-poem-sidebar-widget ul li a{border-bottom: 1px solid #535353;
  padding-bottom: 14px;
  padding-top: 8px;display:block;}
  
  
  .ndn-poet-intro{ margin-bottom:80px;}
  
  
  
  .ndn-poem-main p{ margin-bottom:20px;}







@media only screen and (max-width:1024px) and (min-width:1013px) {
}
@media only screen and (max-width:1014px) and (min-width:668px) {
}
@media only screen and (max-width:667px) and (min-width:480px) {
}
@media only screen and (max-width:479px) and (min-width:320px) {
    
    .ndn-poem-wrapper {
  display: block;
  gap: 40px;
  max-width: 100%;
  margin: 40px auto;
  padding: 0px 20px;
}
}



