.fileforms .search-wrapper {
        position: relative;
        margin-bottom: 26px;
        clear: both;
    }

    .fileforms input#globalSearch {
        width: 100%;
        padding: 15px;
        border: 2px solid #ddd;
        border-radius: 10px;
        font-size: 16px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        font-family: 'Inter', sans-serif;
        box-sizing: border-box; 
        margin: 0;
        background: #fff;
        color: #333;
    }

    .fileforms input#globalSearch:focus { 
        outline: none; 
        border-color: #aa00ff; 
    }

  .fileforms #noResults {
        display: none; text-align: center; padding: 40px; color: #666; font-size: 1.1rem;
        border: 1px dashed #ccc; border-radius: 10px; margin-top: 20px; background: #fff;
    }
