/* http_test.css */
.tool-page-header {
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.tool-page-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
}

.header-row {
    transition: all 0.2s;
}

.header-row:hover {
    background-color: #f8f9fa;
}

#responseBody, #responseHeaders {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 0.875rem;
    white-space: pre-wrap;
    word-break: break-all;
    background-color: #f8f9fa !important;
}

.nav-tabs .nav-link {
    color: #666;
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    color: #0d6efd;
    font-weight: 600;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.card-header {
    background-color: rgba(0,0,0,0.02);
    font-weight: 600;
}

.font-monospace {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}

/* Response Meta styling */
.status-badge {
    padding: 0.35em 0.65em;
    font-size: 0.85em;
    font-weight: 700;
    border-radius: 4px;
}

.status-success {
    background-color: #d1e7dd;
    color: #0f5132;
}

.status-error {
    background-color: #f8d7da;
    color: #842029;
}
