.wpuf-user-map-container {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    border: 1px solid #ddd;
    margin-bottom: 24px;
    overflow: hidden;
}

.wpuf-user-map-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.wpuf-user-map-modal-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    max-width: 360px;
    width: 90%;
    padding: 32px 24px 24px;
    text-align: center;
    position: relative;
}

.wpuf-user-map-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 4px 8px;
}

.wpuf-user-map-modal-close:hover {
    color: #333;
}

.wpuf-user-map-modal-avatar {
    margin-bottom: 16px;
}

.wpuf-user-map-modal-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.wpuf-user-map-modal-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #555;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.wpuf-user-map-modal-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #222;
}

.wpuf-user-map-modal-provincia {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.wpuf-user-map-modal-email {
    font-size: 14px;
    color: #888;
    margin-bottom: 16px;
    word-break: break-all;
}

.wpuf-user-map-modal-profile-btn {
    display: inline-block;
    padding: 8px 24px;
    background: #0073aa;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
}

.wpuf-user-map-modal-profile-btn:hover {
    background: #005a87;
    color: #fff;
}
