/*
 * LiveChat - Self-hosted PHP live-chat solution
 *
 * LiveChat is a self-hosted PHP live-chat solution, deployable on cPanel
 * and compliant with Quebec Loi 25.
 *
 * Author      : Astral Internet
 * Contributor : Daniel Berthiaume
 *
 * ----
 * File description
 * Map module styles, kept inside the module for full third-party independence. Imported by the
 * map-test Stimulus controller so it ships with the module rather than living in the core form CSS.
 */

.map-test-row {
    display: flex;
    gap: 8px;
    align-items: stretch;
    margin: 12px 0;
    max-width: 420px;
}

.map-test-row .lc-input {
    flex: 1 1 auto;
}

.map-test-status {
    margin: 8px 0 0;
    color: var(--lc-muted);
    font-size: var(--lc-text-sm);
}

.map-test-canvas {
    margin-top: 12px;
    height: 280px;
    border-radius: var(--lc-radius-md);
    border: 1px solid var(--lc-border);
    background: var(--lc-surface-2);
}
