/* General Styles */ body { margin: 0; font-family: ‘Arial’, sans-serif; background-color: #f9f9f9; color: #333; line-height: 1.6; } /* Header Styles */ .header { background-color: #ffe4e1; text-align: center; padding: 20px 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }…Continue reading
/* Target the radio button group within wp-block-ai-engine-form-field */ wp-block-ai-engine-form-field { display: flex; /* Use flexbox to align items horizontally */ flex-wrap: nowrap; /* Prevent wrapping to the next line */ gap: 15px; /* Add spacing between options */ align-items:…Continue reading