
.endpoint {
    background: white;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.endpoint h3 {
    margin-top: 0;
}

code {
    background: #e7e7e7;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
}

