/*
Theme Name:   Avada Child
Description:  Avada Child Theme with live location search
Template:     Avada
Version:      1.0.0
Text Domain:  avada-child
*/

/* ─────────────────────────────────────────────
   Live Search – loading state
───────────────────────────────────────────── */
#location-cards-container ul.fusion-grid-posts-cards {
    transition: opacity 0.2s ease;
}

/* ─────────────────────────────────────────────
   No results / status messages
───────────────────────────────────────────── */
.live-search-message {
    padding: 40px 20px;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    list-style: none;
}
