.custom-marker {
    position: absolute;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -100%);
    z-index: 1000;
    pointer-events: auto;
    cursor: pointer;
}

.marker-logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    object-fit: contain;
}

.payaborj_marker-popup {
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1001;
    max-width: 250px;
  }
  
  .payaborj_marker-popup-closer {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    cursor: pointer;
  }
  
  .payaborj_marker-popup-content button {
    width: 100%;
    margin-bottom: 5px;
  }
  
  .payaborj_marker-popup-content button:last-child {
    margin-bottom: 0;
  }
  
  .payaborj_marker-custom-marker {
    position: absolute;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -100%);
    z-index: 1000;
    pointer-events: auto;
    cursor: pointer;
  }
  
  .payaborj_marker-marker-logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }