﻿.api-endpoint-header {
    margin-bottom: 50px;
}

.api-method {
    margin-bottom: 25px;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #6c757d;
}

.entity-shape li {
    margin-top: 5px;
    margin-bottom: 15px;
}

.api-method-inputs, .api-method-output {
    margin-top: 25px;
}

.api-method-inputs h6 {
    margin-top: 25px;
}

.entity-example {
    margin-bottom: 10px;
}

main.content h1 {
    margin-bottom: 25px !important;
}

main.content h2 {
    margin-bottom: 15px !important;
}

.type-description {
    margin-bottom: 10px;
    display: block;
}

.description-box {
    white-space: pre-wrap;
}