/* Notice content styles */
.notice-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 8px 0;
}

.notice-content p {
  margin-bottom: 8px;
}

.notice-content a {
  color: #3b82f6;
  text-decoration: underline;
}

/* Quill editor styles */
#notice-editor {
  min-height: 200px;
}

#notice-editor .ql-editor {
  min-height: 200px;
}

#notice-editor .ql-editor img {
  max-width: 100%;
  height: auto;
}
