.epdk-bayi-container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.epdk-bayi-filters {
    margin-bottom: 20px;
}

.epdk-bayi-input {
    padding: 12px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.epdk-bayi-button {
    padding: 12px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.epdk-bayi-button:hover {
    background: #005a87;
}

.epdk-bayi-results {
    margin-top: 20px;
}

.epdk-bayi-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.epdk-bayi-table th, .epdk-bayi-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.epdk-bayi-table th {
    background-color: #f0f0f0;
}