.rvpm_container{
    margin-bottom: 50px;
    margin-top: 50px;
}
.rvpm_loc-category-container{
    text-align: center !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #aa5442 !important;
    height: 92px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rvpm_loc-category-item{
    flex: 0 0 25%; 
    margin: 0 auto;
    content: "";
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    display: block;
    color: #fff !important;
    background-size: contain !important;
    max-width: 100px !important;
    background-repeat: no-repeat;
    opacity: 0.5;
    cursor: pointer;
}
.rvpm_loc-category-item.rvp_item-active{
    opacity: 1;
}
 .rvpm_loc-category-item img{
    width: 50px;
    height: 50px;
}
.rvpm_loc-map {
    width: 100%;
    height: 880px;
    position: relative;
    overflow: hidden;
}
.gm-style-iw-d{
        font-size: 14px;
    line-height: 17px;
    color: #999;
    padding-bottom: 10px;
    margin: 0;
}

.rvp_loc-h3{
    font-family: Arial, Helvetica, sans-serif;
    color: #0b0b0b;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0 !important;
    line-height: 22px;
    padding: 10px 0px;
}
.rvp_loc-span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #999;
    padding-bottom: 10px;
    margin: 0;
}
.gm-style-iw-chr button span{
  margin: 0px !important;
}
.gm-style-iw-chr button{
  outline: unset !important;
  border: none !important;
  width: 36px !important;
  height: 24px !important;
  padding-top: 5px !important;
}
gmp-advanced-marker{
  outline: unset !important;
  border: none !important;
}
.rvp_marker-image {
  cursor: pointer;
}
@media (max-width: 1080px) {
  .rvpm_loc-category-item  {
    flex: 0 0 25%; /* Still 4 per row under 1080px */
  }
  .rvpm_loc-category-item img{
    width: 50px;
    height: 100%;
    padding: 10px;
  }
  .rvpm_loc-category-container {
    min-height: 105px;
  }
}
