/* MOSSY bottom navigation icon polish from uploaded sheet - 0701
   Scope: bottom quick buttons only. Does not replace click handlers. */
.mossy-bottom-iconized{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  white-space:nowrap !important;
}
.mossy-bottom-iconized .mossy-bottom-icon-wrap{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  flex:0 0 18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  margin:0 1px 0 0 !important;
  pointer-events:none !important;
}
.mossy-bottom-iconized .mossy-bottom-icon-wrap img{
  max-width:22px !important;
  max-height:22px !important;
  width:22px !important;
  height:22px !important;
  object-fit:contain !important;
  display:block !important;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.42)) !important;
  pointer-events:none !important;
}
.mossy-bottom-iconized[data-mossy-bottom-icon="today_shows"] .mossy-bottom-icon-wrap img,
.mossy-bottom-iconized[data-mossy-bottom-icon="today_festivals"] .mossy-bottom-icon-wrap img,
.mossy-bottom-iconized[data-mossy-bottom-icon="map_directions"] .mossy-bottom-icon-wrap img{
  width:23px !important;
  height:23px !important;
}
.mossy-bottom-iconized[data-mossy-bottom-icon="food_cafe"] .mossy-bottom-icon-wrap img,
.mossy-bottom-iconized[data-mossy-bottom-icon="shopping_duty_free"] .mossy-bottom-icon-wrap img,
.mossy-bottom-iconized[data-mossy-bottom-icon="exchange_rates"] .mossy-bottom-icon-wrap img{
  width:21px !important;
  height:21px !important;
}
.mossy-bottom-iconized[data-mossy-bottom-icon="hotel_address"] .mossy-bottom-icon-wrap img,
.mossy-bottom-iconized[data-mossy-bottom-icon="taxi_address"] .mossy-bottom-icon-wrap img,
.mossy-bottom-iconized[data-mossy-bottom-icon="nearby_pharmacy"] .mossy-bottom-icon-wrap img,
.mossy-bottom-iconized[data-mossy-bottom-icon="find_hospital"] .mossy-bottom-icon-wrap img{
  width:22px !important;
  height:22px !important;
}
@media (max-width:420px){
  .mossy-bottom-iconized .mossy-bottom-icon-wrap{
    width:17px !important;
    height:17px !important;
    min-width:17px !important;
    flex-basis:17px !important;
  }
  .mossy-bottom-iconized .mossy-bottom-icon-wrap img{
    width:20px !important;
    height:20px !important;
    max-width:20px !important;
    max-height:20px !important;
  }
}
