.swagger-section #header {
    background-color: #e7e7e7;
    padding: 18px 0 14px 0;
}

#custom-headers.custom-headers-panel {
    margin: 16px 0 20px 0;
    padding: 16px 18px;
    background: #f8f9fb;
    border: 1px solid #d9dee5;
    border-radius: 6px;
    box-sizing: border-box;
    max-width: 585px;
}

.custom-headers-title {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 6px;
}

.custom-headers-description {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
}

.custom-header-label {
    width: 260px;
    min-width: 260px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #444;
}

.custom-header-row {
    display: inline-flex;
    gap: 10px;
    margin: 8px 0;
}

.custom-header-row input:first-child {
    width: 260px;
    min-width: 260px;
    background: #eef2f6;
    color: #444;
}

.custom-header-row input:last-child {
    width: 260px;
    min-width: 260px;
}