/* Minimal düzeltme - sadece gerekli olanlar */
@media screen and (max-width: 768px) {
  .webform-submission-form {
    overflow: visible !important;
    max-height: none !important;
    padding-bottom: 100px;
  }
  
  .form-actions {
    position: relative !important;
    clear: both;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}