/* Injected Close to me button + smaller action buttons on TES A–Z grids */
.home-az-grid .tes-ctm-action,
.home-az-grid .az-link-action.tes-ctm-shrunk{
  min-height:28px !important;
  height:28px !important;
  padding:0 3px !important;
  font-size:.62rem !important;
  font-weight:800 !important;
  line-height:1 !important;
  border-radius:7px !important;
  letter-spacing:0 !important;
}
.home-az-grid .tes-ctm-nearby-btn{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  text-decoration:none !important;
  color:#fff !important;
  background:linear-gradient(135deg,#10b981,#059669) !important;
  box-shadow:0 5px 12px rgba(17,24,39,.07) !important;
  white-space:nowrap !important;
  grid-column:7 / span 2 !important;
}
.home-az-grid .az-link-area.tes-ctm-shrunk{
  grid-column:3 / span 2 !important;
}
.home-az-grid .az-link-trending.tes-ctm-shrunk{
  grid-column:5 / span 2 !important;
}
.home-az-grid .tes-ctm-nearby-btn:hover{
  filter:saturate(1.06);
  transform:translateY(-1px);
}
@media (max-width:720px){
  .home-az-grid .tes-ctm-action,
  .home-az-grid .az-link-action.tes-ctm-shrunk{
    min-height:26px !important;
    height:26px !important;
    font-size:.56rem !important;
    border-radius:6px !important;
  }
}
