/* api.css */
#api .row {
    display: flex;
}

#api .col-lg-6 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#api .bg-white {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#api pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Reduzindo o tamanho da fonte no exemplo JSON */
#api .small-font {
    font-size: 0.7rem; /* Reduz a fonte */
    line-height: 1.0;
}
