/* API Test Page */
.apitest-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: sans-serif;
}

.apitest-status-bar {
    padding: 8px 12px;
    margin-bottom: 16px;
    background: #f0f0f0;
    border-radius: 4px;
}

.apitest-heading {
    margin-bottom: 20px;
}

.apitest-panel {
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.apitest-panel-title {
    margin-top: 0;
    margin-bottom: 12px;
}

.apitest-section {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.apitest-section-title {
    margin-top: 0;
    margin-bottom: 8px;
}

.apitest-textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-family: monospace;
}

.apitest-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 6px;
}

.apitest-btn {
    padding: 8px 16px;
    margin-bottom: 8px;
    cursor: pointer;
}

.apitest-result {
    margin-top: 12px;
    min-height: 20px;
}

.apitest-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.apitest-th {
    border: 1px solid #ccc;
    padding: 6px 10px;
    background: #f5f5f5;
    text-align: left;
}

.apitest-td {
    border: 1px solid #ccc;
    padding: 6px 10px;
}

.apitest-row {
}

.apitest-message {
    padding: 8px;
    background: #f9f9f9;
    border-radius: 4px;
}

.apitest-error {
    padding: 8px;
    color: red;
    background: #fff0f0;
    border-radius: 4px;
}
