
h2 {
    color: #a59016;
}

.presence-counter {
    color: #333;
    font: 14px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0 0 16px;
}

.api-test {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}

.api-test button {
    cursor: pointer;
    font: 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 34px;
    padding: 6px 12px;
}

.api-test button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.api-test output {
    color: #333;
    font: 13px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
