.cpm-err p {
  margin-bottom: 10px !important;
}

.frm_custom_selector_wrapper {
  margin-bottom: 1.5em;
}

.frm_custom_message {
  margin-top: 0.5em;
  padding: 10px 15px;
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1em;
  color: #333;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

/* Ensure compatibility with Formidable's styles */
.with_frm_style .frm_custom_message {
  font-family: inherit;
}

/* Add a subtle highlight for emphasis */
.frm_custom_message::before {
  content: "ℹ️ ";
  font-size: 1.1em;
  vertical-align: middle;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .frm_custom_message {
    font-size: 0.85em;
    padding: 8px 12px;
  }
}
