.crm-contribution-page-id-1 #price-set-1,
.crm-contribution-page-id-1 .crm-price-set-calculation {
    display: none !important;
}

/* Increase width for 'Case Study Title' (Field 117) */
#crm-container input[id^="custom_117"] {
    width: 500px !important; /* Adjust as needed */
    max-width: 100%;        /* Keeps it responsive on smaller screens */
}