.leaflet-popup-content-wrapper {
    padding:  15px 8px 8px 8px; /* top right bottom left Adjust top/bottom padding and left/right padding as needed */
}


  .leaflet-popup-content {
      margin: 0; /* Remove default margin to prevent double padding */
        width: auto; /* Allows width to adjust to content */
        min-width: auto; /* Allows height to adjust to content */
        min-height: auto; /* Optional: Set a maximum height for scrollable content */
        overflow-y: auto; /* Optional: Add scrollbar if content exceeds max-height */
   /*  padding: 4px 3px 3px 3px;  T R B L*/
    }



.divM_Content_double{

   display: grid; /* Makes the container a grid container */
  grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
  gap: 0px; /* Adds space between grid items */

}



.divM_Content_single{

   display: grid; /* Makes the container a grid container */
  grid-template-columns: 1fr; /* Creates two equal-width columns */
  gap: 0px; /* Adds space between grid items */

}


.divM_item1 {
   font-size:11px;
min-width: 180px;
      }




.divM_item2{
   font-size:11px;
  padding: 20px;
  border: 1px solid rgb(196, 192, 10);
 height:100%;
  border-radius: 8px;
  border: 1px solid rgb(238, 234, 234);
  padding:6px;

 background: linear-gradient(356deg,rgba(247, 221, 141, 1) 4%, rgba(235, 229, 183, 1) 100%, rgba(255, 250, 250, 1) 33%);
 
      }

.divM_item2  a:hover{
 font-size:11px;
 font-weight: 100px;
text-decoration: none;
 background-color: rgb(226, 210, 121);
 color:rgb(10, 59, 59);
border-radius: 3px;

  }

.divM_item2 a{
text-decoration: none;

  }


  
.Div_Damtable {
    width:100%;
    padding: 5px;

  border-radius: 8px;
  border: 1px solid rgb(238, 234, 234);

  }


  #Damtable tr,td {

  font-size: 11px;


  }

.Div_Damtable_inside {
    width:100%;
    padding: 5px;
  font-size: 11px;
  border-radius: 8px;
  border: 1px solid rgb(238, 234, 234);
  background: radial-gradient(circle,rgba(235, 238, 174, 1) 0%, rgba(229, 233, 148, 1) 100%);

  }

