/* =========================================================
   UNIVERSAL POPUP CARD STYLE
   ========================================================= */
.popup-card {
    width: 280px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

/* Header image */
.popup-header-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    background: #ddd;
    display: block;
}

/* Content body */
.popup-body {
    padding: 12px 14px;
}

/* Title */
.popup-title {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    color: #003b2f;
}

/* Divider line */
.popup-divider {
    width: 45px;
    height: 3px;
    background: #00897b;
    margin: 8px 0 12px 0;
    border-radius: 2px;
}

/* Info list */
.popup-info {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.popup-info div {
    margin-bottom: 4px;
}

.popup-info b {
    display: inline-block;
    width: 100px;
    color: #004d40;
}

/* Buttons */
.popup-buttons {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.btn-link {
    flex: 1;
    text-align: center;
    padding: 7px;
    font-size: 13px;
    text-decoration: none;
    color: white;
    background-color: #00695c;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.2s;
}

.btn-link:hover {
    background-color: #004d40;
}

.btn-link i {
    margin-right: 5px;
}

/* Optional: universal photo class for popups */
.popup-photo img {
    width: 100%;
    max-height: 150px;
    border-radius: 8px;
    object-fit: cover;
}

.ikon-pangkal {
  width: 20px;
  height: 20px;
  background: blue;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.ikon-Ujung {
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
