.api-route__method {
    border-radius: 4px;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: uppercase;
    width: fit-content;
}

.api-route__method--GET {
    background-color: #0074D9;
}

.api-route__method--POST {
    background-color: #228B22;
}

.api-route__method--PATCH {
    background-color: #FF851B;
}

.api-route__method--DELETE {
    background-color: #FF4136;
}
