/*
 * Copyright (c) 2025. Agora Speakers International.  All rights reserved.
 * This file is subject to the terms and conditions defined in the  'LICENSE.txt' file which is part of this source code package.
 *
 * Author: Alexander Hristov
 */

/* Class-based, not #map/#place-autocomplete-card by id - a page can now have more than one
   independent map instance at once (see maps.js), each with its own unique element ids. */
.map-container {
    height: 500px;
}

.place-autocomplete-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    padding: 5px;
    font-family: Roboto, sans-serif;
    font-size: large;
    font-weight: bold;
}

gmp-place-autocomplete {
    width: 300px;
}

#infowindow-content .title {
    font-weight: bold;
}

.map-container #infowindow-content {
    display: inline;
}