/*
 * Bold Apps index.php inline <style> (static parts). Pin background and store-name
 * colour are applied at runtime from map settings, same as the PHP echoes.
 */

.gm-ui-hover-effect > span {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    margin: 0 !important;
}

.gm-style-iw {
    width: 250px !important;
}

.image-wrapper {
    aspect-ratio: 4 / 3;
    width: 100%;
    max-height: 120px;
    overflow: hidden;
    background-color: #f3f3f3;
    margin-bottom: 6px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
}
