div#api-results-header {
    display: none;
    margin: 10px auto;
    width: fit-content;
    column-gap: 10px;
    align-items: center;
    border: solid 1px;
    border-radius: 5px;

    span{
        background: #A0C643;
        color: #000;
        height: 100%;
        display: block;
        padding: 0 10px;
    }
    p{
        color: #000;
        margin: 0;
        padding: 0 20px;
    }
}

#api-results-body{
    table{
        th{
          width: 25%;
        }
    }
}

#table-description{
    font-size: 16px;
    td{
        padding-right: 5px;
    }
}

.field--type-text-with-summary p{
    font-size: 16px;
}