.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
    display: inline-block;
}

#webappContainer {
    min-height: 100px;
    max-height: 500px;
    overflow-y: auto;
}

.overwrite-select {
    font-size: 0.85rem;
    height: 1.8rem;
    padding: 0.25rem 0.5rem;
}

.webapp-status-badge {
    font-size: 0.75rem;
}

.compare-controls {
    margin-bottom: 0.75rem;
}
