.iep-search-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

#iep-search-form {
    margin-bottom: 20px;
}

#iep-search-form input[type="text"] {
    width: 70%;
    padding: 10px;
    margin-right: 10px;
}

#iep-search-form button {
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

.iep-results-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.iep-results-table th,
.iep-results-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.iep-results-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

#iep-loading {
    text-align: center;
    font-style: italic;
    color: #666;
}