/* Ensure the text next to the image is visible and properly aligned */
.an-pf-field-image-wrap {
  display: flex !important;
  align-items: center !important; /* Vertically align the text with the image */
  gap: 10px !important; /* Add some space between the image and the text */
}

.radio-text {
  font-size: 14px !important; /* Adjust text size if needed */
  color: #333 !important; /* Adjust text color */
  white-space: nowrap !important; /* Prevent the text from wrapping to the next line */
}
