.approbation-textarea {
    width: 450px;   /* Set width */
    height: 100px;  /* Set height */
    resize: none;   /* Prevent user resizing (optional) */
    font-size: 14px; /* Example: Adjust font size */
    padding: 5px;   /* Add some padding */
    border: 1px solid #ccc; /* Optional border */
}