/* Calendar page — integrate MH shop header with evo-study landing */
body {
  padding-top: 0;
}
.mh-shop-nav {
  background: rgba(255, 253, 252, 0.97);
  backdrop-filter: blur(8px);
}
.mh-shop-nav a { font-size: .8125rem; }
.hero { margin-top: 0; }

.calendar-bonus {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 1.25rem;
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  background: linear-gradient(90deg, #7c5cbf22, #e8a0c022);
  color: #5a3d8a;
  font-size: 1.05rem;
  line-height: 1.45;
}
