/* Custom Plugin Frontend Styles */

.custom-plugin-container {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
}

.custom-plugin-title {
  color: #333;
  margin-bottom: 10px;
}

.custom-plugin-content {
  line-height: 1.6;
}
