.notice-date {
    color: #0080A5;
    font-weight: 500;
    font-size: 16px;
}

.category-badge {
  display: inline-block;
  background-color: #EBF7F5;
  color: #0080a5;
  font-weight: 600;
  padding: 4px 10px 4px 10px;
  border-radius: 9999px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #0080a5;
}

.notice-image-rounded {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
