.gm-style .gm-style-iw {
  /*
            background-color: #fff !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            min-height: 120px !important;
            padding-top: 10px;
            display: block !important;
            */
            padding: 0;
         }
         .gm-style .gm-style-iw-c {
            border-radius: 0;
         }
         .infobox__top-bar {
            background: #532643;
            text-align: center;
            padding: 5px;
            color: white;
         }
         .infobox__content {
            padding: 10px;
         }
         .infobox__content-img {
            margin: 0 auto; 
            display: block;
            max-width: 100%;
            height: auto;
         }
         .infobox__content h5 {
            margin: 0;
            color: #b8abb3;
            margin-bottom: 5px;
         }
         /* arrow */
         /*
         .gm-style .gm-style-iw-t::after {
            display: none;
         }
         */
         
           /*style the p tag*/
         .gm-style .gm-style-iw #google-popup p{
            /*padding: 10px;*/
         }
         
     
        /*style the arrow*/
        /*
        .gm-style div div div div div div div div {
            background-color: #fff !important;
            padding: 0;
            margin: 0;
            padding: 0;
            top: 0;
            font-size: 16px;
        }
        */
        
        /*style the link*/
        .gm-style div div div div div div div div a {
            color: #e12e62;
            font-weight: bold;
        }