
/* Base styles for categories and tags */
.stylish-category,
.stylish-tag {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 14px;
}

/* Responsive design */
@media only screen and (max-width: 768px) {
  .stylish-category,
  .stylish-tag {
    font-size: 12px;
    padding: 8px;
  }
}





/* Additional flat design elements can be added here */
