.ncbcm-story-grid-v2{
  align-items:stretch;
}

.ncbcm-story-grid-v2 .story-item{
  display:flex;
  margin-bottom:26px;
}

.ncbcm-story-grid-v2 .ncbcm-story-card{
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
  overflow:hidden;
  padding:10px;
  border:1px solid rgba(139,76,43,.12);
  border-radius:14px;
  background:#fffdf9;
  box-shadow:0 7px 20px rgba(76,42,24,.07);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.ncbcm-story-grid-v2 .ncbcm-story-card:hover{
  transform:translateY(-6px);
  border-color:rgba(180,106,60,.28);
  box-shadow:0 16px 36px rgba(76,42,24,.15);
}

.ncbcm-story-grid-v2 .ncbcm-story-main-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.ncbcm-story-grid-v2 .ncbcm-story-cover{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:11px;
  background:#f3ece6;
}

.ncbcm-story-grid-v2 .ncbcm-story-cover img{
  display:block;
  width:100%;
  height:500px;
  object-fit:cover;
  border-radius:11px;
  transition:transform .35s ease;
}

.ncbcm-story-grid-v2 .ncbcm-story-card:hover .ncbcm-story-cover img{
  transform:scale(1.035);
}

.ncbcm-story-grid-v2 .story-status-badge{
  position:absolute;
  top:12px;
  right:12px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:6px 11px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  color:#fff;
  font-size:11px;
  font-weight:700;
  line-height:1;
  letter-spacing:.025em;
  text-transform:uppercase;
  box-shadow:0 4px 12px rgba(0,0,0,.18);
  backdrop-filter:blur(4px);
}

.ncbcm-story-grid-v2 .story-status-badge.ongoing{
  background:linear-gradient(135deg,#c87a3f,#a84d24);
}

.ncbcm-story-grid-v2 .story-status-badge.completed{
  background:linear-gradient(135deg,#4fa36c,#287746);
}

.ncbcm-story-grid-v2 h3{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  margin:11px 5px 2px;
  color:#8f2f12;
  font-size:17px;
  line-height:1.35;
  text-align:center;
}

.ncbcm-story-grid-v2 .story-latest-info{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:36px;
  padding:8px 6px 4px;
  color:#8a7062;
  font-size:12px;
}

.ncbcm-story-grid-v2 .story-latest-info a{
  overflow:hidden;
  color:#9a3417;
  font-weight:700;
  text-decoration:none;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.ncbcm-story-grid-v2 .story-latest-info a:hover{
  color:#74240e;
  text-decoration:underline;
}

.ncbcm-story-grid-v2 .ncbcm-latest-time{
  flex:0 0 auto;
  color:#9b887e;
  text-align:right;
  white-space:nowrap;
}

.ncbcm-story-grid-v2 .story-latest-info.is-empty{
  color:#a69186;
}

.ncbcm-story-grid-v2 .ncbcm-card-progress{
  height:4px;
  margin:3px 6px 10px;
  overflow:hidden;
  border-radius:999px;
  background:#eee3db;
}

.ncbcm-story-grid-v2 .ncbcm-card-progress span{
  display:block;
  width:30%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#e36a45,#bf3e23);
  transition:width .35s ease;
}

.ncbcm-story-grid-v2 .ncbcm-story-card:hover .ncbcm-card-progress span{
  width:58%;
}

.ncbcm-story-grid-v2 .story-buttons{
  margin-top:auto;
}

.ncbcm-story-grid-v2 .story-buttons .ncbcm-detail-button{
  width:100%;
  min-height:39px;
  margin:0;
  border:0;
  border-radius:999px;
  background:linear-gradient(90deg,#ca5667,#e16b4b);
  box-shadow:none;
  color:#fff;
  font-size:14px;
  font-weight:600;
  text-transform:none;
  transition:filter .2s ease,transform .2s ease;
}

.ncbcm-story-grid-v2 .story-buttons .ncbcm-detail-button:hover{
  filter:brightness(.94);
  transform:translateY(-1px);
}

@media(max-width:849px){
  .ncbcm-story-grid-v2 .ncbcm-story-cover img{
    height:450px;
  }
}

@media(max-width:549px){
  .ncbcm-story-grid-v2 .story-item{
    margin-bottom:20px;
  }

  .ncbcm-story-grid-v2 .ncbcm-story-cover img{
    height:auto;
    aspect-ratio:3/4;
  }

  .ncbcm-story-grid-v2 h3{
    min-height:auto;
    font-size:16px;
  }
}
