footer,
.generator,
#generator,
.app-desc,
.license-info,
.license-url,
.up,
div[style="Generated"]{
    display:none !important;
}
body {
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif !important;
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 40px 20px !important;
    line-height: 1.6;
    color: #333;
}

pre, code {
    background: #f5f5f5 !important;
    border-radius: 6px !important;
    padding: 6px 10px !important;
    font-size: 0.9rem !important;
}

pre {
    overflow: auto;
}

ul {
    margin: 10px 0 20px 20px;
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
    font-size: 0.95rem !important;
}

table th {
    background: #f8f8f8;
    padding-bottom: 10px;
    font-weight: 600;
    border: 1px solid #ddd
}

table td {
    padding: 10px;
    border: 1px solid #ddd;
}

table tr:hover {
    background: #fafafa;
}

h1,h2,h3, h4 {
    font-weight: 600;
    color: #222;
    margin-top: 32px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e2e2e2;
}

h1 {
    font-size: 2rem;
    margin-top: 0;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.3rem;
    border-bottom: none;
}

.method .method-path .http-method{
    display: inline-block;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff !important;
    background-color: #2a4d69 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 8px;
}

.method .method-path {
    background-color: #fff !important;
}

code.huge {
    color: #222;
}
