#fms-profile-map { 
    height: 500px; 
    width: 100%; 
    border-radius: 8px; 
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
}

.fms-marker-wrapper { background: transparent !important; border: none !important; }

.fms-round-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    border: 2px solid white !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
    background: white !important;
    overflow: hidden !important; 
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.fms-round-icon img { width: 100% !important; height: 100% !important; object-fit: cover !important; border-radius: 50% !important; display: block !important; }

/* Sininen reunus (Customer tai oma profiili ilman tilausta) */
.own-selection { border: 3px solid #007bff !important; width: 50px !important; height: 50px !important; }

/* Vihreä reunus (Subscriber) */
.active-subscriber { border: 3px solid #28a745 !important; width: 50px !important; height: 50px !important; }

/* Animaatio muokkaustilassa */
.pulse-active { animation: fms-marker-pulse 1.6s infinite ease-in-out; }

@keyframes fms-marker-pulse {
    0% { transform: scale(1.0); }
    50% { transform: scale(1.1); box-shadow: 0 0 15px rgba(0, 123, 255, 0.5); }
    100% { transform: scale(1.0); }
}

.fms-popup-content { font-size: 13px; line-height: 1.4; }
.fms-popup-expertises { color: #555; font-style: italic; margin-top: 4px; border-top: 1px solid #eee; padding-top: 4px; }
#fms-profile-status { margin-top: 10px; }