/* Zera o acolchoamento padrão do Leaflet só para esse tipo de popup */
.leaflet-popup.popup-minimo .leaflet-popup-content-wrapper { padding: 0 !important; }
.leaflet-popup.popup-minimo .leaflet-popup-content { margin: 0 !important; width: auto !important; }

/* O container do nosso conteúdo deve poder expandir */
.leaflet-popup.popup-minimo .attribWMS { width: auto !important; min-width: 0 !important; max-width: 100% !important; }

/* Remove as larguras fixas herdadas do CSS antigo */
.leaflet-popup.popup-minimo .tituloWMS,
.leaflet-popup.popup-minimo .botaorede { width: auto !important; max-width: 100% !important; }

/* Layout dos botões do rodapé */
.leaflet-popup.popup-minimo .botaorede {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
  background: transparent;
  margin-top: .5rem;
}
.leaflet-popup.popup-minimo .botaorede .btnwms { width: 100%; text-align: center; }
