/* MINIMAL SERIES HERO (Cherry Sorbet Minimal Edition) */

.seriestwo {
  background: #ffffff;
  padding-bottom: 40px;
}

/* Minimal gradient — soft, gentle, no heavy shadows */
.seriestwo .sertobig {
  background: linear-gradient(180deg, #FCD8DC 0%, #ffffff 85%);
  border-radius: 20px;
  padding: 45px 30px;
  box-shadow: none;
}

/* Soft, clean wrapper */
.seriestwo .sertobig .insertobig {
  max-width: 1100px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  align-items: flex-start;
}

/* Minimal image style — no heavy shadow */
.seriestwo .sertothumb img {
  border-radius: 14px !important;
  width: 260px;
  height: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.25s ease;
}

.seriestwo .sertothumb img:hover {
  transform: scale(1.02);
}

/* Title area */
.seriestwo .sertoinfo h1 {
  font-size: 30px !important;
  font-weight: 700;
  color: #B3081D !important;
  margin-bottom: 8px;
}

/* Light alternative name */
.seriestwo .sertobig .alter {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  display: block;
}

/* Minimal 2-column meta info */
.seriestwo .sertomininfo {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 6px 20px;
  margin-bottom: 15px;
}

.seriestwo .sertomininfo span {
  padding: 0;
  background: none;
  color: #B3081D;
  font-weight: 600;
  font-size: 14px;
}

/* Description */
.seriestwo .sersys {
  font-size: 15px;
  line-height: 1.65;
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
}

.seriestwo .sersysn .sysmore {
  color: #B3081D;
  font-weight: 600;
  cursor: pointer;
}

/* Minimal genre tags */
.seriestwo .sertogenre a {
  border-radius: 40px !important;
  padding: 6px 16px !important;
  background: #F7BDC6 !important; /* softer Strawberry Swirl */
  color: #B3081D !important;
  font-weight: 600;
  font-size: 13px;
  transition: 0.2s ease;
}

.seriestwo .sertogenre a:hover {
  background: #B3081D !important;
  color: #fff !important;
}

/* Minimal bookmark button */
.seriestwo .serbookmark {
  margin-top: 15px;
}

.seriestwo .serbookmark .bookmark {
  background: #B3081D !important;
  color: #fff !important;
  padding: 12px 32px !important;
  border-radius: 40px;
  font-weight: 700;
  font-size: 15px;
  transition: 0.2s ease;
}

.seriestwo .serbookmark .bookmark:hover {
  background: #8a0717 !important;
}

/* Remove old heavy body card style — make it flat */
.seriestwo .sertobody {
  background: transparent;
  padding: 25px 10px;
  box-shadow: none;
  border-radius: 0;
}

