.elementor-79459 .elementor-element.elementor-element-64dc3913{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-79459 .elementor-element.elementor-element-6f122916{padding:10px 10px 10px 10px;}/* Start custom CSS for html, class: .elementor-element-6f122916 */:root {
  --color-main: #cf0062;
  --color-deep: #632643;
  --color-text: #101016CC;

  --pastel-pink: #ffe4f1;
  --pastel-yellow: #fff7d6;
  --pastel-blue: #e3f2ff;
  --pastel-lilac: #f2e9ff;
}

.manga-news-page {
  font-family: "Nunito-Neu", sans-serif;
  color: var(--color-text);
  padding: 30px 0 40px;
}

.manga-news-hero {
  padding: 0 20px 36px;
}

.manga-news-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.manga-news-title {
  font-family: "Bello-SmCp", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--color-main);
  margin: 0 0 14px;
}

.manga-news-text {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 8px;
  font-family: "Nunito-Neu", sans-serif;
}

.manga-news-months {
  padding: 0 20px;
}

.manga-news-months-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 24px 16px 36px;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(255, 228, 241, 0.9),
    rgba(227, 242, 255, 0.9),
    rgba(255, 247, 214, 0.9)
  );
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
}

.manga-news-info {
  margin-bottom: 14px;
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0.9;
  font-family: "Nunito-Neu", sans-serif;
}

.manga-year-block {
  margin-top: 10px;
}

.manga-year-title {
  font-family: "Bello-SmCp", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2rem;
  color: var(--color-deep);
  margin: 0 0 10px;
}

.manga-month-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 900px) {
  .manga-month-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .manga-month-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.manga-month-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 10px;
  border-radius: 14px;
  border: 2px solid #1010161F;
  background: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.manga-month-card:hover,
.manga-month-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.09);
  border-color: #CF00628C;
  background: #FCF7BFAD;
}

.manga-month-card.current-month {
  border-color: var(--color-main);
  background: #FCF7BF;
}

.manga-month-name {
  font-family: "Bello-SmCp", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  color: var(--color-main);
  margin-bottom: 4px;
}

.manga-month-label {
  font-size: 0.9rem;
  color: var(--color-text);
  opacity: 0.9;
}/* End custom CSS */