.endpoint-info {
    font-weight: 600;
    font-size: 14px;
    margin-top: 4px;

    code {
        margin-left: 6px;
        font-weight: 500;
        font-size: 13px;
    }
}

.header {
    font-size: 17px !important;
}

.small-section {
    margin-top: 10px;
    margin-bottom: 20px;

    .small-section-text {
        font-size: 14px;
        opacity: 0.8;
        font-weight: 550;

        b {
            font-weight: 625;
        }
    }

    ul {
        margin: 10px 0 20px;
    }

    .clickable-a-tag {
        color: rgba(var(--font-color), 0.8);
        background-color: var(--text-clickable-a-tag-bg);
        text-decoration: none;
        padding: 2px 6px;
        border-radius: 6px;
    }
}

.small-section.endpoint-description {
    font-size: 15px;
    font-weight: 550;
    color: rgba(var(--font-color-rgb), 0.85);

    code {
        font-size: 13px;
        font-weight: unset;
        color: rgb(var(--font-color-rgb));
    }
}

.small-section:last-child {
    margin-bottom: 0;
}

.box {
    .box-header {
        font-size: 16px;
        opacity: 0.9;
        font-weight: 600;

        code {
            font-weight: 500;
            margin-left: 8px;
            font-size: 14px;
        }
    }

    .description {
        margin-top: 6px;
        margin-left: 0;
    }
}

.next-documentation-page {
    background-color: var(--accounda-green);
    border-radius: 25px;
    padding: 8px 16px;
    font-weight: 600;
    color: var(--app-manage-btn-color);
    text-decoration: none;
    margin: 32px 0 0 auto;
    display: block;
    width: fit-content;
    cursor: pointer;

    .fa-arrow-right {
        font-size: 15px;
        margin-left: 6px;
    }
}
