/* ── Notices page ── */
.notices-page { padding: 1.5rem 1rem; max-width: 42rem; margin: 0 auto; }
@media (min-width: 640px) { .notices-page { padding: 3rem 1.5rem; } }
.notices-page > * + * { margin-top: 2rem; }
.notices-header > * { margin: 0; }
.notices-kicker { font-size: 11px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.08em; }
.notices-title { font-size: 1.5rem; font-weight: 900; color: #111827; letter-spacing: -0.01em; margin-top: 0.25rem !important; }
@media (min-width: 640px) { .notices-title { font-size: 1.875rem; } }
.notices-subtitle { font-size: 0.875rem; color: #6b7280; font-weight: 500; margin-top: 0.25rem !important; }

.notice-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #f3f4f6;
  box-shadow: 0 4px 20px -2px rgba(0,0,0,0.04);
  overflow: hidden;
}
.notice-card-head {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #f3f4f6;
}
@media (min-width: 640px) { .notice-card-head { padding: 1rem 1.5rem; } }
.notice-num {
  margin-top: 0.125rem;
  width: 1.5rem; height: 1.5rem; flex-shrink: 0;
  border-radius: 8px;
  background: var(--color-sage-light);
  color: var(--color-sage-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 900;
}
.notice-card-head h2 { font-weight: 900; color: #111827; font-size: 1rem; margin: 0; line-height: 1.2; }
.notice-desc { font-size: 0.75rem; color: #9ca3af; font-weight: 500; margin: 0.125rem 0 0; }
.notice-meta { padding: 1rem 1.25rem; display: flex; flex-direction: column; gap: 0.625rem; }
@media (min-width: 640px) { .notice-meta { padding: 1rem 1.5rem; } }
.notice-row { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.75rem; }
.notice-label { font-size: 10px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.05em; width: 5rem; flex-shrink: 0; padding-top: 0.125rem; }
.notice-row a { color: var(--color-sage-dark); font-weight: 700; text-decoration: none; word-break: break-all; }
.notice-row a:hover { text-decoration: underline; }
.notice-row span { color: #374151; font-weight: 500; }
.notice-body { padding: 0 1.25rem 1.25rem; }
@media (min-width: 640px) { .notice-body { padding: 0 1.5rem 1.25rem; } }
.notice-body > div, .notice-body { }
.notice-body p { margin: 0 0 0.5rem; }
.notice-body p:last-child { margin-bottom: 0; }
.notice-body {
  color: #6b7280; font-size: 0.75rem; font-weight: 500; line-height: 1.6;
}
.notice-body::before { content: ""; }
.notice-card .notice-body { background: #f9fafb; margin: 0 1.25rem 1.25rem; border-radius: 12px; padding: 0.75rem 1rem; border: 1px solid #f3f4f6; }
@media (min-width: 640px) { .notice-card .notice-body { margin: 0 1.5rem 1.5rem; } }

.notices-footer { text-align: center; font-size: 0.75rem; color: #9ca3af; font-weight: 500; padding-bottom: 1rem; }
