.ctc-block.ctc-ai-prompt-generator{transition:all ease-in-out 0.2s;}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field{display:flex;align-items:center;justify-content:space-between;}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field-label{min-width:200px;font-weight:600;}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field input{width:100%;max-width:100%;}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field-value{flex:1;}
.ctc-block.ctc-ai-prompt-generator .ctc-block-fields{display:flex;flex-direction:column;gap:10px;}
.ctc-block .ctc-ai-prompt-generator-textarea{height:200px;margin:0 0 10px 0;}
.ctc-block.ctc-ai-prompt-generator .ctc-ai-prompt-heading{margin:30px 0 10px 0;}
@media all and (max-width: 767px) {
.ctc-block.ctc-ai-prompt-generator .ctc-block-field {
flex-direction: column;
align-items: baseline;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field-value {
width: 100%;
}
}