.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.call {
    display: flex;
    align-items: center;
    gap: 10px;
}

.call > span { grid-row: auto; }
.call b { line-height: 42px; white-space: nowrap; }

/* Keep real-time catalogue filtering authoritative over the grid layout. */
.api-row[hidden] {
    display: none !important;
}
