/**
 * Notices page — wallet 셸 + support 공지 카드 재사용
 */

.notices-wrap .notices-main {
  max-width: 720px;
}

.notices-panel {
  padding: 20px 22px 28px;
}

.notices-back {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(201, 169, 110, 0.22);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(245, 239, 224, 0.65);
  font-family: Oswald, sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s;
}

.notices-back:hover {
  color: #d4b87a;
  border-color: rgba(201, 169, 110, 0.45);
}

.notices-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #d4b87a;
  margin: 0 0 16px;
}

.notices-wrap .support-notices {
  max-height: none;
  overflow: visible;
  gap: 10px;
}

.support-notice.is-highlight {
  box-shadow: 0 0 0 1px rgba(255, 215, 106, 0.55);
}
