/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 06 2026 | 19:33:00 */
.notice-box {
  border-left: 4px solid #d92d20;
  background: #fff5f5;
  padding: 16px 18px;
  border-radius: 6px;
  max-width: 800px;
  margin: 20px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.notice-header {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #b42318;
  display: flex;
  align-items: center;
  gap: 6px;
}

.notice-description {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #4a4a4a;
}
